Commit Graph

77 Commits

Author SHA1 Message Date
Linus
09243716a9
feat: multiple openers for a single rule (#154) 2023-09-17 07:20:04 +08:00
三咲雅 · Misaki Masa
8e72ae90c1
fix: check relative path on expand_path (#165) 2023-09-17 01:29:44 +08:00
Linus
902c094224
feat: new sort_sensitive option, and sort case-insensitively by default (#155) 2023-09-14 09:58:32 +08:00
Nguyễn Đức Toàn
9c6b3c9d1d
feat: fallback to built-in highlighting if jq is not installed (#151) 2023-09-14 00:01:16 +08:00
三咲雅 · Misaki Masa
4c98a351c9
feat: show keywords when in search mode (#152) 2023-09-13 23:57:58 +08:00
三咲雅 · Misaki Masa
e6fccf9d17
feat: support for image preview within tmux (#147) 2023-09-13 22:44:27 +08:00
sxyazi
0f9318e7f2
fix: SIGTSTP does not exist on Windows 2023-09-12 02:13:11 +08:00
三咲雅 · Misaki Masa
1a1dd9c355
feat: tab-specific sorting (#131) 2023-09-11 19:22:24 +08:00
sxyazi
cad6560955
fix: wrong offset of existing directory on previewing 2023-09-11 19:16:49 +08:00
三咲雅 · Misaki Masa
7ec7e36a53
feat: find (#104) 2023-09-11 18:49:26 +08:00
三咲雅 · Misaki Masa
0acf345ee3
perf: doesn't wait for the process of killing (#128) 2023-09-09 23:03:47 +08:00
三咲雅 · Misaki Masa
a90adf5bc5
feat: make Input streamable (#127) 2023-09-09 22:58:20 +08:00
sxyazi
ff42685ec9
feat: shorten the alert on trashing/deleting 2023-09-09 15:44:24 +08:00
sxyazi
c40058ebfa
fix: unable to scroll back after scrolling beyond the maximum boundary 2023-09-09 01:25:38 +08:00
三咲雅 · Misaki Masa
c1f3c8f82d
fix: recognize symlink directories as files (#125) 2023-09-08 22:44:45 +08:00
三咲雅 · Misaki Masa
567c617b28
fix: show_hidden not properly applied to hovered folder (#124) 2023-09-08 06:47:51 +08:00
三咲雅 · Misaki Masa
fa64047120
feat: file size sorting under the simplified file system (#123) 2023-09-08 06:41:52 +08:00
sxyazi
d702cbcf9a
fix: doesn't unlock before the task cancellation 2023-09-08 06:39:35 +08:00
三咲雅 · Misaki Masa
00932a77b7
fix: notification of file changes in linked directories (#121) 2023-09-07 22:53:37 +08:00
三咲雅 · Misaki Masa
230362d6c7
feat: suspend process (Ctrl-Z) (#120) 2023-09-07 16:08:51 +08:00
三咲雅 · Misaki Masa
0ff1479ce0
fix: doesn't redirect the stderr of the clipboard command to null (#119) 2023-09-07 14:58:06 +08:00
三咲雅 · Misaki Masa
d3f0c9c059
perf: load large folders in chunks (#117) 2023-09-07 00:12:59 +08:00
三咲雅 · Misaki Masa
9c3d5cc400
refactor: use Url instead of PathBuf (#107) 2023-09-05 19:32:53 +08:00
sxyazi
51e1110ca0
fix: wrong resetting of the cursor after the task canceled 2023-09-03 00:34:23 +08:00
sxyazi
66aecd5402
chore: add more logs to file 2023-09-02 11:45:21 +08:00
三咲雅 · Misaki Masa
c0c1a6cae6
feat: new cache_dir option (#96) 2023-08-31 18:21:06 +08:00
三咲雅 · Misaki Masa
4d4586409d
feat: help (#93) 2023-08-31 13:58:13 +08:00
三咲雅 · Misaki Masa
e31bc6a075
refactor: simplify filesystem design to improve performance (#89) 2023-08-29 11:54:33 +08:00
三咲雅 · Misaki Masa
e4096c0f25
feat: make the preview scrollable (#86) 2023-08-26 17:28:43 +08:00
Anton Simonov
388ad43537
feat: sort naturally (#82) 2023-08-26 11:15:07 +08:00
三咲雅 · Misaki Masa
f694b1a6dd
feat: update mime-type after file changes detected (#78) 2023-08-23 10:55:39 +08:00
三咲雅 · Misaki Masa
c051df3f60
fix: don't follow the symbolic on Linux (#77) 2023-08-20 21:44:39 +08:00
三咲雅 · Misaki Masa
4f52d829bb
feat: custom manager layout (#76) 2023-08-20 10:39:05 +08:00
三咲雅 · Misaki Masa
8c0ca4c649
feat: windows clipboard support (#75) 2023-08-20 08:24:41 +08:00
三咲雅 · Misaki Masa
bdbd552457
feat: add xclip and xsel support (#74) 2023-08-20 01:50:03 +08:00
三咲雅 · Misaki Masa
a437347306
feat: allow references to the selected files during shell execution (#73) 2023-08-19 22:27:49 +08:00
三咲雅 · Misaki Masa
2180f08289
feat: copy file path, with multi-selection support (#72) 2023-08-19 21:07:29 +08:00
sxyazi
970d36b069
fix: inconsistent stdin when running in non-blocking mode 2023-08-19 19:38:27 +08:00
Pig Fang
47846932d4
feat: prepare for Windows (#44) 2023-08-19 11:10:26 +08:00
Yifan Song
b70f83ced7
feat: choose-file mode (#69) 2023-08-18 01:04:40 +08:00
XYenon
1135c13d0f
feat: show symlink path (#67) 2023-08-17 20:14:16 +08:00
三咲雅 · Misaki Masa
639b8425d9
fix: wrong height of Select component (#65) 2023-08-16 16:41:18 +08:00
Pig Fang
f510693beb
feat: message about deleting files should be different (#64) 2023-08-16 16:01:15 +08:00
三咲雅 · Misaki Masa
08a0735dde
refactor: implement RoCell to replace OnceCell (#63) 2023-08-15 18:49:47 +08:00
三咲雅 · Misaki Masa
05433c38d0
fix: tab name width calculating (#58) 2023-08-15 07:32:15 +08:00
三咲雅 · Misaki Masa
80619597d3
refactor: simplify the flow with let-else (#56) 2023-08-15 07:27:46 +08:00
三咲雅 · Misaki Masa
7e32b5de6a
refactor: improve stdout performance by using BufWriter (#55) 2023-08-15 00:10:52 +08:00
Collide
053652c740
refactor: improve bulk rename performance (#54) 2023-08-14 22:52:34 +08:00
Collide
ebb06789fc
feat: bulk rename (#50) 2023-08-14 18:11:45 +08:00
三咲雅 · Misaki Masa
e7672b1f06
feat: new task-related config options (#53) 2023-08-14 07:44:01 +08:00