summaryrefslogtreecommitdiffstats
path: root/src/external_editor/mod.rs
AgeCommit message (Expand)Author
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-27Add Size struct and refactorTim Oram
2020-12-11Remove stray eprintln callTim Oram
2020-12-10Do not write noop on rebase abortTim Oram
2020-12-10Apply new rustfmt changesTim Oram
2020-11-22Move TodoFile instance into TestContextTim Oram
2020-11-01Import super::* in testsTim Oram
2020-10-29Move Action and Line into todo file moduleTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-29Refactor rebase todo file read and writeTim Oram
2020-10-25Remove process function from process moduleTim Oram
2020-10-22Rewrite the External Editor moduleTim Oram
2020-10-18Refactor the tests that use process utilsTim Oram
2020-10-01Convert activate to use ProcessResultTim Oram
2020-09-23Use anyhow in ExternalEditorTim Oram
2020-09-21Use anyhow in process module traitTim Oram
2020-09-21Use anyhow in the main application structTim Oram
2020-09-20Refactor and test external editorTim Oram
2020-09-20Remove the exiting moduleTim 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-01Ensure rebuild of ViewDataTim Oram
2020-09-01Remove RefCell for state in Process moduleTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-08-02Move prompt to ViewDataTim Oram
2020-07-29Remove self from functions where it was not usedTim Oram
2020-07-29Convert simple matches to if let statementsTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2020-06-20Inject external editor value over configTim Oram
2020-06-20Simplify comment char usageTim Oram
2020-03-17Refactor input handlingTim Oram
2019-12-28Update visibility to be required minimumTim Oram
2019-10-08Add full support for the external editor commandTim Oram
2019-06-23Move external editor to moduleTim Oram