This is a simple program for linux that sorts your files in a directory and groups them in specified folders depending on the file's type. It's aimed to be simple, easy-to-use and widely configurable.
Building process is simple. In order to build the program you only need package nim which is the compiler for Nim Programming Language.
- Extraxt the files into desired directory
- Open terminal in src directory
- Run command
nim c archive.nim - Add directory of binary
archivefile to $PATH (optional)
- ⚙️ Configuration file
- Custom messeges
- Custom file groups
- Multiple config profiles
- 🚩 Command flags
- Force flag ✔️
- Help flag
- Debug flag
- Load config profile flag
- No output flag ✔️
- 📁 Specifying directory to sort files in
- 🗂️ Automatic file group's folders creation ✔️