summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-07-07version bump 0.9.4v0.9.4Jeff Zhao
2022-07-07update lockJeff 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
- fix initial view not correctly offset
2022-06-28fix bulk_renameJeff Zhao
2022-06-28cargo fmtJeff Zhao
2022-06-28update configJeff 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-22Cargo.lock updateJeff Zhao
2022-06-22Bump `ansi-to-tui` to `0.6` and remove `tui_old` (#179)Noah Too
`ansi-to-tui` 0.6 uses the latest `tui`
2022-06-22Add `flat` command (#177)Noah Too
* add `flat` command * fix bulk_rename command * fix `open_file` commands * update docs * fix errors found by clippy * fix errors found by clippy::unnecessary-to-owned * fix open and open_with commands * fix: crash on root dirs
2022-06-08update dependenciesJeff Zhao
2022-05-30fix some clippyJeff Zhao
2022-05-26update docsJeff 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-23Use rustfmt defaults (#174)Dany Marcoux
Without this file, rustfmt's configuration might be coming from a developer's global configuration for rustfmt. To ensure consistency, we define an empty rustfmt configuration. This is explained upstream: > Rustfmt is designed to be very configurable. You can create a TOML file called `rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent directory and it will apply the options in that file. If none of these directories contain such a file, both your home directory and a directory called `rustfmt` in your [global config directory](https://docs.rs/dirs/1.0.4/dirs/fn.config_dir.html) (e.g. `.config/rustfmt/`) are checked as well.
2022-05-23Add GitHub workflow for Clippy (#173)Dany Marcoux
* Add GitHub workflow for Clippy Closes #158 * Fix errors found by clippy::needless-borrow https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow * Fix errors found by clippy::collapsible-else-if https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_else_if * Fix error found by clippy::single-match https://rust-lang.github.io/rust-clippy/master/index.html#single_match
2022-05-16add ctrl+h as hidden files toggle (#171)Antoine Bertin
Pretty much like everywhere else on linux
2022-05-14update theme.tomlJeff Zhao
2022-05-14update dependenciesJeff Zhao
2022-05-14add multiple tui dependenciesJeff Zhao
- this should fix build
2022-05-08update notify dependencyJeff Zhao
2022-05-04Merge branch 'main' into devJeff Zhao
2022-05-04Add zoxide integration (#169)Jeff Zhao
* add initial support for zoxide * update docs * inform user how many files was selected when glob selecting * cargo update * move input.rs to process_event.rs * add 'zoxide add' and parsing zoxide errors * cargo fmt * remove stderr capture for zoxide interactive
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
--output-file is used for all output by joshuto and can be specified what to output by: `quit --output-current-directory` `quit --output-selected-files`
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
Along with https://github.com/notify-rs/notify/pull/399 this fixes build on FreeBSD.
2022-04-10fix file preview showing a blank lineJeff Zhao