Delicious Surf is a fork of Surf web browser. It makes easier to access and organize your bookmarks on del.icio.us.
Tested Platforms: Linux Dependencies: dmenu, libwebkit, xorg-prop, wget
$ git clone [email protected]:azer/delicious-surf.git
$ cd delicious-surf
$ make build
$ make sync
$ sudo make install
The installation creates following directory tree in your home directory;
- ~/.local/share/delicious-surf
- bookmarks
- cookies.txt
- homepage.html
- history
- logs
- script.js
- style.css
- ~/.opt/delicious-surf
- add.sh
- browse.sh
- clean_history.sh
- copy_url.sh
- fetch.sh
- history.sh
- list.sh
- log.sh
- prompt_tags.sh
- suggest.sh
- sync.sh
After launching Delicious Surf, first thing you'll notice about is that it doesn't show any navigation bar. Instead of a rich GUI, it comes with keyboard bindings. The most important one is ctrl+g which opens the URL bar as seen below.
As you see, URL bar is also a search bar. You can query your history and use some special keywords to search the web. See "Search Engines" section for details.
Besides of safety of your links, offline copy makes quite faster to query your bookmarks. ctrl+b opens a bookmarking bar that helps you to search your bookmarks by tags and keywords.
If you don't see any bookmark on the bookmark bar, repeat the synchronization step of the installation.
To add a bookmark, Press ctrl+d and type your tags by pressing Shift+Enter after each one. It supports auto-completion but Delicious' suggestion API is currently broken. Press ESC button when you're done.
Delicious Surf does not support tabbing. Check out the alternatives listed below;
- [XMonad.Layout.Tabbed](http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Tabbed.html (The one shown in screenshot #1)
- TABBED
Delicious Surf's URL bar contains some quick ways to search delicious.com and major search engines. For example, you can serach delicious.com by typing "s travel" or access a popular links page by typing "p travel". Here below is the full list of search engines;
Delicious:
- Search:
s $keyword
- Popular:
p $keyword
Google:
- Search:
g $keyword
- Code Search:
gc $keyword
- Dictionary:
dict $keyword
Wikipedia:
- English:
w $title
Others:
- Duck Duck Go:
ddg $keyword
- WolframAlpha:
wa $query
- StackOverflow:
so $keyword
- LastFM:
lastfm $music
- Flickr:
flickr $keyword
- IMDB:
imdb $keyword
- Amazon:
amazon $keyword
- Youtube:
youtube $keyword
- Github:
github $keyword
Ctrl-g
Opens the URL-bar.Ctrl-b
Opens the Bookmarks-barCtrl-d
Calls the New Bookmark Dialog.Escape
Stops loading current page or stops download.Ctrl-h
Walks back the history.Ctrl-l
Walks forward the history.Ctrl-k
Scrolls page upwards.Ctrl-j
Scrolls page downwards.Ctrl-Shift-k
Zooms page in.Ctrl-Shift-j
Zooms page outCtrl-Shift-i
Resets ZoomCtrl-f
Opens the search-bar.Ctrl-n
Go to next search result.Ctrl-Shift-n
Go to previous search result.Ctrl-p
Loads URI from primary selection.Ctrl-Shift-p
Calls Printpage Dialog.Ctrl-r
Reloads the website.Ctrl-Shift-r
Reloads the website without using cache.Ctrl-y
Copies current URI to primary selection.Ctrl-o
Show the sourcecode of the current page.