aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/session.sh
Commit message (Collapse)AuthorAge
* on Ubuntu, properly clear keycmd when a link is selected using follow.shGravatar Brendan Taylor2011-09-05
| | | | dash treats a 'shift' when there are no more arguments as an error.
* 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
|
* Don't put spaces before case matchesGravatar Ben Boeckel2011-03-10
|
* Add padding inside of bracesGravatar Ben Boeckel2011-03-10
|
* Remove the use of positional argumentsGravatar Ben Boeckel2011-03-10
| | | | Positional arguments should be given meaningful names.
* Quote variables which may contain spacesGravatar Ben Boeckel2011-03-10
|
* Use the -e flag on sed callsGravatar Ben Boeckel2011-03-10
|
* Wrap util scripts in quotesGravatar Ben Boeckel2011-03-10
|
* remove positional argument support from examplesGravatar Brendan Taylor2010-12-30
|
* Merge remote branch 'jspricke/master' into experimentalGravatar Brendan Taylor2010-12-01
|\
* \ Merge commit 'e293bf' into experimentalGravatar Brendan Taylor2010-11-30
|\ \
| * | $UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface)Gravatar Brendan Taylor2010-11-29
| | |
| * | use the new $UZBL_* env vars exclusivelyGravatar Brendan Taylor2010-11-29
| | |
* | | update session.sh documentationGravatar Brendan Taylor2010-11-29
| | |
* | | improved session.sh script to work standaloneGravatar Jochen Sprickerhof2010-11-28
|/ / | | | | | | | | | | | | | | | | - use readlink to get the absolute path of the script - works standalone as well, just run it and it will either save all running uzbl instances or reopen them - changed backup of sessionfile to launch action, so you can use endinstance from uzbl as well. For example to save a link to read it later
| * removed disown (bashism, not available in pisx shells like dash)Gravatar Jochen Sprickerhof2010-11-28
|/
* make session.sh work with the split util scriptsGravatar Brendan Taylor2010-11-24
|
* Prefer sockets to fifosGravatar Ben Boeckel2010-10-02
|
* Quotes really needed here?Gravatar Ben Boeckel2010-10-02
|
* Use -z and -n tests rather than "x$foo" = "x" hackGravatar Ben Boeckel2010-10-02
|
* Fix usage messageGravatar Ben Boeckel2010-10-02
|
* Check to make sure uzbl called endinstanceGravatar Ben Boeckel2010-10-02
|
* Disown the process as wellGravatar Ben Boeckel2010-10-02
|
* Fix empty string checkGravatar Ben Boeckel2010-10-02
|
* Match indentation in session.sh to match othersGravatar Ben Boeckel2010-10-02
|
* Migrate to using uzbl-args util scriptGravatar Ben Boeckel2010-10-02
|
* Migrate to using uzbl-dir util scriptGravatar Ben Boeckel2010-10-02
|
* Use $() over ``Gravatar Ben Boeckel2010-10-02
|
* remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox