dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit bf99a2b7ee3b0afc44eff74f5ee1c737a46b7bfa
parent b0802063bcb55d0bb6f8710c4ccf8894e7638ff3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 27 Feb 2019 01:08:36 +0100

Fixed format error


Former-commit-id: 78624b665398adead26b63492bd0e090926f86ed
Diffstat:
MREADME.md | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -19,7 +19,6 @@ If you read a script and see some improvements that could be made, let me know. * `epub-convert`: uses Calibre's ebook converter program to convert anything to an epub * `executable`: my first script. Makes any file executable, along with further options. Usage: `executable file.sh` * `ffmpeg-split.py`: split videos using ffmpeg. [Here's the README.](ffmpeg-split-README.md) -* * `it-style`: can find and set the genre in a track in iTunes (along with its Ruby helper), using the Discogs database (you need an API key, set $DISCOGS_API_TOKEN in your profile). Usage: click/play a track in iTunes, and run the program. * `linkdir`: symlink all files/folders from source dir to target dir. Usage: `linkdir $source` to create symlinks in cwd, `linkdir $source $target` otherwise. * `mdvl`: markdown renderer in Python