summaryrefslogtreecommitdiffstats
path: root/src/commands/quit.rs
AgeCommit message (Expand)Author
2023-09-07rename some typesJeff Zhao
2023-09-04fix error messageJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-04-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-08-24fix not compilingJeff Zhao
2021-08-24cargo fmtJeff Zhao
2021-08-24quit_to_cwd won't work if workers are busyJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-05-06move worker stuff to its own context structJeff Zhao
2021-05-02rework error typesJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-16code cleanupJeff Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-03-24textfield cursor working correctlyJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-05-25changed the way new directories are handledJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-19remove parenthesesJiayi Zhao
2019-02-19add force_quit command for when there are background operations runningJiayi Zhao
2019-02-19fmtJiayi Zhao
2019-02-19change how tab closing worksJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi