-
there is a newcomer into the terminal file managers arena that looks like it's going to be what I was looking for https://github.com/sxyazi/yazi (sort of ranger/vifm written in rust, lots of momentum)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Depends on the archive type and how the vfs/extfs code was implemented for it¹. It also depends on how the archive is treated if it is compressed container, which can be seen by looking at how a .tar and .tar.xz are handled for example. The zip handler is probably the easiest to understand, as it doesn't need to contend with external compression wrappers and is a simple perl script.
Implementing your own extfs scripts to wrap a simple menu around some task can be really useful, far beyond basic archives. I wrote one so that I can shuffle my todo list priorities by moving fake "task files" in to different pseudo-directories.
¹ https://github.com/MidnightCommander/mc/tree/master/src/vfs/
-
Sunflower
Small and highly customizable twin-panel file manager for Linux with support for plugins. (by MeanEYE)
Last commit on github[0] seems to be from 2 days ago. And the previous one from last april. I'd say that the home page is on hiatus, not the project.
[0] https://github.com/MeanEYE/Sunflower
-
As something of an old-timer here, there's some amusement, but mostly appreciation that people are discovering that these very old ways of doing things have a lot of potential (and a lot of untapped ideas)
Somewhat relatedly, recently I discovered the colorfully named fff. It's a solid file manager, but what I've used it for is a terminal based filespace navigator (by adding a function that just leaves you in the place you navigated to).
It's funny how it's hard to break the habit of "cd" to move around, despite this being way faster, especially if you're not sure where you're going.
https://github.com/dylanaraps/fff
-
Take a look at broot https://github.com/Canop/broot
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-