aboutsummaryrefslogtreecommitdiffstats
path: root/.functions
Commit message (Expand)AuthorAgeFilesLines
...
* `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