Source Organiser is a user-friendly CLI file organiser for developers with more human-readable commands.
You can install Source Organiser using the command: pip install source-organiser
- A setup wizard that creates folders with metadata and ensures the necessary directories are available.
- A CLI interface for entering more human-readable commands:
about: Displays information about Source Organiser.change: Change folder.clear: Clears the screen.create: Creates a new file or folder within the folder.- Add '--file' or '-i' to create a file.
- Add '--folder' or '-o' to create a folder.
remove: Removes the current folder.- Add '--noprompt' or '-n' to remove confirmation prompts.
exit: Quits the CLI interface.help: Display the help message.info: Display information about the selected folder.log: Load the folder's log file.rename: Rename a folder.
folderSetup(): Ensure the necessary directories are available.folderCreate(): Create folders.mainInterface(name): Starts the interface. Setnameto the name of folder or0to ignore this parameter.
Run source-organiser in your terminal to use Source Organiser as an application.