This repository holds personal tools:
- Audiorenamer traverses a directory and renames music tracks based on their metadata.
- Cmdtop displays the top of most used commands in bash history.
- Dungeon sandboxes programs so they can't fulfill their deep dark fantasies on unsuspecting users.
- Dupfind finds duplicate files in a directory.
- Gox is like 'go run', but caches compiled binaries based on hash of the program.
- Kp retrieves passwords and other information from KeePass database files.
- Mdfmt formats Markdown files.
- Mdserve serves Markdown files from a directory.
- Renamer renames files in a specified directory sequentially, starting from a given number.
- Starlet is a Telegram bot runner that uses Starlark.
- Tgfeed fetches RSS feeds and sends updates to Telegram.
Install them:
$ go install go.astrophena.name/tools/cmd/...@master
Be warned: these tools are for personal use, subject to change without notice and may gain or lose functionality at any time.
The code here is... so-so.
See documentation at https://go.astrophena.name/tools.