6 ms·
Very cool tool. Just curious as to why directories are not selectable. I did "ls | fpp" and everything got listed (directories and files) but only the files wer
by UUMMUU 11y ago
Very cool tool. Just curious as to why directories are not selectable. I did "ls | fpp" and everything got listed (directories and files) but only the files were selectable.
- xxbondsxx 11y agoYeah, we don't match on directories since the regex would overmatch other results (we would basically have to match anything that is words with a slash). However if we added support for checking for file / directory existence we could definitely add support for that
- atarian 11y agoI think if you added the ability to traverse directories, that would take this tool to the next level. I kind of expected the tool to be similar to NERD Tree or Vim's explorer, which would be incredibly useful.
- ugh123 11y agoDon't forget about mc (midnight commander). Which is still hella useful http://en.wikipedia.org/wiki/Midnight_Commander http://en.wikipedia.org/wiki/Midnight_Commander
- UUMMUU 11y agoSounds like something I should give a try myself in a pull request.