aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/insert_bookmark.sh
Commit message (Collapse)AuthorAge
* 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 a better check for write permissionGravatar Ben Boeckel2011-03-10
|
* Use printf rather than echoGravatar Ben Boeckel2011-03-10
|
* Add padding inside of bracesGravatar Ben Boeckel2011-03-10
|
* Quote variables which may contain spacesGravatar Ben Boeckel2011-03-10
|
* Wrap util scripts in quotesGravatar Ben Boeckel2011-03-10
|
* $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
|
* make which test silentGravatar Brendan Taylor2010-11-24
|
* Merge branch 'dev/cleanup-scripts'Gravatar Brendan Taylor2010-11-24
|\ | | | | | | | | | | | | | | Conflicts: examples/data/scripts/insert_bookmark.sh examples/data/scripts/load_url_from_bookmarks.sh examples/data/scripts/load_url_from_history.sh examples/data/scripts/session.sh
| * insert_bookmark.sh was totally bustedGravatar Brendan Taylor2010-11-24
| |
* | Merge branch 'dev/cleanup-scripts'Gravatar Brendan Taylor2010-11-21
|\| | | | | | | | | Conflicts: src/uzbl-browser
| * write new history and bookmark files if they don't already existGravatar Brendan Taylor2010-11-21
| |
* | source -> . (fixes bashism)Gravatar Brendan Taylor2010-11-15
| |
* | Merge remote branch 'mathstuf/dev/cleanup-scripts' into HEADGravatar Brendan Taylor2010-10-11
|\| | | | | | | | | | | | | Conflicts: (bashisms) examples/data/scripts/formfiller.sh examples/data/scripts/insert_bookmark.sh examples/data/scripts/instance-select-wmii.sh
| * 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
| |
* | Avoid bash specific syntax in helpersGravatar Luca Bruno2010-05-16
|/ | | | | | | | | Most of our helpers don't really depend on bash, and work just fine with every system shell. Thus, let's avoid "bashisms" in there to accomodate more bare-bone shells (like dash, see https://wiki.ubuntu.com/DashAsBinSh ) Signed-off-by: Luca Bruno <lucab@debian.org>
* strip tabs from pagetitles. we want to use tab as delimiter and they are ↵Gravatar Dieter Plaetinck2010-03-23
| | | | pointless in pagetitles anyway
* 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