Added a command for fish shell#13
Conversation
|
what is the status variable? isn't also, I think |
The result of the last command, the bash script checks it so I added it. I can take it out, but I still think it's better to use fish's
Do you want all arguments passed to lsi to be considered just one argument to ls-argument? In that case yes, it should have double quotes. |
Ok if you think its necessary
well lsi can optionally receive one arg and its the starting path from what I understand from you, if |
Exactly. If |
|
Thank you :) |
* Remove `dialoguer` dependency and by switching to internal prompt renderer * Allow using Left/Right arrow to navigate folders when the fuzzy text field is empty * Add shell support (expands on #13) - [x] pwsh/powershell - [x] fish - [x] Nu (Nushell) - [ ] Zsh (Z-Shell) - should be able to just put the function from `lsi.sh` inside `.zshrc`? - [ ] Ksh (Korn Shell) ? - [ ] Tcsh (Tenex C Shell) ? * Refactor/lint + small bug fixes * Update README
This script makes lsi work on my setup (Ubuntu 20.04 + fish), although to select a directory the key is Alt+Enter.