A Fucking Fast File Manager
Find a file
2025-07-02 16:52:31 -04:00
src fix bug with renaming. paste was getting triggered when you tried to type the letter p 2025-07-02 16:52:31 -04:00
.gitignore Update .gitignore 2025-06-03 12:44:39 -04:00
build.zig initial commit 2025-06-03 12:53:02 -04:00
build.zig.zon version bump ZON file 2025-06-05 12:46:52 -04:00
LICENSE Initial commit 2025-06-03 12:44:06 -04:00
README.md forgot to put dependency as optional in README 2025-06-05 12:55:24 -04:00

fffm

A Fucking Fast File Manager

This is a TUI file manager that utilizes io_uring.

Build

zig build --release=fast

We are pinned to Zig v14 because libvaxis is pinned to it and will bump for whenever it does.

Dependencies

  • xdg-user-dirs (xdg-open) for opening system default programs for documents, media and images (optional)

Wishlist

  • Better navigation keys (H, L, ^D, ^U, ^B, ^F added)
  • Create directory key (done)
  • Text file previews
  • Image file previews (using kitty protocol)
  • Use XDG MIME types to open video, images and play audio (done)

Special Thanks

Thanks to rockorager for making the libraries and showing that it is possible with lsr.