Merge lp:~noskcaj/catfish-search/manpage into lp:~catfish-search/catfish-search/trunk

Proposed by Jackson Doak
Status: Merged
Merged at revision: 203
Proposed branch: lp:~noskcaj/catfish-search/manpage
Merge into: lp:~catfish-search/catfish-search/trunk
Diff against target: 50 lines (+45/-0)
1 file modified
catfish.1 (+45/-0)
To merge this branch: bzr merge lp:~noskcaj/catfish-search/manpage
Reviewer Review Type Date Requested Status
Sean Davis Approve
Review via email: mp+194410@code.launchpad.net

Description of the change

Add a basic manpage created by help2man.

To post a comment you must log in.
Revision history for this message
Sean Davis (bluesabre) :
review: Approve
Revision history for this message
Sean Davis (bluesabre) wrote :

Thanks Noskcaj!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'catfish.1'
2--- catfish.1 1970-01-01 00:00:00 +0000
3+++ catfish.1 2013-11-07 20:13:30 +0000
4@@ -0,0 +1,45 @@
5+.TH CATFISH "1" "November 2013" "catfish 0.8.2" "User Commands"
6+.SH NAME
7+catfish \- File searching tool which is configurable via the command line
8+.SH "DESCRIPTION"
9+.B Catfish
10+is a handy file searching tool for Linux and UNIX.
11+The interface is intentionally lightweight and simple, using only Gtk+3.
12+You can configure it to your needs by using several command line options.
13+.SH OPTIONS
14+.TP
15+\fB\-\-version\fR
16+show program's version number and exit
17+.TP
18+\fB\-h\fR, \fB\-\-help\fR
19+show this help message and exit
20+.TP
21+\fB\-v\fR, \fB\-\-verbose\fR
22+Show debug messages (\fB\-vv\fR debugs catfish_lib also)
23+.TP
24+\fB\-\-large\-icons\fR
25+Use large icons
26+.TP
27+\fB\-\-thumbnails\fR
28+Use thumbnails
29+.TP
30+\fB\-\-iso\-time\fR
31+Display time in ISO format
32+.TP
33+\fB\-\-path\fR=\fIPATH\fR
34+Search in folder PATH
35+.TP
36+\fB\-\-fileman\fR=\fIFILEMAN\fR
37+Use FILEMAN as filemanager
38+.TP
39+\fB\-\-wrapper\fR=\fIWRAPPER\fR
40+Use WRAPPER to open files
41+.TP
42+\fB\-\-exact\fR
43+Perform exact match
44+.TP
45+\fB\-\-hidden\fR
46+Include hidden files
47+.TP
48+\fB\-\-fulltext\fR
49+Perform fulltext search
50\ No newline at end of file

Subscribers

People subscribed via source and target branches