summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-21Use anyhow in the main application structTim Oram
2020-09-21Fix formatting error in process moduleTim Oram
2020-09-21Convert display color to use anyhowTim Oram
2020-09-20Cleanup display color testsTim Oram
2020-09-20Use anyhow in config moduleTim Oram
2020-09-20Refactor and test external editorTim Oram
2020-09-20Use a scratch todo file for testsTim Oram
2020-09-20Add Display to process_module_handle_input_testTim Oram
2020-09-20Rename assert_handle_input_result macroTim Oram
2020-09-20Fix argument parser with empty stringsTim Oram
2020-09-20Add dev tag to latest buildTim Oram
2020-09-20Remove the exiting moduleTim Oram
2020-09-19DRY up process moduleTim Oram
2020-09-18Move window size error into process moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Remove empty process fn from ListTim Oram
2020-09-17Remove bad usage of get/unwrapTim Oram
2020-09-17Fix linting issues in test utilitiesTim Oram
2020-09-17Fix bad test comparisonTim Oram
2020-09-17Remove variable shadow in virtual_cursesTim Oram
2020-09-17Ignore usage of process::exit for nowTim Oram
2020-09-17Remove unneeded returnTim Oram
2020-09-17Ignore excessive bools in function params, for nowTim Oram
2020-09-17Remove single case matchTim Oram
2020-09-17Add underscores to long numeric valueTim Oram
2020-09-17Remove some unneeded `Self` typesTim Oram
2020-09-17Fix some reference/bindings to be more clearTim Oram
2020-09-17Move config tests out of moduleTim Oram
2020-09-17Update linting scriptTim Oram
2020-09-16Test and improvements for Edit moduleTim Oram
2020-09-16Support a list of inputs in process input testTim Oram
2020-09-16Show whitespace in test render error diffTim Oram
2020-09-16During test render section tags only as neededTim Oram
2020-09-16Trim trailing whitespace from test renderTim Oram
2020-09-16Improve test render style outputTim Oram
2020-09-16Ignore Ncurses file in coverageTim Oram
2020-09-15Refactor process module input testsTim Oram
2020-09-14Refactor data render testsTim Oram
2020-09-09Fix FreeBSD uninstallation instructionsPetteri Valkonen
2020-09-07Add tests for the display moduleTim Oram
2020-09-07Add tests for the color_managerTim Oram
2020-09-02Add confirm rebase module testsTim Oram
2020-09-02Add module test utilities and confirm abort testsTim Oram
2020-09-02Refactor display module to containerize cursesTim 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-09-01Fix new linting errors due to Rust updateTim Oram
2020-08-21Refactor Edit module to use ViewDataTim Oram