Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated two dependencies and the README #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

egrieco
Copy link
Contributor

@egrieco egrieco commented Aug 29, 2022

Just keeping this handy little utility up to date.

Also, I forgot to update the README.md file last time. Oops...

@egrieco
Copy link
Contributor Author

egrieco commented Aug 29, 2022

Hmmm looks like clap changed their help output format. Do you want to re-update the README.md file to the below?

fe 1.0.4
Bjorn Tipling <bjorn@ambientchill.com>
Helps you find files with a fuzzy search.

USAGE:
    fe [OPTIONS] [--] [pattern]

ARGS:
    <pattern>    Sets the optional pattern to search for, if omitted it shows the files in the
                 current directory. Patterns that end with a / are treated as literal paths and
                 will result in a directory listing, not a search.

OPTIONS:
    -d, --directory <search_dir>    Specify the directory to search
    -e, --exact                     When you want an exact match. Probably best used with -n for
                                    searching names.
    -h, --help                      Print help information
    -i, --insensitive               Sets the filename pattern to be case insensitive
    -n, --name                      Search name and extension only.
    -p, --plain                     Don't print colors.
    -r, --regex                     Use a regular expression instead of a fuzzy search.
    -v, --verbose                   Print additional information during search. Use -vv for extra
                                    verbose debug information.
    -V, --version                   Print version information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant