-
Notifications
You must be signed in to change notification settings - Fork 3
/
foxy.1
60 lines (54 loc) · 1.52 KB
/
foxy.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH FOXY 1 "January 2015"
.SH NAME
foxy \- The text bookmark manager
.SH SYNOPSIS
.B foxy [ -h ][ -n ][ -t ] [ -c tag ] [ -d tag ] [ -s tag] [ -i tag ]
.B [ -a link @tag1 @tag2...@tagn]
.SH DESCRIPTION
foxy is a simple script that handles text bookmarks for firefox and surf
browsers. In order to work properly, foxy needs dmenu of the suckless team.
.br
All options can be run directly in dmenu except for -h and -t.
.SH OPTIONS
.TP
.B \-h
Show the help message and exit.
.TP
.B \-n
Show the total number of saved bookmarks.
.TP
.B \-t
Show the total number of tags.
.TP
.B \-c tag
Show the total number of bookmarks tagged with `tag'
.TP
.B \-d tag
Search for bookmarks tagged with `tag', select one, then delete it.
.TP
.B \-s tag
Search for bookmarks tagged with `tag', select one, then open it to your browser.
.TP
.B \-i tag
Interactively delete bookmarks.
.TP
.B \-a link @tag1 @tag2...@tagn
Add a new bookmark. Give it at least one tag. Note that when you are adding
a bookmark you must prepend each tag name with a `@'. The same happens with the
-b option below.
.SH FILE(S)
.TP
bookmarks:
As the name indicates, bookmarks is the text file that foxy
saves your bookmarks.
.TP
tmpbookmarks:
It's a temporary text file that foxy uses when showing or deleting bookmarks.
.SH BUGS
If a proper number of arguments is passed to foxy when using the -a flag,
it can't tell if the user passed a proper URL
.SH REPO
The latest version of foxy can be found here:
https://github.com/s-p-k/foxy
.SH COPYRIGHT
Copyright (c) 2013-2015, spk ([email protected])