aboutsummaryrefslogtreecommitdiffstats
path: root/.functions
Commit message (Expand)AuthorAgeFilesLines
* .functions: Add `calc`alrra2013-01-061-0/+18
* .functions: Make `gz` more awesomeNicolas Gallagher2012-12-081-5/+6
* .functions: Tweak `fs`Dominik Porada2012-08-311-2/+2
* .aliases: Add `gurl` for Gzip-enabled `curl`Mathias Bynens2012-08-271-5/+0
* .functions: Add `fs`Dominik Porada2012-08-231-0/+14
* .functions: Optimize `dataurl`Mathias Bynens2012-08-231-1/+1
* .bash_profile: Update `killall` Tab completion for OS X 10.8Nicolae Vartolomei2012-08-071-1/+1
* .functions: Add `phpserver`Sindre Sorhus2012-08-071-0/+9
* .functions: Make `dataurl` more genericCãtãlin Mariş2012-08-071-3/+7
* .functions: Rename `md` to `mkd` now that OS X 10.8 has an utility named `md`Vasyl Nakvasiuk2012-08-041-1/+1
* .functions: Add `note` and `remind`Sindre Sorhus2012-07-311-5/+43
* .functions: Add `unquarantine` which force-removes a downloaded app or file f...Mathias Bynens2012-07-291-0/+7
* .functions: Attempt to make `server` open the browser *after* the server has ...Mathias Bynens2012-07-271-1/+1
* .functions: Add `gz` function to get gzipped file sizePaul Irish2012-05-311-0/+8
* .functions: Minor comment tweaksMathias Bynens2012-03-281-1/+1
* Added newline after codepointPeter Kruithof2012-03-281-1/+2
* Added codepoint functionPeter Kruithof2012-03-281-0/+5
* .functions: Alias `diff` to `git diff` when availableMathias Bynens2012-03-231-0/+8
* .functions: Add `dataurl` functionMathias Bynens2012-03-221-0/+5
* .functions: Add `gurl` function for gzip-enabled `curl`Mathias Bynens2012-03-151-0/+5
* `server` function: Serve everything as UTF-8Mathias Bynens2012-01-091-1/+2
* Better `json` functionMathias Bynens2012-01-021-3/+1
* Serve unknown file types as UTF-8, as suggested by @janmoesenMathias Bynens2012-01-021-1/+1
* `server` function: Set the default Content-Type to `text/plain` instead of `a...Mathias Bynens2011-12-311-1/+3
* `server`: Use parameter expansion instead of a fake ternaryMathias Bynens2011-12-311-2/+1
* Replace the `server` alias with a function that optionally takes an argument ...Mathias Bynens2011-12-311-0/+7
* Allow piping to the `json` functionMathias Bynens2011-12-281-2/+10
* Use tabs instead of double-space indentsMathias Bynens2011-12-281-8/+8
* Add `unidecode` functionMathias Bynens2011-12-281-0/+6
* Add `escape` function which escapes UTF-8 characters into their 3-byte formatMathias Bynens2011-12-271-0/+7
* Make the `json()` function more generic by allowing any JSON string instead o...Mathias Bynens2011-10-081-1/+1
* Add `json` function. Example usage: `json http://fronteers.nl/congres/2011/at...Mathias Bynens2011-09-291-3/+7
* Whitespace cleanup.Mathias Bynens2011-09-051-1/+1
* Initial commit.Mathias Bynens2011-09-051-0/+15