2023-07-23 21:09:21 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 2.6.0
v2.6.0 (2023-07-22)
Added
- Allow <C-r> in command line: Paste item name(s) in register. e.g. \
<C-r>"
pastes item name in unnamed register.
- Allow wild card in command line: e.g. :zip test *.md works now.
- Ability to cd {absolute/relative path}.
- Ability to jump backward / forward (<C-o>, <C-i> respectively)
|
2023-07-13 22:34:02 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.5.0
v2.5.0 (2023-07-13)
Added
- Ability to exit to LWD (last workind directory): See Integrations for
details.
|
2023-06-21 09:53:42 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.4.1
v2.4.1 (2023-06-21)
Changed
- Show status bar and registers even if current directory does not contain
any item.
|
2023-06-17 20:57:29 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.4.0
v2.4.0 (2023-06-14)
Added
- Add registers (unnamed, zero, numbered, named): Now you can view registers
by :reg, and add items to registers by usual vim command (prefixed by ").
See the key manual for more details.
- Refactor unpacking command: e unpacks / decompresses gz(Gzip), tar.gz,
xz(lzma), tar.xz, zst(Zstandard), tar.zst, tar, and zip file format and
formats based on it.
Removed
- :z - Use z instead.
|
2023-05-26 21:55:44 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 2.3.0
v2.3.0 (2023-05-26)
Changed
- Add extra config file path for macOS: /Users/$USER/.config/felix/config.yaml
will be read after $HOME/Library/Application Support/felix/config.yaml.
- If config file is not found, or found one is broken, felix launches with the
default configuration, without creating new one.
- If the current directory is read-only, dd, Vd and p is disabled in the first
place.
- Bump up MSRV to 1.65.
Added
- Add is_ro field to State.
Removed
- NetBSD install test. It often failed while setting up the VM, which had
nothing with felix.
|
2023-05-19 13:12:37 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 2.2.8
v2.2.8 (2023-05-19)
Fixed
- Kitty-specific: Enable scrolling of the preview text by redrawing the screen
only when needed (this also improves the perfomance entirely).
|
2023-05-06 00:00:29 by pin | Files touched by this commit (4) | |
Log message:
sysutils/felix: update to 2.2.7
v2.2.7 (2023-05-05)
- Print [RO] on the headline if user does not have the write permission on
the directory. This is available only on UNIX for now.
|
2023-04-25 09:11:28 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 2.2.6
v2.2.6 (2023-04-24)
- Remove duplicated -v | --version option. This is because:
i) Since some users do not have cargo installed, fetching latest version
via cargo doesn't work for many, and
ii) -h | --help option can already show the current version.
|
2023-02-17 07:54:55 by Thomas Klausner | Files touched by this commit (1) |
Log message:
felix: add missing file to PLIST
|
2023-02-12 15:57:53 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 2.2.5
v2.2.5 (2023-02-12)
Added
- Allow renaming even when item name contains non-ascii chars (i.e. wide chars).
- Key command with arguments is now supported: For example,
exec:
'feh -.':
[jpg, jpeg, png, gif, svg, hdr]
this configuration enables you to execute feh -. <item path> by Enter | \
l | Right, or o.
- Check for out-of-boundary of the cursor at the top of loop.
Fixed
- Display when using in kitty: Correctly show the cursor and preview.
|