三咲雅 · Misaki Masa
a70374fced
perf: switch to globset
to reduce CPU time spent on matching icons ( #908 )
2024-04-14 11:11:31 +08:00
三咲雅 · Misaki Masa
0cc14f44d7
feat: default "Reveal" opener for Linux ( #907 )
2024-04-14 01:43:10 +08:00
三咲雅 · Misaki Masa
5fc2789c78
feat: add loading state to directories ( #904 )
2024-04-13 10:33:42 +08:00
三咲雅 · Misaki Masa
3c67cae42d
feat: when there are no files in the list, add a placeholder message ( #900 )
2024-04-12 10:09:29 +08:00
三咲雅 · Misaki Masa
884de41b66
feat: add new --orphan
option to the shell
command ( #887 )
2024-04-08 08:29:21 +08:00
三咲雅 · Misaki Masa
0cfb50bd49
feat: re-implement fzf
as a built-in plugin ( #884 )
2024-04-07 19:28:09 +08:00
sxyazi
cd2e7ff945
feat: re-implement zoxide
as a built-in plugin ( #881 )
2024-04-07 09:00:58 +08:00
三咲雅 · Misaki Masa
ec83c5dc5c
feat: detect CSI u through Stderr
to allow using Stdout
as the carrier of DDS payload without an ANSI sequence response timeout ( #867 )
2024-04-02 20:50:36 +08:00
sxyazi
7a99ea4409
fix: wrong state
pointed to and ignore plugin/flavor directory creation errors
2024-04-01 00:11:07 +08:00
Solomon Jacobs
fd455a1ae4
feat: readable toml parsing error ( #854 )
...
Previously, the yazi displayed the following error.
```
Backtrace omitted. Run with RUST_BACKTRACE=1 to display it.
Run with RUST_BACKTRACE=full to include source snippets.
The application panicked (crashed).
called `Result::unwrap()` on an `Err` value: Error { inner: Error { inner: TomlError { message: "invalid key", raw: Some("{ mime = \"application/octet-stream\",\nuse = [ \"extract_zlib\", \"reveal\" ] }\n"), keys: [], span: Some(0..1) } } }
in yazi-config/src/preset.rs, line 42
thread: main
```
It now displays the following message instead:
```
Error: Loading "/home/solo/.config/yazi/yazi.toml"
Caused by:
TOML parse error at line 1, column 1
|
1 | { mime = "application/octet-stream",
| ^
invalid key
```
For more information see issue GH-847.
---------
Co-authored-by: sxyazi <sxyazi@gmail.com>
2024-03-31 21:44:17 +08:00
三咲雅 · Misaki Masa
903f3da7e5
feat: DDS (Data Distribution Service) ( #826 )
2024-03-29 23:30:30 +08:00
三咲雅 · Misaki Masa
e619a97ee2
fix: mime-type for xz archives ( #841 )
2024-03-26 21:21:41 +08:00
三咲雅 · Misaki Masa
80aebda22c
feat: fix all dependencies to specific version numbers to allow non---locked
builds ( #821 )
2024-03-16 02:29:37 +08:00
三咲雅 · Misaki Masa
411ba2fe85
refactor: switch to stderr
( #819 )
2024-03-15 20:31:39 +08:00
三咲雅 · Misaki Masa
cddd0727ef
refactor: wrap Opener
with Cow
to avoid unnecessary memory reallocations when opening files ( #805 )
2024-03-12 23:35:26 +08:00
三咲雅 · Misaki Masa
9396d8760c
feat: ya.hide()
plugin API ( #792 )
2024-03-09 03:07:20 +08:00
三咲雅 · Misaki Masa
d96af54574
fix: track the latest file changes for the selected
, yanked
state when available ( #791 )
2024-03-08 15:37:53 +08:00
三咲雅 · Misaki Masa
33782f1224
feat: cx.yanked
plugin API ( #788 )
2024-03-07 17:26:18 +08:00
hankertrix
b6e458f221
feat: add <C-p>
and <C-n>
to the select component for moving the cursor up/down ( #779 )
2024-03-06 23:39:52 +08:00
sxyazi
42307ee037
feat: test new color system
2024-03-06 21:44:38 +08:00
hankertrix
b7d9a0ad6e
feat: add Ctrl-[
as an escape key ( #763 )
2024-03-04 20:43:03 +08:00
三咲雅 · Misaki Masa
5169bb90f2
refactor: add new run
property ( #773 )
2024-03-04 17:54:40 +08:00
三咲雅 · Misaki Masa
b4c9ec1de2
fix: nested conflict detection exception when performing cross-level searches ( #769 )
2024-03-04 11:27:30 +08:00
三咲雅 · Misaki Masa
bd572706cd
feat: ya.input()
plugin API ( #762 )
2024-03-02 20:33:34 +08:00
三咲雅 · Misaki Masa
6a1063d376
perf: apply add_many()
/remove_many()
to the visual mode items for selection conflict detecting ( #758 )
2024-03-02 11:01:52 +08:00
Filipe Paniguel
7f062359e8
feat: add prepend_rules
and append_rules
for [open]
in yazi.toml
( #754 )
2024-03-01 10:38:02 +08:00
little camel
73b7e5acf7
feat: add a new [notify]
section to the theme.toml
to configure the notify
component's style ( #749 )
2024-02-29 12:02:27 +08:00
sxyazi
4d8e276a6f
feat: flavor ( #753 )
2024-02-29 11:54:41 +08:00
三咲雅 · Misaki Masa
82071bd06b
refactor: prefer Display
over ToString
( #734 )
2024-02-27 09:17:09 +08:00
sxyazi
4e7e135cb5
feat: support is
rule for [icon]
( #720 )
2024-02-26 10:25:35 +08:00
三咲雅 · Misaki Masa
46516dab74
refactor: new yazi-boot
crate ( #728 )
2024-02-26 09:14:04 +08:00
三咲雅 · Misaki Masa
8ea7556625
feat: better accessibility ( #719 )
2024-02-24 09:11:53 +08:00
Filipe Paniguel
e51e8ad789
feat: add csharp, kdl and nu icons ( #711 )
2024-02-22 07:02:55 +08:00
sxyazi
2e9b6b7b7b
fix: any_file
and any_dir
should check is_folder
2024-02-20 17:45:41 +08:00
三咲雅 · Misaki Masa
3f27532c57
feat: cross-directory selection ( #693 )
2024-02-18 23:28:08 +08:00
三咲雅 · Misaki Masa
1ec9943af2
refactor: using definite patterns to simplify keybindings ( #690 )
2024-02-17 19:03:26 +08:00
Jaakko Paju
5c078aa18b
feat: add icons for Scala, Elm and Java (.jar & .class)
2024-02-16 13:13:33 +08:00
Rolv Apneseth
b82587e2c9
feat: add counter component to the header for displaying currently yanked/selected items ( #646 )
2024-02-15 22:54:57 +08:00
三咲雅 · Misaki Masa
52d91c0e42
feat: add new file marked state ( #682 )
2024-02-15 20:24:20 +08:00
三咲雅 · Misaki Masa
95d2358100
feat: expose selected/yanked files as API ( #674 )
2024-02-15 20:20:28 +08:00
Andy
ebe0257180
feat: add color to icons ( #683 )
2024-02-15 19:29:15 +08:00
Diogo Duarte
b55c5dc9a1
feat: add new scrolloff
option to [manager]
( #679 )
2024-02-15 19:23:04 +08:00
grig-iv
b027487d12
feat: add prepend_rules
and append_rules
for [icon]
( #670 )
2024-02-13 16:30:55 +08:00
三咲雅 · Misaki Masa
22ecad47ab
feat: Vim-like notification ( #659 )
2024-02-13 03:26:17 +08:00
AbhaySP
84616bd15f
feat: enable the ability to sort the which key ( #662 )
2024-02-13 02:39:36 +08:00
grig-iv
4b1783765f
feat: add <Delete>
to [input]
keymap ( #665 )
2024-02-12 15:00:12 +08:00
grig-iv
4222c0ed45
feat: add <Home>
and <End>
to [input]
keymap
2024-02-11 15:48:58 +08:00
sxyazi
ed46456f8c
feat: merge wildcard preloader and previewer rules via append_preloaders
and append_previewers
2024-02-09 12:37:46 +08:00
sxyazi
0d7e977076
chore: bump version to 0.2.3
2024-02-07 11:18:23 +08:00
三咲雅 · Misaki Masa
d754044aae
fix: task manager not re-rendering after progress update ( #633 )
2024-02-06 08:35:50 +08:00