runar is a keyboard-first, statically-linkable Linux file manager written from scratch in pure Rust.
This commit is contained in:
parent
844bb22314
commit
a8de34443b
|
|
@ -1,6 +1,6 @@
|
||||||
# runar
|
# runar
|
||||||
|
|
||||||
**A hybrid Thunar/PCManFM + ROX-Filer file manager, built in Rust with iced.**
|
**A file manager, built in Rust with iced.**
|
||||||
|
|
||||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
|
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
|
||||||
[](https://www.rust-lang.org/)
|
[](https://www.rust-lang.org/)
|
||||||
|
|
@ -8,6 +8,8 @@
|
||||||
[](#testing)
|
[](#testing)
|
||||||
<!-- TODO: CI badge, crates.io badge once published -->
|
<!-- TODO: CI badge, crates.io badge once published -->
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
runar is a keyboard-first, statically-linkable Linux file manager written from scratch in pure Rust. It borrows its visual language from the dual-pane, breadcrumb-driven design of Thunar and PCManFM, while adopting ROX-Filer's AppDir paradigm and instantaneous, daemon-free MIME action hooks. The result is a single self-contained binary with no system library dependencies and no requirement for a desktop environment to be running. It targets power users who want a fast, predictable, scriptable file manager that respects the filesystem as the source of truth. The sidebar intentionally drops the conventional pile of hardcoded XDG user directories (Music, Pictures, Videos, Public, Templates) in favor of filesystem mounts, a small fixed set of power-user locations, and user-defined bookmarks — giving you a clean slate rather than a vendor-curated set of folders.
|
runar is a keyboard-first, statically-linkable Linux file manager written from scratch in pure Rust. It borrows its visual language from the dual-pane, breadcrumb-driven design of Thunar and PCManFM, while adopting ROX-Filer's AppDir paradigm and instantaneous, daemon-free MIME action hooks. The result is a single self-contained binary with no system library dependencies and no requirement for a desktop environment to be running. It targets power users who want a fast, predictable, scriptable file manager that respects the filesystem as the source of truth. The sidebar intentionally drops the conventional pile of hardcoded XDG user directories (Music, Pictures, Videos, Public, Templates) in favor of filesystem mounts, a small fixed set of power-user locations, and user-defined bookmarks — giving you a clean slate rather than a vendor-curated set of folders.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -280,13 +282,13 @@ No code was copied from any of the above projects. runar is a clean-room impleme
|
||||||
|
|
||||||
### Author
|
### Author
|
||||||
|
|
||||||
**Jeremy Anderson** <jeremy@dcos.net> — https://dcos.net/runar
|
**Jeremy Anderson** <info@dcos.net> — https://git.dcos.net/dcosnet/runar
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Patches welcome at https://dcos.net/runar (see repository for issue tracker and merge request workflow).
|
Patches welcome at https://git.dcos.net/dcosnet/runar (see repository for issue tracker and merge request workflow).
|
||||||
|
|
||||||
Building from source requires Rust 1.70+ (stable). No system dependencies beyond a working Linux installation with /proc mounted.
|
Building from source requires Rust 1.70+ (stable). No system dependencies beyond a working Linux installation with /proc mounted.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue