dotfiles

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

commit dc77feed3c7960fbafff61b460bb673848569561
parent ca2beb1e64889c8a2a6e284603d9133c47d2d83b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 11 Sep 2017 14:33:25 +0200

Updated README


Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -3,6 +3,7 @@ ## 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 +* `Desktop Changer.app`: an Automator application that changes the desktop background to a random image on login * `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` @@ -11,8 +12,9 @@ * `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`: +* `strip-html-tags`: remove HTML tags from a file * `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. +* `usbmux`, `tcprelay`: port forwarding. If you want to SSH to an iPhone over USB, you can run `tcprelay 22:2222` to forward local port 2222 to the iPhone's SSH port (22), and then `ssh -p 2222 root@localhost`. * `wattpad-scrape`: downloads a Wattpad book as an EPUB file. Usage: `wattpad-scrape $wattpad_url`