summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-26Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2022-05-23Use rustfmt defaults (#174)Dany Marcoux
2022-05-23Add GitHub workflow for Clippy (#173)Dany Marcoux
2022-05-16add ctrl+h as hidden files toggle (#171)Antoine Bertin
2022-05-14update theme.tomlJeff Zhao
2022-05-14update dependenciesJeff Zhao
2022-05-14add multiple tui dependenciesJeff Zhao
2022-05-08update notify dependencyJeff Zhao
2022-05-04Merge branch 'main' into devJeff Zhao
2022-05-04Add zoxide integration (#169)Jeff Zhao
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-03cargo updateJeff 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-03update docsJeff Zhao
2022-05-03Merge branch 'main' into devJeff Zhao
2022-05-03add initial support for zoxideJeff Zhao
2022-05-01docs: fix joshuto function (#168)Ting Zhou
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-17Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-04-14Use notify::RecommendedWatcher to simplify code and support BSD platforms (#165)unrelentingtech
2022-04-10fix file preview showing a blank lineJeff Zhao
2022-04-09rename crude to raw again = =;Jeff Zhao
2022-04-09selected files now indented like rangerJeff Zhao
2022-04-09fix regular file styling not respecting theme config (#163)Jeff Zhao
2022-03-29Attach binaries to new releases (#160)kennycallado
2022-03-07fix file previews for no ansi colorsJeff Zhao
2022-03-05remove ansi-to-tui git versionJeff Zhao
2022-03-05version bump 0.9.30.9.3Jeff Zhao
2022-03-05update Cargo.lockJeff Zhao
2022-03-05make ansi-to-tui optionalJeff Zhao
2022-03-05cargo fmtJeff Zhao
2022-03-05Fix for issue #151 (#154)Beethoven-n
2022-03-03Fixed copy instruction to use the binary from the builder container (#152)kennycallado
2022-03-02Add docker to build the binary and copy it to a clean busybox image (#149)kennycallado
2022-03-02Try all options when opening files (#150)sushi-shi
2022-02-25Add reversed autocompletion (#145)sushi-shi
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-24Move half page (#143)sushi-shi
2022-02-24Add console shortcuts (#142)sushi-shi
2022-02-23Fix overflows in viewport (#141)sushi-shi