CIRAH is a simple and efficient file organizer script that helps you move files with specified extensions into a target directory. It includes detailed logging (auditing) to keep track of all operations. More Coming soon
- Organize files based on their extensions.
- Specify the target directory for organized files.
- Detailed logging of operations.
- Run the script from any directory.
To install CIRAH and make it executable from anywhere on your system, follow these steps:
First, clone the repository to your local machine:
git clone https://github.com/miraafaq/cirah.git
cd cirahchmod +x install_cirah.shbash install_cirah.shAfter Allowing Acess to Add its path, You are ready to go
# to organise in particular directory run command
cirah directory_name
# to run in current directory
cirah .Aafaq Ahmad Mir