Midday Commander porta la gestione file nel terminale

Midday Commander un File manager a doppio pannello in Go con ricerca fuzzy, temi, archivi e scorciatoie personalizzabili.

Linux Easy

ForkLift 4.6 Brings Faster Tag Management and One-Click Custom Tools

ForkLift 4.6 for macOS improves tag management with inline autocomplete and suggestions, plus the ability to add custom tools to the toolbar with dedicated icons.

https://yoota.it/en/forklift-4-6-brings-faster-tag-management-and-one-click-custom-tools/

ForkLift 4.6: tag più veloci e strumenti personalizzati in un clic

ForkLift 4.6 per macOS migliora la gestione dei tag con completamento automatico e suggerimenti inline, e permette di aggiungere strumenti personalizzati alla barra degli strumenti con icona dedicata.

https://yoota.it/forklift-4-6-tag-piu-veloci-e-strumenti-personalizzati-in-un-clic/

Dylan Araps is back and working on dfm (Dylan's File Manager), a terminal file manager written in C. If you know Dylan's work from KISS Linux, neofetch and other projects, you know what to expect — tiny binary, no dependencies outside of POSIX/libc, vim-like keybindings and does absolutely nothing when idle. Looks like a solid suckless-style file manager worth keeping an eye on.

I tried it and really liked it, already submitted a SlackBuild to slackbuilds.org so Slackware users can easily install it.
https://github.com/dylanaraps/dfm

#filemanager #minimal #slackbuilds #slackware #linux
GitHub - dylanaraps/dfm: Dylan's File Manager

Dylan's File Manager. Contribute to dylanaraps/dfm development by creating an account on GitHub.

GitHub
I am aware that I am not the typical guy when it comes to how I use a #filemanager. However I must say that installing #caja and always arranging icons manually was a good choice for me. Some details still bother me, but it just has the things I need to organize my stuff.
Ghost Commander - A file manager for Android… Now fails with random error messages when moving files, only some files get moved, and then you retry and again some files get moved. Error is divizion by zero? - Wtf, honestly. Is it that hard? You made so cool progress meter (?) that it fails to do basic file move operations. - OMFG, so classic engineering. #Android #apps #filemanager #orthodoxfilemanagers #fail

The CD-ROM icon in Windows 3.1's file manager does look a bit ... "odd"... when you spent too much time in "Windows for Workgroups". 😉

#Windows #RetroComputing #Oldschool #90s #WfW311 #FileManager #CDROM #Emulation #86Box

When installing Windows 3.1 as a retro system, you should never forget to update the file manager to its Y2K-compatible version from 1999. The old, original WINFILE.EXE should not be allowed to touch your files in 2026. 😉

#Y2K #Winfile #Win31 #RetroComputing #Emulation #Windows #90s #2000s #FileManager

File Browser is a lightweight, open-source web file manager that lets you access and manage files on your server directly from a browser.

A simple way to build your own private cloud without relying on services like Google Drive or Dropbox.

👉 https://github.com/filebrowser/filebrowser

More privacy-friendly tools curated at : https://digital-escape-tools-phi.vercel.app/

#Privacy #OpenSource #SelfHosting #FileManager #FOSS #DeGoogle

I am using #Thunar as my #filemanager and #Ghostty as my #terminal. One thing that bugs me is that clicking "open terminal here" in Thunar opens Ghostty in the default working directory instead. I just fixed this today by changing the command to `TERM_PROGRAM=dumb exo-open --working-directory %f --launch TerminalEmulator`, i.e., adding an environment variable `TERM_PROGRAM`. The value does not matter, but it has to have some value for exo-open to work. No idea why.