https://github.com/jangler/scripts
Miscellaneous public domain utility scripts
https://github.com/jangler/scripts
Last synced: about 1 month ago
JSON representation
Miscellaneous public domain utility scripts
- Host: GitHub
- URL: https://github.com/jangler/scripts
- Owner: jangler
- License: unlicense
- Created: 2015-06-01T15:57:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T17:05:39.000Z (over 2 years ago)
- Last Synced: 2025-01-27T13:49:43.355Z (3 months ago)
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Miscellaneous public domain utility scripts. See
[tools](https://github.com/jangler/tools) for compiled utilities.Scripts are organized by language. Sometimes a script has implementations in
multiple languages.- `bash/explode` - explode directories
- `bash/gifopt` - optimize the size of a GIF using
[gifdrop](https://github.com/jangler/tools) and gifsicle
- `bash/jpegopt` - optimize the size of a JPEG using ImageMagick
- `bash/mdgen` - generate a full HTML document from a Markdown file
- `bash/moss-find` - invoke a [moss](https://github.com/jangler/moss) command
with arguments given by find
- `bash/mp3mod` - convert tracker modules in a folder to volume-equalized MP3
using schismtracker,
[loudness-scanner](https://github.com/jiixyj/loudness-scanner), and sox
- `bash/prune` - remove empty directories from a directory tree
- `bash/wdname` - rename tmux window to basename of working directory
- `bash/wri` - view formatted ri output in browser using markdown
- `bash/xsync` - synchronize clipboard with primary selection using xclip
- `chicken/bundle` - collect a dynamically linked executable's dependencies in
the working directory, and make the executable load its libraries from its
working directory
- `chicken/r7rs-benchmark-stats` - run stats on
- `luajit/randparty` - generate a random pokémon red and/or blue party
- `python/automaster` - master and encode a set of audio files
- `python/finances` - tally ledger information from a JSON file
- `python/hex2schism` - convert a 24-bit hex color to a 3-tuple for
schismtracker
- `python/jsonfmt` - pretty-print JSON
- `python/mp3level` - slightly more specific variation of `automaster`
- `python/musorg` - organize audio files based on metadata using pytaglib
- `python/pyjson` - load JSON files and enter a Python REPL
- `{python,racket}/tab` - pretty-print or un-pretty-print CSV
- `python/shellname` - translate arguments or lines to ASCII letters, digits,
and hyphens
- `ruby/taginfo` - print information about a git tag