Sinkerine
0f73a44847
feat: Support unyank
...
There are two options to put the unyank ability:
- Option 1: Register a new command like in this CL
- Option 2: Add the unyank to the escape sequence, maybe after the escape_select.
I chose option 1 because the yank function is its own module but the escape
sequence belongs to the tab class. Option 2 is infeasible without touching the
module structure.
I just randomly choose a meaninful and unoccuped key binding for the `unyank`
function. Feel free to modify or remove it from the preset. I personally remap
the yank related functions to dance keys such as ["y" "y"].
2024-01-31 21:12:34 +08:00
三咲雅 · Misaki Masa
9d912b07aa
refactor: use Cmd instead of Exec ( #604 )
2024-01-31 08:59:47 +08:00
三咲雅 · Misaki Masa
9d9d954870
perf: read directory in bulk in the background at startup ( #599 )
2024-01-31 01:22:55 +08:00
三咲雅 · Misaki Masa
0f48fd58c7
feat: preview image over SSH ( #585 )
2024-01-31 00:35:23 +08:00
三咲雅 · Misaki Masa
68ffd82c0d
feat: plugin-specific state persistence ( #590 )
2024-01-28 00:30:41 +08:00
三咲雅 · Misaki Masa
c325c332de
feat: support passing arguments to plugin ( #587 )
2024-01-27 15:20:16 +08:00
三咲雅 · Misaki Masa
f31f78b063
feat: allow to configure image filter ( #586 )
2024-01-26 22:59:49 +08:00
sxyazi
c02d69590b
feat: shorten unit names and add more units to ya.readable_size
2024-01-26 16:35:36 +08:00
sxyazi
a9ce714571
fix: parent folder not tracking CWD ( #581 )
2024-01-26 13:18:15 +08:00
三咲雅 · Misaki Masa
ba0c860b2e
feat: new image_quality and sixel_fraction options to allow users to configure the image preview quality ( #576 )
2024-01-25 15:47:59 +08:00
三咲雅 · Misaki Masa
087448fd94
fix: input offset is not reset when renaming with --cursor=start and the filename is too long ( #575 )
2024-01-25 08:01:18 +08:00
三咲雅 · Misaki Masa
28870ad26e
feat: customizing the number of columns of "which key" component ( #571 )
2024-01-24 16:18:40 +08:00
三咲雅 · Misaki Masa
a19e263242
feat: image preview in Tabby terminal ( #569 )
2024-01-24 09:11:11 +08:00
三咲雅 · Misaki Masa
3248dbd8bb
feat: support submit completion and input at once by using <Enter> key ( #565 )
2024-01-23 16:45:57 +08:00
sxyazi
0c0a0f319d
fix: manager_emit should be sync
2024-01-23 12:31:53 +08:00
sxyazi
8cc18976d9
refactor: split router from executor
2024-01-23 10:35:00 +08:00
三咲雅 · Misaki Masa
56ede51c53
perf: new event system ( #561 )
2024-01-22 18:43:50 +08:00
三咲雅 · Misaki Masa
acb8b47eee
feat: improve search input title ( #559 )
2024-01-22 14:25:07 +08:00
sxyazi
e1d7f79191
feat: support Windows ARM64 ( #558 )
2024-01-22 13:57:36 +08:00
三咲雅 · Misaki Masa
701c08ce1e
feat: allow the spawned child processes to suspend ( #556 )
2024-01-22 08:43:51 +08:00
sxyazi
2b1b66e5e0
fix: ensure that changing directories occurs before searching
2024-01-22 04:35:34 +08:00
三咲雅 · Misaki Masa
69dec96833
fix: alternate tabs with the same path as the active tab cannot complete partial updates and cursor reset ( #552 )
2024-01-21 17:00:14 +08:00
三咲雅 · Misaki Masa
74bcae037b
feat: new host_name() API ( #550 )
2024-01-21 11:30:16 +08:00
三咲雅 · Misaki Masa
93dc1b78e2
feat: add prepend_keymap and append_keymap for configuring mixing ( #546 )
2024-01-20 13:55:57 +08:00
sxyazi
97a7eb7d47
feat: add file(1) as the file fallback previewer ( #543 )
2024-01-20 08:41:46 +08:00
三咲雅 · Misaki Masa
1bfd1c002f
fix: shell input code highlighting is not adapted for the default ANSI theme ( #536 )
2024-01-19 11:26:59 +08:00
三咲雅 · Misaki Masa
453ca94e18
fix: follow symlinks when detecting mime-type on Windows ( #527 )
2024-01-19 01:00:57 +08:00
三咲雅 · Misaki Masa
e987855fca
fix: can't display file name with invalid utf-8 ( #529 )
2024-01-19 00:49:15 +08:00
Mihai Fufezan
d41cd5684e
feat: add desktop entry and logo ( #534 )
2024-01-18 00:46:04 +08:00
Julian Chen
4647ec0dd0
feat: add support for snap packages ( #531 )
2024-01-18 00:20:45 +08:00
三咲雅 · Misaki Masa
6145bc38dc
fix: can't open and reveal paths with spaces on Windows ( #526 )
2024-01-17 00:13:23 +08:00
三咲雅 · Misaki Masa
9083535741
fix: can't clear screen and restore cursor when exit on Windows ( #525 )
2024-01-17 00:12:57 +08:00
sxyazi
1036685f91
chore: update trash to 3.2.1
2024-01-16 08:29:26 +08:00
三咲雅 · Misaki Masa
89848ad779
fix: renaming may cause a crash when encountering Unicode characters ( #519 )
2024-01-16 08:16:45 +08:00
István Donkó
cb80ca81da
feat: add YAZI_LEVEL env variable for shells ( #514 )
2024-01-16 00:30:43 +08:00
Azad
ca78f4c9b0
feat: add --empty and --cursor options to the rename command ( #513 )
2024-01-16 00:14:49 +08:00
sxyazi
85334457f3
fix: ensure that LINK and ORPHAN cannot coexist
2024-01-15 20:31:31 +08:00
三咲雅 · Misaki Masa
a1c963accc
perf: partial rendering progress and composite into a complete UI to reduce CPU consumption caused by frequent progress updates ( #509 )
2024-01-15 18:30:50 +08:00
sxyazi
ee8b8fc730
fix: support unicode characters in kill command
2024-01-15 16:47:44 +08:00
Azad
bf9f8f4273
feat: add support for highlighting by file type ( #510 )
2024-01-13 23:19:40 +08:00
sxyazi
876419a6c4
chore: bump version to 0.2.0
2024-01-13 21:13:23 +08:00
三咲雅 · Misaki Masa
c335b0272b
fix: update paged files after filter done ( #505 )
2024-01-13 15:23:18 +08:00
uncenter
e41266dbe3
chore: add schema urls to preset config ( #506 )
2024-01-12 20:15:36 +08:00
三咲雅 · Misaki Masa
a735b3234f
fix: prevent recursive caching - don't cache files in the cache directory ( #504 )
2024-01-12 01:35:57 +08:00
三咲雅 · Misaki Masa
560a1bf3f9
feat: icon color and ordered icon rules support ( #503 )
2024-01-10 23:24:36 +08:00
sxyazi
cd84386ead
fix: ignore peek task cancellation error
2024-01-10 03:12:57 +08:00
Alexander Serowy
d7d000c213
refactor: quit command ( #484 )
2024-01-10 03:10:26 +08:00
sxyazi
c3a8bdc3b6
fix: can't cancel help filter with Esc
2024-01-09 16:28:20 +08:00
sxyazi
59f79a2ae5
fix: hover(Some) should track the location of the file regardless
2024-01-09 14:58:43 +08:00
sxyazi
085f7e39bf
refactor: remove unnecessary .lua extension
2024-01-08 12:12:06 +08:00