Some useful scripts that I've written.
| config_cleaner | docs: add individual READMEs for each script | |
| decision_maker | docs: add individual READMEs for each script | |
| height_converter | docs: add individual READMEs for each script | |
| line_sorter | docs: add individual READMEs for each script | |
| redirector_sorter | docs: add individual READMEs for each script | |
| .gitignore | feat: add Redirector config sorter | |
| LICENCE | Initial commit | |
| README.md | docs: add individual READMEs for each script | |
🧰 scripts
This repo contains some scripts that I've written and personally find useful. Feel free to use them if you do, too.
🗂️ contents
- config_cleaner: Remove residual config files for uninstalled apps on Linux.
- decision_maker: Make random decisions (basically easydecisionmaker.com, but offline and in your terminal).
- height_converter: Convert heights in centimetres to feet and inches.
- line_sorter: Print non-blank lines from files or the command line in case-insensitive alphabetical order.
- redirector_sorter: Sort your Redirector
config file (
Redirector.json) in alphabetical order.
Each script has its own individual README, explaining things in more detail.