aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/go_input.sh
Commit message (Collapse)AuthorAge
* fix following input[type=email], [type=search], etc.Gravatar Brendan Taylor2011-09-26
|
* sh scripts: replace print with echo/printfGravatar Brendan Taylor2011-03-13
| | | | | we can safely use echo in many of the situations where 'print' is being used, and we can use printf directly in other places.
* Use print rather than printfGravatar Ben Boeckel2011-03-10
| | | | | printf chokes on $(printf "%DD") which may very well come up in an encoded URL. Avoid that with the print alias.
* Use printf rather than echoGravatar Ben Boeckel2011-03-10
|
* Use 4 space indentation for consistencyGravatar Ben Boeckel2011-03-10
|
* Add padding inside of bracesGravatar Ben Boeckel2011-03-10
|
* Quote variables which may contain spacesGravatar Ben Boeckel2011-03-10
|
* use the new $UZBL_* env vars exclusivelyGravatar Brendan Taylor2010-11-29
|
* Resurect go_input script.Gravatar Paweł Zuzelski2010-06-08