Commit Graph

810 Commits

Author SHA1 Message Date
sxyazi
f7022266aa
docs: add Nix guide 2023-07-30 15:20:02 +08:00
sxyazi
da16f1db5a
feat: use std::io::stdout() 2023-07-30 12:34:31 +08:00
三咲雅 · Misaki Masa
13b473d5e1
feat: support for Überzug++ for image previews with X11/wayland environment (#12) 2023-07-30 11:53:40 +08:00
三咲雅 · Misaki Masa
d8725b3d7c
feat: avoid duplicating the same task of precaching the size (#11) 2023-07-27 11:17:51 +08:00
三咲雅 · Misaki Masa
f01e1a272f
feat: auto hover the file after it created (#10) 2023-07-27 10:19:34 +08:00
三咲雅 · Misaki Masa
a42da833fe
feat: make folder openable 2023-07-27 08:08:09 +08:00
三咲雅 · Misaki Masa
e2a4894111
feat: switch sorting by key; precalculate and cache directory size when sorting by size; use BTreeMap to improve performance
- Switch sorting by key
- Precalculate and cache directory size when sorting by size
- Use `BTreeMap` to improve performance
2023-07-25 11:31:34 +08:00
三咲雅 · Misaki Masa
688afeaf27
feat: the ability to close input using Esc, and the new op of Cut (#6) 2023-07-25 01:25:21 +08:00
sxyazi
3b2d141ca4
feat: add goto default config 2023-07-24 08:20:06 +08:00
sxyazi
2df2671f3c
refactor: use new instead of default 2023-07-24 07:56:08 +08:00
三咲雅 · Misaki Masa
a8a5ab7f8c
feat: enable bracketed paste (#5) 2023-07-24 07:37:38 +08:00
三咲雅 · Misaki Masa
1f8c170359
feat: which-key and multi-key support (#4) 2023-07-24 07:26:16 +08:00
fzdwx
ca3c7c90b5
fix: fn import (#3) 2023-07-23 10:41:02 +08:00
sxyazi
afbdd95a68
fix: typos 2023-07-23 08:32:00 +08:00
sxyazi
0f76923a4d
feat: restore original cursor on undoing 2023-07-23 08:08:43 +08:00
sxyazi
43e731b9a1
feat: fallback to the enter behavior when there is only one item selected and its a directory #2 2023-07-23 00:14:55 +08:00
sxyazi
14639f64ac
feat: undo and redo for input 2023-07-22 23:06:40 +08:00
fzdwx
f6547dd051
feat: open support enter dir (#2) 2023-07-22 22:53:03 +08:00
sxyazi
b6ea235b5e
feat: long text scrolling 2023-07-21 23:41:22 +08:00
sxyazi
820ddf2d4c
fix: remove unused feature 2023-07-21 16:07:10 +08:00
sxyazi
a017a66a17
feat: add new yank and paste command to input 2023-07-21 07:54:02 +08:00
sxyazi
f06775555b
fix: cannot delete the last char when forwarding to the end of the word 2023-07-20 20:28:21 +08:00
sxyazi
9f93c6f34e
feat: render selected range 2023-07-20 19:48:01 +08:00
sxyazi
b8d9014d83
docs: more docs 2023-07-20 17:32:03 +08:00
sxyazi
bebc039f97
docs: amplify the install method of macOS 2023-07-20 15:23:08 +08:00
三咲雅 · Misaki Masa
df2930bdeb
Merge pull request #1 from g-plane/patch-1
docs: update installation guide
2023-07-20 15:02:36 +08:00
Pig Fang
ba13009321
docs: update installation guide 2023-07-20 14:12:37 +08:00
sxyazi
ed53ea6efb
feat: enable arrow keys by default 2023-07-20 06:44:26 +08:00
sxyazi
8b7f72afaa
docs: full keymap commands 2023-07-20 00:23:55 +08:00
sxyazi
1397401711
docs: add keymap docs 2023-07-19 23:03:33 +08:00
sxyazi
54f289018e
feat: compressing images in a separate blocking thread 2023-07-19 19:42:59 +08:00
sxyazi
f80a13a33b
feat: unbounded channel used as ui event 2023-07-19 19:02:30 +08:00
sxyazi
36b13ac611
Merge branch 'main' of github.com:sxyazi/yazi 2023-07-19 09:08:56 +08:00
sxyazi
311ca77fda
fix: build error on linux 2023-07-19 09:08:36 +08:00
三咲雅 · Misaki Masa
53524116d5
docs: use new example video 2023-07-19 09:06:42 +08:00
三咲雅 · Misaki Masa
2d76eaf896
docs: add example video 2023-07-19 01:11:04 +08:00
sxyazi
989667c260
feat: plain text preview 2023-07-18 23:21:35 +08:00
sxyazi
97f5f9491d
feat: open_with command, and select interface 2023-07-18 22:23:27 +08:00
sxyazi
521c7271b6
feat: new of open command 2023-07-18 17:50:11 +08:00
sxyazi
11c289229a
feat: default config 2023-07-18 00:34:58 +08:00
sxyazi
d798874492
fix: the number of left tasks cannot be updated 2023-07-17 21:53:31 +08:00
sxyazi
b438501d2d
feat: archive preview 2023-07-17 18:06:07 +08:00
sxyazi
4af52c74fb
fix: image format 2023-07-17 00:00:26 +08:00
sxyazi
0766e37100
feat: precache images and videos 2023-07-16 21:20:31 +08:00
sxyazi
4d002424a9
feat: theme support 2023-07-15 21:24:12 +08:00
sxyazi
ca08a8447a
feat: status color customing 2023-07-15 00:54:58 +08:00
sxyazi
19fcc78a12
refactor: config 2023-07-14 19:34:24 +08:00
sxyazi
43ec2ada0b
feat: confirm on quitting 2023-07-14 11:57:08 +08:00
sxyazi
2279d95fab
feat: confirm on deleting 2023-07-13 21:25:03 +08:00
sxyazi
9f5707ad74
feat: support of navigating to file for cd event 2023-07-13 20:08:37 +08:00