You are not logged in.
Pages: 1
https://github.com/xiaq/elvish
Like fish:
Syntax highlighting ✔
Auto-suggestionLike zsh:
Right-hand-side prompt ✔
Dropdown menu completion ✔
Programmable line editorAnd:
A vi keybinding that makes sense
More intuitive multiline editing
Some method to save typed snippets into a script
A navigation mode for easier casual exploration of directories ✔
Offline
I've been using zsh for years, and have been testing fish on one PC for some time. Mixing nice features of fish with nice features of zsh sounds very nice, and adding a ranger-like navigation mode sounds even better. But this made me think - when I was playing with ranger, I liked its feature of using "f" (IIRC) to look recursively for files in the chosen directory. Is there any nice way to search for files and open them like that in the CLI (well, I guess one could write some function using the find command)? Maybe it is something worth implementing in your shell (well, your shell doesn't even open files, at least for now)?
Offline
Pages: 1