Skip to content

Add an interactive mode #31

@Jonxslays

Description

@Jonxslays

Problem/Description

It could be useful for people unfamiliar with quicknav to have an interactive mode that guides them through using the application.

Desired Solution

a -i and/or --interactive flag that will allow the users to provide the required inputs for a subcommand one at a time.
i.e. quicknav add -i will clear the terminal, and prompt the user for input like "What is the name of the new shortcut?" followed by "What is the path to the shortcut directory?" and so on.

Considered Alternatives

This could also potentially use a temp file or something like how git does it with git commit rather than clearing the terminal.

Additional Context

Subcommands this could be useful for:

  • quicknav add
  • quicknav edit
  • quicknav remove

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions