Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Mar 30, 2019
1 parent 7e4c7f2 commit 6c1aec5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Search is case-insensitive by default. Matching files are printed to standard output in the order they are found in the catalog. See the [man page](https://sveinbjorn.org/files/manpages/searchfs.1.html) for details.

[KatSearch](https://github.com/sveinbjornt/KatSearch) is a graphical application built on top of `searchfs`.

## Download

* [⇩ Download searchfs binary](https://sveinbjorn.org/files/software/searchfs.zip) (<20 KB, Intel 64-bit, macOS 10.8 or later)
Expand Down
2 changes: 1 addition & 1 deletion searchfs.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ printed to STDOUT, one path per line. Search is case-insensitive by default
The following flags are supported:
.Bl -tag -width -indent
.It Fl v, -volume Ar path
Specify volume to search. Default is the root file system at /.
Specify volume to search (by mount point). Default is the root file system at /.
.It Fl d, -dirs-only
Return only matching directories.
.It Fl f, -files-only
Expand Down
3 changes: 2 additions & 1 deletion searchfs.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
The following flags are supported:

<b>-v,</b> <b>--volume</b> <u>path</u>
Specify volume to search. Default is the root file system at /.
Specify volume to search (by mount point). Default is the root
file system at /.

<b>-d,</b> <b>--dirs-only</b>
Return only matching directories.
Expand Down

0 comments on commit 6c1aec5

Please sign in to comment.