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

Add the --choose subcommand #680

Merged
merged 5 commits into from
Sep 18, 2020
Merged

Add the --choose subcommand #680

merged 5 commits into from
Sep 18, 2020

Conversation

casey
Copy link
Owner

@casey casey commented Sep 18, 2020

The --choose subcommand runs a chooser to select a recipe to run. The
chooser should read lines containing recipe names from standard input,
and write one of those names to standard output.

The chooser defaults to fzf, a popular fuzzy finder, but can be
overridden by setting $JUST_CHOOSER or passing --chooser <CHOOSER>.

The `--choose` subcommand runs a chooser to select a recipe to run. The
chooser should read lines containing recipe names from standard input,
and write one of those names to standard output.

The chooser defaults to `fzf`, a popular fuzzy finder, but can be
overridden by setting $JUST_CHOOSER or passing `--chooser <CHOOSER>`.
@casey casey merged commit 9d02469 into master Sep 18, 2020
@casey casey deleted the choose branch September 18, 2020 02:43
@casey casey mentioned this pull request Sep 18, 2020
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.

1 participant