boomange 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+9/−2 lines, 2 files
Files
- boomange.1 +8/−1
- boomange.cabal +1/−1
boomange.1 view
@@ -1,6 +1,6 @@ .\" Manpage for boomange. .\" Contact marcelogmillani@gmail.com to correct errors or typos.-.TH man 1 "23 Oct 2014" "0.1.2.1" "boomange man page"+.TH man 1 "19 Apr 2015" "0.1.3.0" "boomange man page" .SH NAME boomange \- generates an HTML file with bookmarks .SH SYNOPSIS@@ -27,6 +27,13 @@ \fB-s, --status\fR .RS outputs configuration files info and exits+.RE+\fB-a, --add <location> <URI>\fR+.RS+adds a bookmark to file with the given id. The depths of <location> should be separated with '/'s. The id are the left-side values inside the "watch" section in the config file.+.RE+.RS+Example: boomange --add 'id/desired/path' 'http://en.wikipedia.org/' .RE .SH FILES boomange stores its configuration files in one of these directories by default:
boomange.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: boomange-version: 0.1.3.0+version: 0.1.3.1 synopsis: A Bookmarks manager with a HTML generator description: In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks. license: GPL-3