Commit graph

  • a89108fd16
    chore: changing the finding key to n/N to keep with Vim's conventions sxyazi 2023-10-02 22:47:19 +08:00
  • 36eb30a07b
    perf: reimplement optimized natural sorting algorithm, speed up ~6 times for case-insensitive sorting (#237) 三咲雅 · Misaki Masa 2023-10-02 13:13:04 +08:00
  • d2f3ad0abc
    perf: reimplement optimized natural sorting algorithm, speed up ~6 times for case-insensitive sorting sxyazi 2023-10-02 12:51:29 +08:00
  • e7eb459787
    feat: backward/forward (#230) Nguyễn Đức Toàn 2023-10-01 14:49:07 +07:00
  • e5340a2beb
    refactor: replace map_or(false, ...) with is_some_and(...) sxyazi 2023-10-01 15:47:39 +08:00
  • 73b9c62944
    feat: loop through to find (#234) Nguyễn Đức Toàn 2023-10-01 14:38:00 +07:00
  • 493cc97a76
    .. [no ci] sxyazi 2023-10-01 15:37:08 +08:00
  • 250128bddb
    .. sxyazi 2023-10-01 14:53:54 +08:00
  • 6d10d286aa
    format sxyazi 2023-10-01 13:40:18 +08:00
  • 2965a23dbf
    loop through search result Nguyen Duc Toan 2023-10-01 09:49:58 +07:00
  • 5bd885bd2a
    .. [no ci] sxyazi 2023-10-01 13:25:25 +08:00
  • 5c336608db
    simplify the code sxyazi 2023-10-01 13:04:53 +08:00
  • 38299ab5be
    feat: backward/forward Nguyen Duc Toan 2023-09-30 13:32:07 +07:00
  • b2d3e39e96
    feat: new force option for creating and renaming (#208) 三咲雅 · Misaki Masa 2023-10-01 10:30:51 +08:00
  • a5aa9cb817
    fix: a logic error in Step (#233) Nguyễn Đức Toàn 2023-10-01 08:42:56 +07:00
  • b12559816b
    fix: a logic error in Step sxyazi 2023-10-01 09:39:22 +08:00
  • a27ccb3ad1 fix usize overflow Nguyen Duc Toan 2023-10-01 06:28:47 +07:00
  • 2d6837bd4f fix overflow Nguyen Duc Toan 2023-10-01 06:23:47 +07:00
  • 9525bba73e Merge branch 'main' of https://github.com/sxyazi/yazi Nguyen Duc Toan 2023-10-01 06:21:23 +07:00
  • 5584ba4844
    fix: set stdio to null when orphan is true (#229) 三咲雅 · Misaki Masa 2023-09-30 20:43:47 +08:00
  • 101d0fe13f
    fix: set stdio to null when orphan is true sxyazi 2023-09-30 17:17:53 +08:00
  • d3d3462b5e
    fix: Windows build and add github action (#228) Nguyễn Đức Toàn 2023-09-30 14:36:58 +07:00
  • a941b3856b Merge branch 'main' of https://github.com/sxyazi/yazi Nguyen Duc Toan 2023-09-30 14:41:41 +07:00
  • fc4a6e8693 move as_bytes to inner scope Nguyen Duc Toan 2023-09-30 14:38:37 +07:00
  • 8010ae6551
    fix: Windows build and add github action (#228) Nguyễn Đức Toàn 2023-09-30 14:36:58 +07:00
  • 740e679b13
    Do a rustfmt **/*.rs sxyazi 2023-09-30 15:20:45 +08:00
  • 284d95a3a3 use matrix instead of separate workflows Nguyen Duc Toan 2023-09-30 13:59:34 +07:00
  • 67c761bf8a fix linux build break Nguyen Duc Toan 2023-09-30 13:51:06 +07:00
  • c85bbe7fe4 fix linux build break Nguyen Duc Toan 2023-09-30 13:49:50 +07:00
  • b0d18e86fc fix testcase fails on Windows Nguyen Duc Toan 2023-09-30 13:41:54 +07:00
  • 102c30061e fix linux build break Nguyen Duc Toan 2023-09-30 13:38:15 +07:00
  • 1a05a2245f
    Create macos.yml Nguyễn Đức Toàn 2023-09-30 13:35:35 +07:00
  • 34433f29e1
    Create windows.yml Nguyễn Đức Toàn 2023-09-30 13:35:00 +07:00
  • 7d6afb2dd0
    Update linux.yml Nguyễn Đức Toàn 2023-09-30 13:34:34 +07:00
  • 67b5ff8759
    Create linux.yml Nguyễn Đức Toàn 2023-09-30 13:33:53 +07:00
  • 091e4d1aec fix windows build break Nguyen Duc Toan 2023-09-30 13:32:07 +07:00
  • 492929a0b8
    feat: add BackTab support (#209) 三咲雅 · Misaki Masa 2023-09-29 08:31:06 +08:00
  • f9eeac611f
    feat: highlight matching words on finding (#211) LightQuantum 2023-09-26 17:43:32 -07:00
  • 9d435d36c9
    rebase and resolve conflict sxyazi 2023-09-27 08:42:14 +08:00
  • 1816622732
    .. sxyazi 2023-09-24 12:10:36 +08:00
  • afb44d1825
    .. sxyazi 2023-09-24 12:04:33 +08:00
  • 442bb1a5d0
    .. sxyazi 2023-09-24 11:48:31 +08:00
  • 6bdb7b9e04
    .. sxyazi 2023-09-24 11:45:08 +08:00
  • 749b1e8cce
    feat: incsearch & hlsearch LightQuantum 2023-09-22 22:50:59 -07:00
  • 0cbe271a2b fix: remove depecrated overlay attribute musjj 2023-09-26 01:27:52 +07:00
  • 250192f239
    Merge 62584cfddc into 782f88b965 Integral 2023-09-24 19:22:07 +01:00
  • 782f88b965
    feat: new link command, which creates symlinks to the yanked files (#167) Collide 2023-09-25 01:48:37 +08:00
  • 575401ac8b
    .. sxyazi 2023-09-25 01:46:47 +08:00
  • c4df931b81
    .. sxyazi 2023-09-25 01:39:09 +08:00
  • 66d4cec84d
    .. sxyazi 2023-09-25 01:19:34 +08:00
  • 8c412260d2
    .. sxyazi 2023-09-25 01:11:57 +08:00
  • 4129537916
    .. sxyazi 2023-09-24 23:04:43 +08:00
  • a62f6c5a35
    .. sxyazi 2023-09-18 08:43:52 +08:00
  • f294881de6
    .. sxyazi 2023-09-18 08:35:34 +08:00
  • fa6e57d0ce
    .. sxyazi 2023-09-17 22:10:54 +08:00
  • db7f72e14a
    .. sxyazi 2023-09-17 19:04:12 +08:00
  • e7a683ef9d
    revert url_owned sxyazi 2023-09-17 18:01:54 +08:00
  • 46f8216831
    refuse to create symbolic links for cut content TD-Sky 2023-09-17 12:42:54 +08:00
  • 4a8cf212f9
    feat(symlink): create symlinks to the yanked files on unix TD-Sky 2023-09-17 01:31:21 +08:00
  • 3f76e66d63 feat: add overlays to flake.nix musjj 2023-09-24 21:58:13 +07:00
  • 62584cfddc app/src/manager/preview.rs: optimize code readability Integral 2023-09-24 18:08:24 +08:00
  • d5ce555ae6 app/src/manager/folder.rs: optimize code readability Integral 2023-09-24 18:04:23 +08:00
  • 10690317cf
    Merge branch 'sxyazi:main' into main Integral 2023-09-24 17:40:05 +08:00
  • 183d395767 app/src/help/bindings.rs: optimize code readability Integral 2023-09-24 17:39:04 +08:00
  • f7fdda9d9b
    feat: scroll half/full page with arrow percentage supported, and new Vi-like <C-u>, <C-d>, <C-b>, and <C-f> keybindings added (#213) Collide 2023-09-24 17:27:10 +08:00
  • 3e617bc7d2
    .. sxyazi 2023-09-24 17:26:47 +08:00
  • 5665096094 chore(step): optimize positive and rename it TD-Sky 2023-09-24 16:35:56 +08:00
  • d8ac32f1fd
    .. sxyazi 2023-09-24 16:20:21 +08:00
  • e7c4286962
    .. sxyazi 2023-09-24 16:08:16 +08:00
  • d3ed8e7cf8
    feat: new orphan option for opener rules, to keep the process running even when Yazi exited (#216) 三咲雅 · Misaki Masa 2023-09-24 15:55:44 +08:00
  • e2ead7eecb
    feat: include ignored files on search when hidden files are shown (#212) LightQuantum 2023-09-23 21:19:17 -07:00
  • 5443aac767
    .. sxyazi 2023-09-23 23:15:43 +08:00
  • 2174f3d536
    feat: new orphan option for opener rules, to keep the process running even when Yazi exited sxyazi 2023-09-23 22:19:35 +08:00
  • aa8c8ff839
    feat: include ignored files on search when hidden files are shown LightQuantum 2023-09-23 01:05:11 -07:00
  • 8260274459 feat(arrow): move cursor in percentage of page TD-Sky 2023-09-23 16:00:21 +08:00
  • e75a6723df adaptor/src/kitty.rs: optimize code readability Integral 2023-09-23 12:07:19 +08:00
  • 0d5c0eee8e adaptor/src/iterm2.rs: optimize code readability Integral 2023-09-23 12:00:29 +08:00
  • df0cb36d41
    Merge branch 'sxyazi:main' into main Integral 2023-09-23 11:52:16 +08:00
  • 04b71c0924 adaptor/src/image.rs: optimize code readability Integral 2023-09-23 11:51:08 +08:00
  • 0d1c325e81
    feat: add BackTab support sxyazi 2023-09-23 11:29:58 +08:00
  • d7832ca470
    .. sxyazi 2023-09-23 11:13:17 +08:00
  • 8931264e01
    feat: new force option for creating and renaming sxyazi 2023-09-23 10:55:32 +08:00
  • ec261a2708
    feat: different title for shell blocking mode sxyazi 2023-09-23 09:53:13 +08:00
  • cb13de9574
    feat: add flake.nix (#205) XYenon 2023-09-22 16:08:17 +08:00
  • 774937e109 feat: add flake.nix XYenon 2023-09-22 15:40:50 +08:00
  • 52cfb5448f
    chore: remove repeated words from keymap description sxyazi 2023-09-22 12:49:59 +08:00
  • 58df82498f
    feat: better find title sxyazi 2023-09-22 12:50:18 +08:00
  • 6497df3a6f
    fix: typo of LICENSE file (#201) Conrado Jordan 2023-09-21 12:11:51 -03:00
  • b1e51cf3f4
    Fix LICENSE file Conrado Jordan 2023-09-21 11:15:47 -03:00
  • 1793d635eb
    feat: new force option added for the remove command, which does not show the confirmation dialog on trashing/deleting (#173) 三咲雅 · Misaki Masa 2023-09-21 12:39:38 +08:00
  • 745a4f47c6
    feat: new force option added for the remove command, which does not show the confirmation dialog on trashing/deleting sxyazi 2023-09-17 17:04:34 +08:00
  • afab7879dd
    docs: fix video black borders 三咲雅 · Misaki Masa 2023-09-21 09:52:26 +08:00
  • 5a7b84a8fc
    docs: use new documentation 三咲雅 · Misaki Masa 2023-09-21 09:15:31 +08:00
  • 4065a0573a
    fix: inconsistent Shift key behavior on Unix and Windows (#174) Nguyễn Đức Toàn 2023-09-20 23:29:25 +07:00
  • d1d84a2b96
    merge same lines sxyazi 2023-09-21 00:09:39 +08:00
  • b9e9acc6d8
    fix again sxyazi 2023-09-20 23:51:46 +08:00
  • 437ecc682f
    fix sxyazi 2023-09-20 23:50:23 +08:00
  • c7353343e2
    Update comment sxyazi 2023-09-20 23:47:46 +08:00
  • 07d9a4194d Merge branch 'shift_char_keymap' of https://github.com/ndtoan96/yazi into shift_char_keymap Nguyen Duc Toan 2023-09-20 21:39:30 +07:00
  • 2376a56125 fix keyevent inconsistency between Windows and Linux/Mac Nguyen Duc Toan 2023-09-20 21:37:14 +07:00