summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2022-08-01add delete_files with foreground optionJeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-07-19add --file-chooser optionJeff Zhao
2022-07-18asynchronize delete operationJeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-06-28fix bulk_renameJeff Zhao
2022-06-28cargo fmtJeff Zhao
2022-06-27fix bulk_rename logic errorJeff Zhao
2022-06-27fix confirm_exit not workingJeff Zhao
2022-06-23fix open not opening filesJeff Zhao
2022-06-22Add `flat` command (#177)Noah Too
2022-06-08update dependenciesJeff Zhao
2022-05-30fix some clippyJeff Zhao
2022-05-26Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2022-05-23Add GitHub workflow for Clippy (#173)Dany Marcoux
2022-05-04Merge branch 'main' into devJeff Zhao
2022-05-04remove stderr capture for zoxide interactiveJeff Zhao
2022-05-04cargo fmtJeff Zhao
2022-05-04add 'zoxide add' and parsing zoxide errorsJeff Zhao
2022-05-04move input.rs to process_event.rsJeff Zhao
2022-05-03add pbcopy to support macos file ops (#166)Ting Zhou
2022-05-03inform user how many files was selected when glob selectingJeff Zhao
2022-05-03add initial support for zoxideJeff Zhao
2022-04-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-04-20add H, L and M vim actionsJeff Zhao
2022-04-17cargo fmtJeff Zhao
2022-04-17code cleanupJeff Zhao
2022-04-17track child processes and properly close them when completeJeff Zhao
2022-04-09selected files now indented like rangerJeff Zhao
2022-03-02Try all options when opening files (#150)sushi-shi
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-24Move half page (#143)sushi-shi
2022-02-23Add incremental search (#140)sushi-shi
2022-01-26Fix: remove image preview on bulk rename (#132)Noah Too
2022-01-13add forking capabilities via xdg_openJeff Zhao
2022-01-13Calling preview removed hook when help page shown (#125)DLFW
2022-01-08implement 'cd -', refactor directory changing code (#120)Vinegret43
2022-01-03Continuous scrolling (#118)DLFW
2021-12-20refactor image preview via ueberzugJeff Zhao
2021-12-20Add script hooks for image previews (#113)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-12-12Fix: DirList::need_update considers mtime change (#110)DLFW
2021-12-05add line numbers (#109)Vinegret43
2021-12-03bulk_rename now reads TMP_DIR environment variable for where to store tempora...Jeff Zhao
2021-11-27cargo clippyJeff Zhao
2021-11-27add scrolling support to file previewJeff Zhao
2021-11-22remove printJeff Zhao
2021-11-16Add choosefiles feature (#105)Cameron Eldridge
2021-10-31more unix stuffJeff Zhao