Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .aliases: Add `jsc` alias | Mathias Bynens | 2014-01-08 | 1 | -0/+5 |
| | | | | | | Useful for testing code in JavaScriptCore. Hat tip: https://twitter.com/RussB/status/420409644117262336 (via @rauschma) | ||||
* | .aliases: Improve `lsd` | Mat Lowery | 2013-11-26 | 1 | -1/+1 |
| | | | | Ref. #292. | ||||
* | .aliases: Add `npme` | Sindre Sorhus | 2013-11-18 | 1 | -0/+3 |
| | | | | | | `npme` is like `npm` except it uses a registry located in Europe, causing it to be much faster for Europeans. See <http://npmjs.eu/> for more information. Closes #284. | ||||
* | .aliases: Update RubyGems before updating installed gems | Amber | 2013-11-13 | 1 | -1/+1 |
| | | | | Closes #282. | ||||
* | .aliases: Add `reload` | gregstallings | 2013-11-05 | 1 | -0/+3 |
| | | | | | | `reload` invokes the shell as a login shell, which essentially reloads it. Closes #247. | ||||
* | .aliases: Add `afk` to lock the screen | gregstallings | 2013-11-04 | 1 | -0/+3 |
| | | | | Closes #258. | ||||
* | .aliases: Lowercase `projects` dir | Mathias Bynens | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | .aliases: Improve `ips` | Chen Cohen | 2013-10-30 | 1 | -1/+1 |
| | | | | Ref. #268 and #269. | ||||
* | .functions: Add `o` to `open` stuff | gregstallings | 2013-09-23 | 1 | -2/+0 |
| | | | | Closes #245. | ||||
* | .functions: Add `v` to open stuff in Vim | gregstallings | 2013-09-21 | 1 | -1/+0 |
| | | | | Closes #251. | ||||
* | .functions: Add `s` to open stuff in Sublime Text | gregstallings | 2013-09-21 | 1 | -1/+0 |
| | | | | Closes #252. | ||||
* | .functions: Add `m` to open stuff in TextMate | gregstallings | 2013-09-21 | 1 | -1/+0 |
| | | | | Closes #253. | ||||
* | .aliases: Add `chromekill` to kill all Chrome tabs to free up memory | Sindre Sorhus | 2013-08-27 | 1 | -0/+4 |
| | | | | | | | | Useful when you have a lot of tabs open (which I always do), but you don’t want to close them. Tabs in Chrome are just processes, so we just filter out the ones we want, and kill them. Closes #236. | ||||
* | .aliases: Add `-F` to `ls` aliases | Haralan Dobrev | 2013-08-08 | 1 | -3/+3 |
| | | | | | | Don’t do this for the default `ls`, though. Closes #234. | ||||
* | .aliases: Add `timer` | Mathias Bynens | 2013-07-25 | 1 | -0/+3 |
| | | | | | | `timer` can be used as a stopwatch. Hat tip: https://twitter.com/tow8ie/status/360077953238962176 | ||||
* | .aliases: Make Grunt print stack traces by default | Mathias Bynens | 2013-06-28 | 1 | -0/+3 |
| | |||||
* | .aliases: Add `week` | Mathias Bynens | 2013-04-16 | 1 | -1/+4 |
| | | | | Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/312206490880589824 | ||||
* | Use newlines at EOF consistently | Mathias Bynens | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | .aliases: Lowercase `com.apple.finder` | Mathias Bynens | 2012-12-15 | 1 | -2/+2 |
| | | | | Hat tip: @alrra. | ||||
* | .aliases: Add `map` | Dominik Porada | 2012-12-03 | 1 | -0/+5 |
| | | | | Ref. #157. | ||||
* | .aliases: Make `update` run `brew cleanup` | Mathias Bynens | 2012-10-07 | 1 | -1/+1 |
| | | | | | Thanks to @patrickkettner for the suggestion on Twitter: http://twitter.com/patrickkettner/statuses/254387082791903232 | ||||
* | .aliases: Make `update` update Ruby gems as well | Mathias Bynens | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | .aliases: Add `dl` | user996015 | 2012-09-16 | 1 | -0/+1 |
| | | | | Ref. #142. | ||||
* | .aliases: Alias `sha1sum` if needed | Max F. Albrecht | 2012-09-16 | 1 | -0/+3 |
| | | | | Ref. #141. | ||||
* | .aliases: Add `dt` | user996015 | 2012-09-14 | 1 | -0/+1 |
| | |||||
* | .aliases: Add `gurl` for Gzip-enabled `curl` | Mathias Bynens | 2012-08-27 | 1 | -0/+3 |
| | | | | Ref. 1b3ed7a646de7a652f0596985af976a438e32aca. | ||||
* | .aliases: Remove `ios` | Dominik Porada | 2012-08-26 | 1 | -3/+0 |
| | |||||
* | .aliases: Make `flush` kill `mDNSResponder` as well | John F. Mercer | 2012-08-24 | 1 | -1/+1 |
| | | | | Ref. #126 and http://support.apple.com/kb/HT5343. | ||||
* | .functions: Add `fs` | Dominik Porada | 2012-08-23 | 1 | -9/+0 |
| | | | | | | …and remove the `fs` alias from `.aliases`. Ref. #125. | ||||
* | .aliases: Add `badge` | Dominik Porada | 2012-08-15 | 1 | -0/+4 |
| | | | | This rings the terminal bell, and — when using Terminal.app — puts a badge on its Dock icon. Screenshot: http://i.imgur.com/OtYdu.png | ||||
* | .aliases: Use `command -v` instead of `type -t` | thibault milan | 2012-08-06 | 1 | -2/+2 |
| | | | | | | `type -t` is not as portable (i.e., not in POSIX) as `command -v`, and `command -v` also takes aliases and functions into account. Ref. #109. | ||||
* | .aliases: Make `fs` work with both GNU `stat` and OS X `stat` | Dominik Porada | 2012-08-01 | 1 | -1/+7 |
| | |||||
* | .aliases: Add `mergepdf` alias that concatenates PDF files | Oliver Schrenk | 2012-07-31 | 1 | -0/+4 |
| | | | | Credit goes to Fritz Stelluto: http://blog.gotofritz.net/howto/joining-pdf-files-in-os-x-from-the-command-line/. | ||||
* | .aliases: Add `ios` alias to launch iOS Simulator | porada | 2012-07-29 | 1 | -0/+3 |
| | |||||
* | .aliases: Add `lscleanup` alias that cleans up LaunchServices | porada | 2012-07-29 | 1 | -0/+3 |
| | | | | This removes duplicates in the “Open With” menu. | ||||
* | .aliases: Make `update` update `npm` and its installed packages as well | Mathias Bynens | 2012-07-26 | 1 | -2/+2 |
| | |||||
* | .aliases: Optimize the `ls` flavor detection even further | Jan Moesen | 2012-07-23 | 1 | -3/+3 |
| | | | | Ref. #89. | ||||
* | .aliases: Optimize the way we detect the `ls` flavor | Mathias Bynens | 2012-07-23 | 1 | -4/+3 |
| | | | | Follow-up to 4169a34df1783b6b0727a527b867cefecaa069b5. Thanks to @janmoesen! | ||||
* | .aliases: Detect which `ls` flavor is in use and use the appropriate flag ↵ | Mathias Bynens | 2012-07-22 | 1 | -4/+12 |
| | | | | | | for colorized output Thanks to @divya for making me do this ;) | ||||
* | .aliases: Support colorized output for `ls` 8.17 only (GNU coreutils) | Mathias Bynens | 2012-07-19 | 1 | -9/+5 |
| | |||||
* | .aliases: Update to `stat` v8.17 (GNU coreutils) | Mathias Bynens | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | .aliases: Add `h` (`history`) and `j` (`jobs`) | user996015 | 2012-06-14 | 1 | -0/+2 |
| | |||||
* | .aliases: Add `....` and `.....` | user996015 | 2012-06-14 | 1 | -1/+3 |
| | |||||
* | .aliases: Make `ips` show IPv6 addresses as well | Rich Healey | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Maximum set volume is 7, not 10 | Alex Humphreys | 2012-05-21 | 1 | -1/+1 |
| | | | | | | See: http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as213.ht ml | ||||
* | .aliases: Better organization | Mathias Bynens | 2012-04-12 | 1 | -3/+5 |
| | |||||
* | .aliases: More generally useful shortcuts | Wim Leers | 2012-04-12 | 1 | -0/+3 |
| | |||||
* | TextMate is awesome, but it would be nice to have a SublimeText alias, too. | Jesse Thompson | 2012-03-31 | 1 | -0/+1 |
| | |||||
* | .aliases: Add `update` alias | Mathias Bynens | 2012-03-26 | 1 | -0/+3 |
| | |||||
* | .aliases: Enable sudo with aliases | Mathias Bynens | 2012-03-25 | 1 | -0/+3 |
| | | | | | | @janmoesen explains it here: https://github.com/janmoesen/tilde/commit/805e8117fd0fb429055d280509e14be8427c226b http://www.gnu.org/software/bash/manual/bashref.html#Aliases says: “If the last character of the alias value is a space or tab character, then the next command word following the alias is also checked for alias expansion.” |