Some useful scripts that I've written.
  • Python 83%
  • Perl 17%
Find a file
2025-04-28 21:16:05 +01:00
config_cleaner docs: add individual READMEs for each script 2025-04-28 21:16:05 +01:00
decision_maker docs: add individual READMEs for each script 2025-04-28 21:16:05 +01:00
height_converter docs: add individual READMEs for each script 2025-04-28 21:16:05 +01:00
line_sorter docs: add individual READMEs for each script 2025-04-28 21:16:05 +01:00
redirector_sorter docs: add individual READMEs for each script 2025-04-28 21:16:05 +01:00
.gitignore feat: add Redirector config sorter 2025-04-26 21:29:26 +01:00
LICENCE Initial commit 2024-11-01 21:21:39 +00:00
README.md docs: add individual READMEs for each script 2025-04-28 21:16:05 +01:00

🧰 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.

⚖️ licence

MPL v2.0.