Open Signum21 opened 8 months ago
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)
Totally agreed. This is a missing feature. What would be the syntax?
I've found a workaround solution for your case in https://github.com/denisidoro/navi/issues/899#issuecomment-2214205720
It would be useful to have optional arguments for commands, possibly with selectable values.
An example that works for the
ls
command.The last
\n
creates a blank line that can be selected to avoid choosing an option.This method doesn't work for optional parameters that require a value, for example
head -n 5