commit cb0ef362e030d3255c3e0019ae83f2bf1644af13 parent ff75793375010016b7276394fdab2ea9b7e874d0 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Fri, 4 Aug 2017 19:59:14 +0200 Added a README file documenting the scripts Diffstat:
M | README.md | | | 19 | ++++++++++++++++++- |
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1 +1,18 @@ -.bin +# My personal scripts folder +--- +## Catalog of items: +* `anythingtogif`: converts (almost) anything to a gif. Usage: `anythingtogif clip.mov clip.gif` +* `batteryCheck.scpt`: AppleScript that monitors battery and notifies when it's charged/empty +* `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` +* `gfx2gfx`: convert SWF into PDF. Usage: `gfx2gfx page.swf -o page.pdf` +* `icalBuddy`: can extract information about events from the iCal application +* `itunes_style_getter`: can find and set the genre in a track in iTunes (along with its Ruby helper). Usage: click on a track in iTunes, and run the program. +* `modified_cfscrape.py`: can scrape and download CloudFlare-protected websites. Usage: `python3 modified_cfscrape.py http://url.com` +* `mp3tagger.jar`: a Java application to tag MP3 files +* `percerr.rb`: a simple tool for calculating percent error. Just run the Ruby script. +* `strip-html-tags`: +* `tag`: a command-line `mp3tagger.jar`. Usage: `tag filename.mp3` +* `topdf`: converts a file to a PDF using cupsfilter. Works well on docx files. Usage: `topdf file [file2 file3 file4...]` +* `upx.out`: Fixes a fucked CORE keygen. Check Info.plist in bundle. If the version is lower than system version, and the crash log says "UPX compressed binary", just run `upx.out -d $coreKeygenBinaryPath` and you good. +* `wattpad-scrape`: downloads a Wattpad book as an EPUB file. Usage: `wattpad-scrape $wattpad_url`