Commit graph

  • a764e42098
    refactor: tab-specific selection (#653) 三咲雅 · Misaki Masa 2024-02-13 02:40:13 +08:00
  • 84616bd15f
    feat: enable the ability to sort the which key (#662) AbhaySP 2024-02-13 00:09:36 +05:30
  • f2976400f6
    Fix sorting not working and apply the suggested changes sxyazi 2024-02-12 21:58:23 +08:00
  • 8a9b7279f8
    Avoid unnecessary allocations by caching the sorting factors sxyazi 2024-02-12 19:25:44 +08:00
  • b44452dbd9
    Simplify the code sxyazi 2024-02-12 18:18:27 +08:00
  • 3213674dc7
    ci: add clippy/rustfmt workflow (#663) uncenter 2024-02-12 02:12:49 -05:00
  • 4b1783765f
    feat: add <Delete> to [input] keymap (#665) grig-iv 2024-02-12 10:00:12 +03:00
  • 5e2e2e7d76
    Format sxyazi 2024-02-12 14:59:00 +08:00
  • 8786797bfb add delete keymap grig-iv 2024-02-12 00:25:47 +03:00
  • 28b02b490a add <Delete> keymap grig-iv 2024-02-12 00:17:45 +03:00
  • 79f63a9ae2 feat: Enable the ability to sort the which key coolabhays 2024-02-11 20:36:03 +05:30
  • d93f89d5ce
    cu: install nightly toolchain for rustfmt uncenter 2024-02-11 09:03:31 -05:00
  • 9475cd6283
    ci: run rustfmt with nightly uncenter 2024-02-11 09:00:05 -05:00
  • df7ad3b67c
    ci: revert back to rustup command to install nightly rustfmt uncenter 2024-02-11 08:59:00 -05:00
  • 8649d13835
    ci: add clippy/rustfmt workflow, use dtolnay/rust-toolchain action uncenter 2024-02-11 08:52:24 -05:00
  • f6b4c923b4 feat: Enable the ability to sort the which key coolabhays 2024-02-11 18:43:06 +05:30
  • 4222c0ed45
    feat: add <Home> and <End> to [input] keymap grig-iv 2024-02-11 10:48:58 +03:00
  • a1dca1a71b add <Home>/<End> to [input] keymap grig-iv 2024-02-10 22:52:31 +03:00
  • a84775e7c6 Draft diniamo 2024-02-10 18:32:24 +01:00
  • b6f572ecec
    .. sxyazi 2024-02-10 19:41:32 +08:00
  • 0fa0acb6ab
    refactor: tab-specific selection sxyazi 2024-02-10 18:42:33 +08:00
  • dc1718fcf0
    feat: calling sync functions within the async plugin (#649) 三咲雅 · Misaki Masa 2024-02-09 16:46:43 +08:00
  • a0ccfbe377
    feat: calling sync functions within the async plugin sxyazi 2024-02-09 16:22:03 +08:00
  • ed46456f8c
    feat: merge wildcard preloader and previewer rules via append_preloaders and append_previewers sxyazi 2024-02-09 12:37:46 +08:00
  • 20b6f26247
    fix: initialize window in Folder::make for folder preview sxyazi 2024-02-09 11:08:39 +08:00
  • 8851269585
    fix: do not use jemalloc on macOS and Windows sxyazi 2024-02-09 09:41:27 +08:00
  • 25c96557ed
    feat: allows access to complete app data for all tabs (#644) 三咲雅 · Misaki Masa 2024-02-08 16:05:37 +08:00
  • a10590be53
    feat: allows access to complete app data for all tabs sxyazi 2024-02-08 12:40:44 +08:00
  • c12a735f68
    perf: cheaper sync context initialization (#643) 三咲雅 · Misaki Masa 2024-02-08 12:14:01 +08:00
  • e355c6d19d
    perf: cheaper sync context initialization sxyazi 2024-02-08 08:34:17 +08:00
  • 0d7e977076
    chore: bump version to 0.2.3 v0.2.3 sxyazi 2024-02-07 11:18:23 +08:00
  • fab5bc16cc
    feat: if input is empty, close it on backspace command (#630) Rolv Apneseth 2024-02-06 14:51:34 +00:00
  • 14a6a252dd
    Simplify the code sxyazi 2024-02-06 22:48:03 +08:00
  • 19791d8328
    feat: add ya.quote() function instead of ya.shell_join() sxyazi 2024-02-06 10:47:57 +08:00
  • d754044aae
    fix: task manager not re-rendering after progress update (#633) 三咲雅 · Misaki Masa 2024-02-06 08:35:50 +08:00
  • af6172ed2c
    .. sxyazi 2024-02-06 08:35:08 +08:00
  • 8810dd38c7
    .. sxyazi 2024-02-06 08:32:34 +08:00
  • c15fdc02e5
    fix: task manager not re-rendering after progress update sxyazi 2024-02-06 08:16:52 +08:00
  • 59e889a3b5
    fix: hidden attribute of files on Windows (#632) 三咲雅 · Misaki Masa 2024-02-06 08:27:00 +08:00
  • b9b5aece96
    fix: hidden attribute of files on Windows sxyazi 2024-02-06 08:20:56 +08:00
  • f3a5f9ffaa feat: close input window on backspace command if input it empty rolv 2024-02-05 15:26:47 +00:00
  • d776ce1074
    feat: support char device in filetype (#628) HE7086 2024-02-05 02:50:39 +01:00
  • 9e113a9337
    feat: add ya.shell_join() API sxyazi 2024-02-05 09:00:48 +08:00
  • 5579ede899
    fix: add missing char device in filetype HE7086 2024-02-04 19:55:33 +01:00
  • 715fbf5b65
    fix: attach plugin args to the entry method for better future optimization possibilities (#627) 三咲雅 · Misaki Masa 2024-02-05 02:49:17 +08:00
  • 115c96e004
    feat: attach plugin args to the entry method for better future optimization possibilities sxyazi 2024-02-05 02:42:57 +08:00
  • aeb43fe00c fix: don't search with an empty string rolv 2024-02-04 15:22:49 +00:00
  • a027c1be12
    feat: app_emit and manager_emit accepts boolean, integer, and number as option values (#625) 三咲雅 · Misaki Masa 2024-02-04 08:38:10 +08:00
  • 2b09b40fcb
    .. sxyazi 2024-02-04 08:34:15 +08:00
  • 4070bc09b9
    .. sxyazi 2024-02-04 08:16:23 +08:00
  • c5f53bf74c
    .. sxyazi 2024-02-04 08:13:20 +08:00
  • e40e443cc1
    .. sxyazi 2024-02-04 08:07:39 +08:00
  • 82359ef290
    fix: image rotation with orientation 4 sxyazi 2024-02-03 23:01:42 +08:00
  • 5086c02380
    feat: add plugin command to each layer sxyazi 2024-02-03 02:49:44 +08:00
  • b51d1f26d0
    feat: plugin interface for key events via ya.which() (#617) 三咲雅 · Misaki Masa 2024-02-03 01:09:26 +08:00
  • abcfd6cfcf
    .. sxyazi 2024-02-03 01:08:50 +08:00
  • 5d786c8ec5
    feat: plugin interface for key events via ya.which() sxyazi 2024-02-02 19:16:55 +08:00
  • 920afe29bd
    perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607) sxyazi 2024-02-01 18:43:59 +08:00
  • d707034bfb
    .. sxyazi 2024-02-01 02:36:33 +08:00
  • 34cb599826
    perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption sxyazi 2024-02-01 02:01:59 +08:00
  • e6079438a0
    feat: make trash crate optional on Android (#600) 三咲雅 · Misaki Masa 2024-01-31 21:54:19 +08:00
  • b013dff4fe
    feat: support unyank (#313) Sinkerine 2024-01-31 05:53:30 -08:00
  • 2c52f28227
    Rebase sxyazi 2024-01-31 21:51:31 +08:00
  • 0f73a44847
    feat: Support unyank Sinkerine 2023-10-24 00:13:48 -07:00
  • 9d912b07aa
    refactor: use Cmd instead of Exec (#604) 三咲雅 · Misaki Masa 2024-01-31 08:59:47 +08:00
  • f85e8c9a80
    .. sxyazi 2024-01-31 08:58:23 +08:00
  • 614d8724a8
    refactor: use Cmd instead of Exec sxyazi 2024-01-31 08:56:07 +08:00
  • 9d9d954870
    perf: read directory in bulk in the background at startup (#599) 三咲雅 · Misaki Masa 2024-01-31 01:22:55 +08:00
  • 0f48fd58c7
    feat: preview image over SSH (#585) 三咲雅 · Misaki Masa 2024-01-31 00:35:23 +08:00
  • 2731cc7ee2
    Remove DA3 sxyazi 2024-01-31 00:32:35 +08:00
  • d17c8910a6
    feat: make trash crate optional on Android sxyazi 2024-01-30 01:37:15 +08:00
  • 6735516147
    perf: read directory in bulk in the background at startup sxyazi 2024-01-29 21:16:03 +08:00
  • 68ffd82c0d
    feat: plugin-specific state persistence (#590) 三咲雅 · Misaki Masa 2024-01-28 00:30:41 +08:00
  • b1fbbd4934
    .. sxyazi 2024-01-28 00:28:17 +08:00
  • 7bb5fbb4bb
    feat: plugin-specific state persistence sxyazi 2024-01-27 22:57:46 +08:00
  • c325c332de
    feat: support passing arguments to plugin (#587) 三咲雅 · Misaki Masa 2024-01-27 15:20:16 +08:00
  • 21b0caf93a
    .. sxyazi 2024-01-27 15:07:56 +08:00
  • 84a0d148cd
    .. sxyazi 2024-01-27 14:55:26 +08:00
  • c344dcd1a1
    feat: support passing arguments to plugin sxyazi 2024-01-27 14:07:35 +08:00
  • 61807ca332
    Fix DA3 sxyazi 2024-01-27 12:34:52 +08:00
  • f31f78b063
    feat: allow to configure image filter (#586) 三咲雅 · Misaki Masa 2024-01-26 22:59:49 +08:00
  • 9bdb5e793a
    feat: allow to configure image filter sxyazi 2024-01-26 22:48:05 +08:00
  • 274ccf4cb5
    .. sxyazi 2024-01-26 21:01:12 +08:00
  • 8416ebb0f0
    feat: preview image over SSH sxyazi 2024-01-26 20:06:18 +08:00
  • c02d69590b
    feat: shorten unit names and add more units to ya.readable_size sxyazi 2024-01-26 16:35:36 +08:00
  • a9ce714571
    fix: parent folder not tracking CWD (#581) sxyazi 2024-01-26 13:18:15 +08:00
  • f91275cf26
    fix: parent folder not tracking CWD sxyazi 2024-01-26 13:14:12 +08:00
  • ba0c860b2e
    feat: new image_quality and sixel_fraction options to allow users to configure the image preview quality (#576) 三咲雅 · Misaki Masa 2024-01-25 15:47:59 +08:00
  • 203c502fb5
    feat: new image_quality and sixel_fraction options to allow users to configure the image preview quality sxyazi 2024-01-25 14:42:49 +08:00
  • 087448fd94
    fix: input offset is not reset when renaming with --cursor=start and the filename is too long (#575) 三咲雅 · Misaki Masa 2024-01-25 08:01:18 +08:00
  • 1bfee0a41b
    fix: input offset is not reset when renaming with --cursor=start and the filename is too long sxyazi 2024-01-25 07:56:59 +08:00
  • 28870ad26e
    feat: customizing the number of columns of "which key" component (#571) 三咲雅 · Misaki Masa 2024-01-24 16:18:40 +08:00
  • 3d75ecd68b
    feat: customizing the number of columns of "which key" component sxyazi 2024-01-24 15:59:55 +08:00
  • a19e263242
    feat: image preview in Tabby terminal (#569) v0.2.2 三咲雅 · Misaki Masa 2024-01-24 09:11:11 +08:00
  • bffa087e98
    feat: image preview in Tabby terminal sxyazi 2024-01-24 09:10:25 +08:00
  • 3248dbd8bb
    feat: support submit completion and input at once by using <Enter> key (#565) 三咲雅 · Misaki Masa 2024-01-23 16:45:57 +08:00
  • abdae6505a
    feat: support submit completion and input at once by using <Enter> key sxyazi 2024-01-23 16:42:41 +08:00
  • 0c0a0f319d
    fix: manager_emit should be sync sxyazi 2024-01-23 12:31:53 +08:00
  • 8cc18976d9
    refactor: split router from executor sxyazi 2024-01-23 10:35:00 +08:00
  • 56ede51c53
    perf: new event system (#561) 三咲雅 · Misaki Masa 2024-01-22 18:43:50 +08:00