summaryrefslogtreecommitdiffstats
path: root/src/process/process_module.rs
AgeCommit message (Expand)Author
2021-06-19Rename ProcessModule to ModuleTim Oram
2021-06-17Remove modules creation from process moduleTim Oram
2021-06-17Remove public module refs from process moduleTim Oram
2021-06-17Remove public module refs from view moduleTim Oram
2021-06-12Move the render stage to a separate threadTim Oram
2021-06-12Remove RenderContext from input handlingTim Oram
2021-06-12Refactor external editor command runningTim Oram
2021-06-12Convert from inputs to eventsTim Oram
2021-06-12Move input reading from viewTim Oram
2021-06-12Add render contextTim Oram
2021-06-12Avoid view_data resize in modulesTim Oram
2021-03-23Componentize the help systemTim Oram
2021-03-07Add support for multiple key bindingsTim Oram
2021-02-04Update rustfmt configuration with new optionsTim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2020-11-21Make ProcessModule::handle_input requiredTim Oram
2020-11-18Add tests for process::help and fix some issuesTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-25Remove process function from process moduleTim Oram
2020-10-01Convert activate to use ProcessResultTim Oram
2020-09-21Use anyhow in process module traitTim Oram
2020-09-20Refactor and test external editorTim Oram
2020-09-19DRY up process moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram
2020-09-01Remove RefCell for state in Process moduleTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2019-12-28Update visibility to be required minimumTim Oram
2019-07-03Move remaining code form application to processTim Oram
2019-06-04Move process loop out of applicationTim Oram