summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-09-17fix bug when HSplit view caused Joshuto to crash (#203)Vinegret43
2022-09-11add more helpful error messagesJeff Zhao
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2022-09-10fix preview width = 0 issueJeff Zhao
2022-09-05add numbered_command to default keymapJeff Zhao
2022-09-05move border rendering out of folder viewJeff Zhao
2022-09-04show how many files are selected in the footerJeff Zhao
2022-09-03add symlink relativeJeff Zhao
2022-08-31tab_switch_index can open more than 1 tab if given number is largerJeff Zhao
2022-08-31move numbered_command into command that can be invokedJeff Zhao
2022-08-31rework previews to have loading state as wellJeff Zhao
2022-08-31cargo clippyJeff Zhao
2022-08-31more fine grain error handling for previewing directoriesJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
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-08-13Sort options individual per tab (#191)DLFW
2022-08-01cargo clippyJeff Zhao
2022-08-01add `symlink_files` commandJeff Zhao
2022-08-01add delete_files with foreground optionJeff Zhao
2022-07-24add more to error messageJeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-07-19switch to eprintlnJeff Zhao
2022-07-19add --file-chooser optionJeff Zhao
2022-07-18increase performance by boxing values before sendingJeff Zhao
2022-07-18fix 0 being reportedJeff Zhao
2022-07-18asynchronize delete operationJeff Zhao
2022-07-16move --path option to default optionJeff Zhao
2022-07-01add ability to check whether a preview is outdatedJeff Zhao
2022-06-29cargo fmtJeff 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-27rename 'vsplit' to 'hsplit'Jeff Zhao
2022-06-23fix open not opening filesJeff Zhao
2022-06-22Bump `ansi-to-tui` to `0.6` and remove `tui_old` (#179)Noah Too
2022-06-22Add `flat` command (#177)Noah Too
2022-06-08update dependenciesJeff Zhao
2022-05-30fix some clippyJeff Zhao
2022-05-26add vsplit viewJeff 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-14add multiple tui dependenciesJeff Zhao
2022-05-04Merge branch 'main' into devJeff Zhao
2022-05-04remove stderr capture for zoxide interactiveJeff Zhao