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

Find command should allow searches by keypath #69

Open
saheljalal opened this issue Feb 28, 2023 · 0 comments
Open

Find command should allow searches by keypath #69

saheljalal opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@saheljalal
Copy link
Collaborator

saheljalal commented Feb 28, 2023

Allow using nostromo find with keypaths like dev.env or something to quickly access details about an added command.
This is inconvenient since find returns many matching commands when you might only want a specific one.

> nostromo find dev.install.goenv -v
+--------------+-------------------------------------------------+
| keypath      | dev.install.goenv                               |
| alias        | goenv                                           |
| command      | dev install run-ch "goenv" "brew install goenv" |
| description  | Install goenv to manage multiple versions of go |
| code         | false                                           |
| mode         | concatenate                                     |
| aliasOnly    | false                                           |
| disabled     | false                                           |
+--------------+-------------------------------------------------+
@saheljalal saheljalal added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant