Mission - Build directory utilities that automate time-consuming tasks.
Directory utilities are built for common and specific use cases. Professionals, such as IT professionals and NFT artists can use this to identify spelling errors in a directory. Files with spelling errors can quickly be separated for editing and migrated back to the original directory.
- Rename files matching a regular expression
- As of 4/18/22 - This feature is spacific to exported files from photoshop and intended to be used with Hashlips Art Engine
- Check for file spelling erros in a directory
- Seperate misspelled files for editing
- Able to autmatically migrate back to original directory
- Count how many folders in a directory
- MORE TO COME.....
Ensure you have properly installed Python 3 on your system
- Clone repository
- mkdir called Edit
- cd into src folder
- Run in the following format:
- python3 main.py [Command...] [Option...]
Command | Option | Description |
---|---|---|
-h, -help | Display help menu | |
-pr | Preview files that will be renamed | |
-r | Rename files | |
-c | Count number of sub directories | |
check | Prints Errors found | |
check | -h, -help | Display check help menu |
check | -ps | If errors found print suggestions |
check | -ss | Seperate misspelled files into the misspelled directory |
check | -m | Migrate files in the misspelled directory back to their origin |
- Clone Repo
- In project root directory create a python virtual environment
1. pip install virtualenv [--user]
2. virtualenv .drt_venv
3. source ./activate_venv.sh (This activates virtual environment)
4. Install all dependencies from requirments.txt
Free Software, Hell Yeah!