summaryrefslogtreecommitdiffstats
path: root/src/commands/mod.rs
AgeCommit message (Expand)Author
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2019-08-06make usercache persistentJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-30add bulk_rename commandJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-23make use of std::io::ResultJiayi Zhao
2019-06-23refactor file operations to use fs_extraJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-04cargo fmtJiayi Zhao
2019-05-27refactor rename and search to make use of the command lineJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-26prevent command substitution when reading configJiayi Zhao
2019-05-26update wordexp api to match new changesJiayi Zhao
2019-05-25make home directory a global variableJiayi Zhao
2019-05-25changed the way keymap commands are parsedJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-28from_args has been changed from option to resultJiayi Zhao
2019-04-27change struct names and update keymap.tomlJiayi Zhao
2019-04-19remove functionality from commands/mod.rsJiayi 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-03-02fix search_prev silently overwriting paste commandsJiayi Zhao
2019-03-02add support for search_next and search_prev commandsJiayi Zhao
2019-02-20clean up some codeJiayi Zhao
2019-02-20remove dyn for Box<Trait>Jiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-19add force_quit command for when there are background operations runningJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi