lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. Some of the missing features are deliberately ommited since it is better if they are handled by external tools. Features - no external runtime dependencies (except for terminfo database) - fast startup and low memory footprint (due to native code and static binaries) - server/client architecture to share selection between multiple instances - custom commands as shell scripts (hence any other language as well) - sync (waiting and skipping) and async commands - fully customizable keybindings Non-Features - tabs or windows (handled by the window manager or the terminal multiplexer) - built-in pager (handled by your pager of choice)
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | lf-30nb15.tgz |
NetBSD 10.0 | aarch64 | lf-30nb12.tgz |
NetBSD 10.0 | earmv7hf | lf-30nb15.tgz |
NetBSD 10.0 | earmv7hf | lf-30nb9.tgz |
NetBSD 10.0 | earmv7hf | lf-30nb12.tgz |
NetBSD 10.0 | i386 | lf-30nb15.tgz |
NetBSD 10.0 | i386 | lf-30nb12.tgz |
NetBSD 10.0 | x86_64 | lf-30nb15.tgz |
NetBSD 10.0 | x86_64 | lf-30nb12.tgz |
NetBSD 9.0 | aarch64 | lf-30nb15.tgz |
NetBSD 9.0 | aarch64 | lf-30nb12.tgz |
NetBSD 9.0 | earmv7hf | lf-30nb15.tgz |
NetBSD 9.0 | earmv7hf | lf-30nb9.tgz |
NetBSD 9.0 | earmv7hf | lf-30nb12.tgz |
NetBSD 9.0 | i386 | lf-30nb15.tgz |
NetBSD 9.0 | i386 | lf-30nb12.tgz |
NetBSD 9.0 | x86_64 | lf-30nb15.tgz |
NetBSD 9.0 | x86_64 | lf-30nb12.tgz |
NetBSD 9.3 | x86_64 | lf-30nb15.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.