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
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
-iand/or--interactiveflag that will allow the users to provide the required inputs for a subcommand one at a time.i.e.
quicknav add -iwill 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 commitrather than clearing the terminal.Additional Context
Subcommands this could be useful for:
quicknav addquicknav editquicknav remove