fm
fm copied to clipboard
Small, general purpose file manager built with GTK4.
Hi, First of all, as a former macOS user, and GNOME user, I'm really glad to see a GTK file manager with Miller Columns !! Kudos ! Now the noob...
Tested on a bare metal x86 Fedora 37 box. Launch via _Show Applications_ or the mod key. Feel free to use it however you like. Just thought I'd share my...
Hey, really cool software! I think it would be nice to have a .desktop file for this as itwould offer the ability to make it a "default" browser in many...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.8 to 0.38.28. Commits 5ff2b62 chore: Release rustix version 0.38.28 3758947 Fix c_char vs u8 errors in the linux_raw backend. (#971) b1f8c8f chore: Release rustix version 0.38.27...
```sh $ cargo install --git https://github.com/euclio/fm Updating git repository `https://github.com/euclio/fm` error: binary `fm` already exists in destination as part of `fm-tui v0.1.21` Add --force to overwrite 101 $ ```
cargo binary conflict - rename 'fm' to 'fm-euclio' (or whatever you wish, to not conflict anymore!)
There is something didn' t work with my attempt to compile after rename your project (to avoid cargo naming confict with existing `fm-gui` package) Here is the full output: ```sh...