You are not logged in.
Pages: 1
robot is a bookmarks manager written in python.
It stores bookmarks in a json file and reads them back to stdout.
Features:
* add bookmarks with name, url, tags and group
* list all bookmarks
* list bookmarks by tag/group
* get urls for titles/tags/groups
That's it. While primitive, it's blazingly fast and can be used with dmenu or rofi.
Included is a script to convert firefox bookmarks and robin (robot interface) - a rofi interface example.
Code is here:
https://github.com/carnager/robot
example:
carnager@caprica ~ > robot listall
Fefes Blog http://blog.fefe.de/ #blog @test
Google https://www.google.de/?gws_rd=ssl #search @search
RSS Reader (53280.de) https://rss.53280.de #rss, #news, #hosting @hosting
Sputnikmusic http://www.sputnikmusic.com #music, #reviews @music
Amazon https://www.amazon.de #shopping, #amazon, #buy @shopping
Ubuntuusers Forum https://forum.ubuntuusers.de #forum, #linux, #ubuntu, #ubuntuusers @linux
carnager@caprica ~ > robot add --url "https://bbs.archlinux.org" --name "Arch Forum" --tags "#forum #arch #linux" --group "@linux"
carnager@caprica ~ > robot listall
Fefes Blog http://blog.fefe.de/ #blog @test
Google https://www.google.de/?gws_rd=ssl #search @search
RSS Reader (53280.de) https://rss.53280.de #rss, #news, #hosting @hosting
Sputnikmusic http://www.sputnikmusic.com #music, #reviews @music
Amazon https://www.amazon.de #shopping, #amazon, #buy @shopping
Ubuntuusers Forum https://forum.ubuntuusers.de #forum, #linux, #ubuntu, #ubuntuusers @linux
Arch Forum https://bbs.archlinux.org #forum, #linux, #arch @linux
carnager@caprica ~ > robot geturl --group @linux
https://forum.ubuntuusers.de
https://bbs.archlinux.org
Last edited by Rasi (2014-08-17 23:00:36)
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Pages: 1