Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .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.” | |||||
* | Move `undopush` alias to `.gitconfig`, as suggested by @necolas | Mathias Bynens | 2012-02-14 | 1 | -3/+0 | |
| | | | | Also, add some other Git aliases while we’re at it. | |||||
* | Shift the '-type f' argument before the '-name' argument in `find` to make ↵ | Chris Lee | 2012-02-08 | 1 | -1/+1 | |
| | | | | it more efficient. | |||||
* | .aliases: Make `emptytrash` clear Apple System Logs | Mathias Bynens | 2012-02-08 | 1 | -1/+2 | |
| | | | | This results in a faster shell launch. I just deleted 5.1 MB of logs and my shell startup time went from about 3 seconds to 3 milliseconds (or so it feels). | |||||
* | Add `urlencode` alias | Mathias Bynens | 2012-02-07 | 1 | -7/+10 | |
| | | | | Via http://twatlr.com/thread/166830178226540544. | |||||
* | .aliases: Use `sudo` to empty local trash as well | Mathias Bynens | 2012-01-27 | 1 | -1/+1 | |
| | ||||||
* | Remove old `server` alias | Mathias Bynens | 2011-12-31 | 1 | -3/+0 | |
| | | | | Ref. 958517dcf4210aefffcafa3cc41f4ebb4edd5e36 | |||||
* | Replace the `server` alias with a function that optionally takes an argument ↵ | Mathias Bynens | 2011-12-31 | 1 | -0/+2 | |
| | | | | | | specifying the port number Inspired by @padolsey’s https://gist.github.com/1525217#gistcomment-71652. | |||||
* | Make `emptytrash` empty the trash for mounted external volumes too | Mathias Bynens | 2011-12-29 | 1 | -2/+2 | |
| | | | | The downside is that this requires `sudo`. Closes #32. | |||||
* | Use tabs instead of double-space indents | Mathias Bynens | 2011-12-28 | 1 | -2/+4 | |
| | ||||||
* | Make `cleanup` list the files it deletes. Kind of like how `rm -v` works. | Mathias Bynens | 2011-10-23 | 1 | -1/+1 | |
| | ||||||
* | Add `cleanup` alias, which recursively deletes `.DS_Store` files. Useful for ↵ | Mathias Bynens | 2011-10-22 | 1 | -0/+3 | |
| | | | | cleaning up external HDDs after copying over some folders. | |||||
* | Steal some nifty aliases from @janmoesen/tilde. | Mathias Bynens | 2011-10-22 | 1 | -1/+12 | |
| | ||||||
* | Use `hd` alias for canonical hex dump. Thanks, @janmoesen! | Mathias Bynens | 2011-10-22 | 1 | -0/+3 | |
| | ||||||
* | Add a more convenient `whois` alias. | Mathias Bynens | 2011-10-05 | 1 | -0/+1 | |
| | ||||||
* | Add PlistBuddy alias, because sometimes `defaults` just doesn’t cut it. | Mathias Bynens | 2011-09-24 | 1 | -0/+3 | |
| | ||||||
* | Add `emptytrash` alias. | Mathias Bynens | 2011-09-21 | 1 | -0/+3 | |
| | ||||||
* | Add aliases to hide/show all desktop icons. | Mathias Bynens | 2011-09-20 | 1 | -0/+4 | |
| | ||||||
* | Add aliases to show/hide hidden files in Finder. Closes #15. | Mathias Bynens | 2011-09-17 | 1 | -0/+4 | |
| | ||||||
* | Added "lsd" to list only directories | kridolfo | 2011-09-08 | 1 | -0/+3 | |
| | ||||||
* | Add `undopush` alias. | Mathias Bynens | 2011-09-06 | 1 | -0/+3 | |
| | ||||||
* | Add TRACE and OPTIONS aliases. | Mathias Bynens | 2011-09-05 | 1 | -1/+1 | |
| | ||||||
* | Initial commit. | Mathias Bynens | 2011-09-05 | 1 | -0/+52 | |