Earlier quoted context omitted.
[flagged]
That's too much generalization. I like skeuomorphic GUI with proper shadows, separators, color gradients, 2.5D borders, menus, etc. Nobody is offering those these days, so I gravitated towards TUI; I also have a lot of nostalgia for the DOS days, and although terminal emulation is worse than a proper command line, I make do.
Superfile – A fancy, pretty terminal file manager
81–90 of 219 posts
Re: Superfile – A fancy, pretty terminal file manager
#82superfile looks great, we have this listed on the trove (1) for other package managers, we love what's been done recently in the terminal / tui space. I encourage also supporting the author as well on their ko-fi page for a new laptop. (2) 1. https://terminaltrove.com/superfile/ 2. https://ko-fi.com/night_cat
Re: Superfile – A fancy, pretty terminal file manager
#83Earlier quoted context omitted.
[flagged]
GUIs aren’t composable with other tools easily. Like, you can pipe CLIs together, and some TUIs accept a command and exit, allowing you to chain things together. On the web, your best bet might be playwright, but that’s about it. Imagine having GTK and QT applications able to be chained and exit automatically. On MacOS/iOS it’s not much better, even if Apple Shortcuts can feel ok sometimes, assuming the devs thought…
None of the tools on display here are composable either, in fact almost all modern TUIs are literally indistinguishable from GUIs, using the same widgets and user paradigms you'd find in a desktop app, but reimplemented on top a text rendering engine, they're not CLI tools.
It's basically the same thing we did on the web where webapps sort of pretend that they're not sitting on a text protocol but at least there it's out of necessity. On top of a functioning graphic stack there's no point for TUIs to exist.
Re: Superfile – A fancy, pretty terminal file manager
#84If didn't read the docs, noticed hkjl moved around, and accidentally deleted 3 folders with ctrl+d seeing if I could scroll down faster. Scary defaults if you have Vim muscle memory.
One that bites me a lot is when a vim keybinding is implemented, has insert mode, and they don't also rebind . Go from trying to delete a word (backwards) but end up losing a whole session. It's such muscle memory I sometimes do it on webpages, but maybe that one is a feature instead of a bug lol
Re: Superfile – A fancy, pretty terminal file manager
#85If didn't read the docs, noticed hkjl moved around, and accidentally deleted 3 folders with ctrl+d seeing if I could scroll down faster. Scary defaults if you have Vim muscle memory.
But it seems that this hotkey is not good for many people. It may be changed in the next version. Thanks for your feedback.
Re: Superfile – A fancy, pretty terminal file manager
#86If didn't read the docs, noticed hkjl moved around, and accidentally deleted 3 folders with ctrl+d seeing if I could scroll down faster. Scary defaults if you have Vim muscle memory.
Btw, this is not actually deleted, but put in the trash can. But it seems that this hotkey is not good for many people. It may be changed in the next version. Thanks for your feedback.
Re: Superfile – A fancy, pretty terminal file manager
#87If didn't read the docs, noticed hkjl moved around, and accidentally deleted 3 folders with ctrl+d seeing if I could scroll down faster. Scary defaults if you have Vim muscle memory.
Re: Superfile – A fancy, pretty terminal file manager
#88Love all the terminal tooling that's come out in recent years. I'm this close to chrome and rofi being the only gui I'm using on my work machine. This looks great!
[flagged]
Re: Superfile – A fancy, pretty terminal file manager
#89 brew install superfile
(ok)
superfile
(not found)
find superfile
(not sound)
cd /usr/local/Cellar/superfile/1.1.2/bin
ls
spf
This is mentioned in the tutorial but it's probably worth mentioning in the install section to save people 5-10 minutes of confusion. Once I found the filename I loved it.Re: Superfile – A fancy, pretty terminal file manager
#90Fortunately it's now on top of the to-do list: https://github.com/users/MHNightCat/projects/4/views/1