Useful homebrew formula
traviscj
- One minute read - 201 wordsLast week I was telling Paul about things I have brew installed on my work laptop.
I pulled a full list as I was doing some upgrades and stuff this morning.
Glancing over it a bit, here are some of my favorites/most usefuls:
autojumpfor a usage-adjustingcd– given a partial string it just goes to the most-used directory with that prefix. I haveautojumpaliased tojto shorten it up even more.colordiffto make diffs/grep/etc nicer to look at in the terminal.coreutils/dateutilsis nice because it installs the GNU versions of a lot of standard linux commands likeduandlsanddatethat work a bit strange/differently on OSX.jqis amazing — lets you query JSON objects.ledgerto manage bank balances in plain text.newsbeuterto subscribe to RSS feeds.osquerylets you do SQL-like queries to find out about the system it’s running on (sharvil did a bunch of work on it, actually…)terminal-notifierto pop up notifications from terminal/cron jobs.tmuxto have long-running terminal windows without having terminal windows open.watchinstead of “some command”+uparrow+enter+uparrow+enter+….wgetas shorthand for “curl http://xyz/tuv.json > tuv.json” (old habits…),youtube-dlfor downloading youtube videos.