summaryrefslogtreecommitdiffstats
path: root/readme
AgeCommit message (Collapse)Author
2021-03-27Add home and end support to the list viewTim Oram
2021-03-26Add insert line supportTim Oram
This adds the ability to insert new exec, label, reset and merge lines to the rebase todo file.
2021-03-07Add support for multiple key bindingsTim Oram
This allows a user to provide a list of key bindings for a particular action.
2021-03-05Add support for undo and redo in the list viewTim Oram
This allows almost all actions to be undone and then redone.
2021-03-02Fix custom keybindings using modifiersTim Oram
Almost all the modifiers with keybindings did not function as intended. This updates the config parsing for keybindings to support all modifiers. As a side effect, the modifiers can now be provided in any order. Also, since the tests for this were fragile and required a config file per test case, they have been refactored to generate a git configuration as needed instead.
2021-02-26Add basic support for rebase mergingTim Oram
This adds basic read and write support for the actions added by rebase merging. The new actions can have their content edited, similar to the edit action.
2021-01-27Rewrite display and input to use CrosstermTim Oram
The project has pushed the limits of what curses can support on Windows systems. Crossterm has far superior support for creating cross platform TUI applications.
2021-01-08Improve README for the next releaseTim Oram
This includes: - some general cleanup and removal of stale information - new set of images for the features - split customization into a separate file - fixed some broken links
2020-09-09Fix FreeBSD uninstallation instructionsPetteri Valkonen
2020-01-11Add note about Apple Terminal supportTim Oram
2020-01-11Cleanup install documentationTim Oram
2020-01-09Update install.mdShannon Oram
2019-10-08Fixup Arch Linux install instructionsTim Oram
2019-10-06Add instructions for installing on ArchDanielPower
2019-04-24Refactor install instructionsTim Oram