Hacker News new | ask | show | jobs
by penguin_booze 886 days ago
Ranger is my daily driver, too. It integreates well with the shell as well as Vim usages, as ranger can be used as a file/directory picker.

One thing I regret of it, though, is that it's a Python application. Had it been a light weight, single-binary, application, I could have quickly scp'ed and used it on a remote ssh hosts. Likewise, had it been using async/await, it could have been snappier on directories with a ton of files.

1 comments