Skip to content

Commit

Permalink
Update USAGE in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Feb 13, 2019
1 parent acd4910 commit f1ab443
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ OPTIONS:
executable (x), empty (e)
-e, --extension <ext>... Filter by file extension
-x, --exec <cmd> Execute a command for each search result
-X, --exec-batch <cmd> Execute a command with all search results at once
-E, --exclude <pattern>... Exclude entries that match the given glob pattern
-c, --color <when> When to use colors: never, *auto*, always
-S, --size <size>... Limit results based on the size of files.
Expand All @@ -289,6 +290,9 @@ ARGS:
<path>... the root directory for the filesystem search (optional)
```

This is the output of `fd -h`. To see the full set of command-line options, use `fd --help` which
also includes a much more detailed help text.

## Tutorial

First, to get an overview of all available command line options, you can either run
Expand Down

0 comments on commit f1ab443

Please sign in to comment.