Fish Shell
Ok, so I've already have
Intellij Idea
that
writes code for me
translates my thoughts into code fast and without surplus typing. Now I have
Fish Shell
+
fzf
1
which does the same in console. Autocompletion rules! Life is short, you don't have time to (re)type everything manually.
And here is my config with lot of cool tricks.
-
Ctrl+R 'search as you type' is not implemented in Fish, but fzf offers much better alternative. Btw fzf for searching files is awesome! Just try:
find . | fzf
↩