This is a simple script designed to clean up desktops by organizing files based on file types or executing default cleaning commands.
To use the script, follow the steps below:
- Clone or download the repository.
- Run the script with the following command-line arguments:
filetype
: Specify the file type to be moved.destination
: Specify the destination folder.
- If the command-line arguments are provided, the script will perform a one-file move according to the specified file type and destination folder.
- If no command-line arguments are provided, the script will execute default cleaning commands specified in the
config.txt
file.
The default cleaning commands can be customized by modifying the config.txt
file in the same directory as the script.
- The script is currently not functioning as expected.
- The else part of the code is not being executed.
Contributions to this script are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.