Path to this page:
./
sysutils/felix,
TUI file manager with vim-like key mapping
Branch: CURRENT,
Version: 2.16.0,
Package name: felix-2.16.0,
Maintainer: pinA tui file manager with vim-like key mapping, written in Rust.
While heavliy inspired by the great vifm and trying to implement its pleasan
experience in Rust, at the same time this project focuses on the following
points:
- simple and fast
- easy to configure how to open files
Master sites:
Filesize: 13045.529 KB
Version history: (Expand)
- (2025-01-13) Updated to version: felix-2.16.0
- (2024-12-31) Updated to version: felix-2.15.0
- (2024-09-30) Updated to version: felix-2.14.0
- (2024-04-08) Updated to version: felix-2.13.0
- (2024-02-04) Updated to version: felix-2.12.1
- (2024-01-28) Updated to version: felix-2.12.0
CVS history: (Expand)
2025-01-13 21:28:18 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.16.0
v2.16.0 (2025-01-12)
Added
- c in visual mode to rename selected items by your default editor at once.
- Add ImageSignature::Bigtiff to recognize BigTIFF.
Changed
- MSRV is now v1.78.0
|
2024-12-31 07:25:45 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.15.0
v2.15.0 (2024-12-30)
Added
<C-d> and <C-u> to go up/down 1/2 page in both normal mode and \
visual mode.
Changed
Avoid displaying big text in preview area by adding PreviewType::TooBigText \
(over 1MB).
Fixed
Rewrite test_has_write_permission test by set_readonly.
|
2024-09-30 20:54:18 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.14.0
What's Changed
- fix(deps): update time; fix build for rust 1.80 by @Bot-wxt1221 in #297
- Update deps for rust 1.81
|
2024-04-08 12:40:23 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.13.0
v2.13.0 (2024-04-07)
Added
- ignore_case option to the do case-insensitie search by /.
- Symbolic link destinations are now displayed when the cursor is hovered over them.
Changed
- Symlink items linked to directory now appears in the directory section, not \
the file section.
- MSRV is now v1.74.1
fixed
- z command can now receive multiple arguments: z dot files<CR> works as \
in your terminal.
|
2024-02-03 23:21:57 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.12.1
Fixed
- Restore the cursor position properly after exit in a tmux (and possibly in
other multiplexers) session.
|
2024-01-28 07:46:01 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.12.0
v2.12.0 (2024-01-28)
Added
- :config to point to the config file if exists.
- felix listens to the change of the config file, and re-read the config
automatically (after some key inputs).
Changed
- Refactor around _run and State::new().
- Add config_path field to State.
Fixed
- symlink path and operations with it on Windows.
|
2023-12-10 07:58:40 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 2.11.1
v2.11.1 (2023-12-10)
Fixed
- Allow SHIFT key to enter characters after i, I, c, /, : and z.
|
2023-12-09 11:23:47 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 2.11.0
v2.11.0 (2023-12-09)
Added
- <C-h> for Backspace functionality after i, I, c, /, : and z.
|