summaryrefslogtreecommitdiffstats
path: root/src/commands/mod.rs
AgeCommit message (Expand)Author
2023-08-24feat: regex support (#411)Justin Chen
2023-08-13feat: Add case sensitivity support for searching, selecting and filtering fil...Justin Chen
2023-08-12feat: tab bar can show current dir name (#390)Lzzzzzt
2022-11-20add bookmark supportJeff Zhao
2022-10-20Add linemode feature and first simple linemodes (#206)DLFW
2022-10-17add `filter` command (#205)Noah Too
2022-08-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
2022-06-22Add `flat` command (#177)Noah Too
2022-05-26split up keymaps into different modesJeff Zhao
2022-05-03add initial support for zoxideJeff Zhao
2022-01-08implement 'cd -', refactor directory changing code (#120)Vinegret43
2021-12-05add line numbers (#109)Vinegret43
2021-11-27add scrolling support to file previewJeff Zhao
2021-10-15add fzf subdir jumpingJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-06-11Add spawn command (#70)DLFW
2021-06-09Add a "touch" command (#66)DLFW
2021-05-24add search_skim commandJeff Zhao
2021-05-06make clippy happyJeff Zhao
2021-04-30rename traits and move structs aroundJeff Zhao
2021-04-25add back option to string search instead of always glob searchJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2020-12-11add a view for showing worker progressJiayi Zhao
2020-12-06add arrow indicating symlinksJiayi Zhao
2020-11-22add support for moving parent cursorJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-05-13rework command parsing and add shell commandJiayi Zhao
2020-03-19add soft-reload optionJiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-18add default keymappings when config dneJiayi Zhao
2020-03-14add stub cursor move command for generating previewsJiayi Zhao
2020-02-24fix open_file_withJiayi Zhao
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2019-08-06make usercache persistentJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-30add bulk_rename commandJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-23make use of std::io::ResultJiayi Zhao
2019-06-23refactor file operations to use fs_extraJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-04cargo fmtJiayi Zhao
2019-05-27refactor rename and search to make use of the command lineJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao