sxyazi
|
76711cb9a9
|
Use Url instead of PathBuf
|
2024-02-18 00:32:40 +08:00 |
|
sxyazi
|
cd71fccc9a
|
Remove all unnecessary uses of Path
|
2024-02-18 00:25:56 +08:00 |
|
sxyazi
|
6dc794f20c
|
Simplify the test code
|
2024-02-18 00:14:23 +08:00 |
|
sxyazi
|
52086ee147
|
Return true when inserting an empty list of urls
|
2024-02-18 00:12:12 +08:00 |
|
sxyazi
|
8fbf68298f
|
Format
|
2024-02-18 00:08:49 +08:00 |
|
evpeople
|
addda17dea
|
feat: add contains method and get_inner method
|
2024-02-17 23:01:44 +08:00 |
|
evpeople
|
7e952d9ff5
|
feat: add insert_many method
|
2024-02-17 22:49:34 +08:00 |
|
evpeople
|
02ed97f269
|
test: test for insert_many_file
|
2024-02-17 21:59:05 +08:00 |
|
evpeople
|
3e6547c267
|
feat: Implemented conflict path detection using HashMap.#688
|
2024-02-17 15:49:10 +08:00 |
|
Lang Yang
|
53525b511e
|
feat: add a new option --hovered to the open command allowing users to only open the currently hovered file (#687)
|
2024-02-17 00:10:14 +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 |
|
sxyazi
|
8bf0d6428f
|
fix: allow access to the current tab via tabs for consistency
|
2024-02-13 16:19:34 +08:00 |
|
三咲雅 · Misaki Masa
|
22ecad47ab
|
feat: Vim-like notification (#659)
|
2024-02-13 03:26:17 +08:00 |
|
三咲雅 · Misaki Masa
|
a764e42098
|
refactor: tab-specific selection (#653)
|
2024-02-13 02:40:13 +08:00 |
|
AbhaySP
|
84616bd15f
|
feat: enable the ability to sort the which key (#662)
|
2024-02-13 02:39:36 +08:00 |
|
uncenter
|
3213674dc7
|
ci: add clippy/rustfmt workflow (#663)
|
2024-02-12 15:12:49 +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 |
|
三咲雅 · Misaki Masa
|
dc1718fcf0
|
feat: calling sync functions within the async plugin (#649)
|
2024-02-09 17:28:14 +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
|
20b6f26247
|
fix: initialize window in Folder::make for folder preview
|
2024-02-09 11:08:39 +08:00 |
|
sxyazi
|
8851269585
|
fix: do not use jemalloc on macOS and Windows
|
2024-02-09 09:41:27 +08:00 |
|
三咲雅 · Misaki Masa
|
25c96557ed
|
feat: allows access to complete app data for all tabs (#644)
|
2024-02-08 16:05:37 +08:00 |
|
三咲雅 · Misaki Masa
|
c12a735f68
|
perf: cheaper sync context initialization (#643)
|
2024-02-08 12:14:01 +08:00 |
|
sxyazi
|
0d7e977076
|
chore: bump version to 0.2.3
|
2024-02-07 11:18:23 +08:00 |
|
Rolv Apneseth
|
fab5bc16cc
|
feat: if input is empty, close it on backspace command (#630)
|
2024-02-06 22:51:34 +08:00 |
|
sxyazi
|
19791d8328
|
feat: add ya.quote() function instead of ya.shell_join()
|
2024-02-06 10:47:57 +08:00 |
|
三咲雅 · Misaki Masa
|
d754044aae
|
fix: task manager not re-rendering after progress update (#633)
|
2024-02-06 08:35:50 +08:00 |
|
三咲雅 · Misaki Masa
|
59e889a3b5
|
fix: hidden attribute of files on Windows (#632)
|
2024-02-06 08:27:00 +08:00 |
|
HE7086
|
d776ce1074
|
feat: support char device in filetype (#628)
|
2024-02-05 09:50:39 +08:00 |
|
sxyazi
|
9e113a9337
|
feat: add ya.shell_join() API
|
2024-02-05 09:00:48 +08:00 |
|
三咲雅 · Misaki Masa
|
715fbf5b65
|
fix: attach plugin args to the entry method for better future optimization possibilities (#627)
|
2024-02-05 02:49:17 +08:00 |
|
三咲雅 · Misaki Masa
|
a027c1be12
|
feat: app_emit and manager_emit accepts boolean, integer, and number as option values (#625)
|
2024-02-04 08:38:10 +08:00 |
|
sxyazi
|
82359ef290
|
fix: image rotation with orientation 4
https://github.com/image-rs/image/issues/1958#issuecomment-1925350954
|
2024-02-03 23:01:42 +08:00 |
|
sxyazi
|
5086c02380
|
feat: add plugin command to each layer
|
2024-02-03 02:49:44 +08:00 |
|
三咲雅 · Misaki Masa
|
b51d1f26d0
|
feat: plugin interface for key events via ya.which() (#617)
|
2024-02-03 01:09:26 +08:00 |
|
sxyazi
|
920afe29bd
|
perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607)
|
2024-02-01 18:43:59 +08:00 |
|
三咲雅 · Misaki Masa
|
e6079438a0
|
feat: make trash crate optional on Android (#600)
|
2024-01-31 21:54:19 +08:00 |
|
Sinkerine
|
b013dff4fe
|
feat: support unyank (#313)
|
2024-01-31 21:53:30 +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 |
|