I wonder how you come up with this kind of obfuscated source code, does anyone have an idea how it's made?
A terminal file manager written in bash
41–44 of 44 posts
Re: A terminal file manager written in bash
#42Bad idea. Bad
why?
Re: A terminal file manager written in bash
#43I like the vi-inspired commands. I will definitely be trying this out.
I've also had good luck with using the terminal program, vifm, which also uses familiar vi muscle memory in a traditional "commander-style" two-panel layout.
Re: A terminal file manager written in bash
#44Looks similar to nnn (https://github.com/jarun/nnn), which is written in C with many more features.