summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-20Release version 2.1.02.1.0Tim Oram
2021-04-20Bump git2 from 0.13.17 to 0.13.18dependabot-preview[bot]
2021-04-19Bump anyhow from 1.0.39 to 1.0.40dependabot-preview[bot]
2021-04-07Add commit insert to insert functionalityTim Oram
2021-03-29Add confirm componentTim Oram
2021-03-27Add home and end support to the list viewTim Oram
2021-03-26Add insert line supportTim Oram
2021-03-25Bump anyhow from 1.0.38 to 1.0.39dependabot-preview[bot]
2021-03-24Use reusable choice component in external editorTim Oram
2021-03-24Fix typo in tokenizerTim Oram
2021-03-23Componentize the help systemTim Oram
2021-03-22Move edit to components moduleTim Oram
2021-03-19Refactor list moduleTim Oram
2021-03-18Move list module tests to separate fileTim Oram
2021-03-17Update CHANGELOGTim Oram
2021-03-17Add missing key bindings to the list helpTim Oram
2021-03-17Allow lines to be removed from the listTim Oram
2021-03-11Allow external editor from visual modeTim Oram
2021-03-10Verify indexes in TodoFile modify functionsTim Oram
2021-03-10Reset selected_line_index on TodoFile::set_linesTim Oram
2021-03-10Make get_selected_line return an OptionTim Oram
2021-03-07Add support for multiple key bindingsTim Oram
2021-03-05Add support for undo and redo in the list viewTim Oram
2021-03-02Fix custom keybindings using modifiersTim Oram
2021-02-26Add basic support for rebase mergingTim Oram
2021-02-26Fix release GitHub actionsTim Oram
2021-02-25Move swap line functionality to rebase_todo moduleTim Oram
2021-02-24Adding missing semicolons at end of linesTim Oram
2021-02-24Fix latest release scriptTim Oram
2021-02-23Improve edit commit user experienceTim Oram
2021-02-23Refactor edit commitTim Oram
2021-02-19Merge pull request #427 from MitMaro/mitmaro/remove-1-indexingTim Oram
2021-02-19Remove 1-based indexing in todo_fileTim Oram
2021-02-18Remove references to the lines vecTim Oram
2021-02-16Remove vec! followed by a pushTim Oram
2021-02-16Rename RGB struct to RgbTim Oram
2021-02-16Ignore the unnecessary wraps in mockcrosstermTim Oram
2021-02-16Remove to_string usagesTim Oram
2021-02-16Allow usage of printing to stderrTim Oram
2021-02-16Fix panic! usage of non-format stringsTim Oram
2021-02-04Update documentation link in READMETim Oram
2021-02-04Update rustfmt configuration with new optionsTim Oram
2021-02-04Remove trailing semicolons from macros2.0.0Tim Oram
2021-02-01Release version 2.0.0Tim Oram
2021-01-28Add support for true color support for macOSTim Oram
2021-01-28Fix light black colorTim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Return result in displayTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-27Add Size struct and refactorTim Oram