summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
5 daysCleanup from the 2.4.0 releaseHEADlatestmasterTim Oram
This change consists of adding the dev notice back to the readme and fixing the release date in the CHANGELOG.
6 daysCleanup README for the 2.4.0 releaseTim Oram
2024-05-29Fix `d` keybinding descriptionPatrick Decat
2024-04-04Fix some typos in brand names and use Oxford list for an enumerationccoVeille
2023-08-12Add Modified Line exec command featureTim Oram
This adds an optional feature, where a exec command is injected with the provided script after every modified line.
2023-08-01Add SOURCE_DATE_EPOCH to buildBernhard M. Wiedemann
Add an optional SOURCE_DATE_EPOCH environment variable, to make the builds reproducible. Co-authored-by: Tim Oram <dev@mitmaro.ca> Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
2023-07-20Make clear that visual mode is for selectionmims-github
For non-vim users, it may be not obvious, that visual mode is used for selection of lines.
2023-07-19A couple cleanup tasks from the 2.3.0 releaseTim Oram
This change includes: - Fix the date on the change log - Add development docs notice to the readme - Fix an ordering issue in the publish script
2022-11-17Fixup default key bindings in readmeTim Oram
2022-08-08Add Repology badge to readmeJakub Jirutka
2022-04-29Remove dev notice from README for 2.2.0 releaseTim Oram
2022-04-28Add note on support with other platforms to READMETim Oram
2022-04-25Add supported platforms to READMETim Oram
2022-04-20Add keybindings for view scrollingTim Oram
2021-11-27Replace ad hoc scripts with cargo-make tasksTim Oram
2021-10-18Readme updatesDaniel Paz-Soldan
2021-06-28Adds cj-git-patchtool to related projectsjgart
2021-04-23Fix typos in the READMEWhymarrh Whitby
2021-04-21Add dev notice to README for version 2.1.0Tim Oram
2021-04-20Release version 2.1.02.1.0Tim Oram
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-05Add support for undo and redo in the list viewTim Oram
This allows almost all actions to be undone and then redone.
2021-02-04Update documentation link in READMETim Oram
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-11-19Use new third-party license link in READMETim Oram
2020-10-01Fix readme grammarNathan MacNeil
Fix several issues with the grammar, word choice and sentence structure in the README.
2020-09-25Greatly improve input handling and missing keysTim Oram
This greatly improves the handling of keyboard input by ensuring that all Pancurses inputs are properly accounted for. This resulted in several missing keys being added. Also, provide a standard function for handling the scrolling of view data and add scrolling support to the error display. Also add End and Home support to the edit module.
2020-09-23Add coverage badge to READMETim Oram
2020-07-26Add diff view to show commitTim Oram
This change adds a diff view to the show commit that is similar to the `git show` command.
2020-07-06Improve show commit moduleTim Oram
This change refactors and improves the show commit module. This change added: - key bindings/help displayed on the last line - list of number of files changed as well as the number of additions and deletions - git configuration for renames, rename_limit and copies now respected - full help page This change refactored: - input handling to be specific to the show commit module - rewritten how git diff information is queried from the git2-rs bindings - new ViewDataBuilder struct for building the view lines
2020-05-29Fix anchor tags in READMEJack Harrhy
Mac OS anchor tags on main README.md do not link to the correct places in the install.md. This corrects the anchor tags. Co-authored-by: Tim Oram <dev@mitmaro.ca>
2020-04-30Add support for additional key bindingsTim Oram
This adds support for many of the special keys that are supported by the ncurses library. This required a significant reworking of the help display systems to support more dynamic length key names.
2020-04-30Fix wrong default visual mode key binding in docsTim Oram
2020-02-20Cleanup GitHub action migrationTim Oram
2020-01-26Bump version to 1.2.11.2.1Tim Oram
2020-01-12Put back development version noteTim Oram
2020-01-11Prepare version 1.2.0 release1.2.0Tim Oram
2020-01-11Rework configuration optionsTim Oram
2020-01-11Fix invalid configuration for move stepTim Oram
2019-12-08Add some notes to the README for Window's usersTim Oram
2019-10-11add format step in readmeRustin-Liu
2019-10-08Fixup Arch Linux install instructionsTim Oram
2019-10-08Add full support for the external editor commandTim Oram
This provides full support of arguments to the external editor.
2019-09-24Fix missing ncursesw in deb buildTim Oram
The libncursesw5 dependency was missing and instead was referencing libncurses5 instead.
2019-09-19Add 256 colour support and selected lineTim Oram
2019-09-07Update the README for development versionTim Oram
2019-08-15Update Change log and README for version 1.1.0Tim Oram
2019-07-22Finish adding keybindingsTim Oram
A few key bindings were incomplete and the help did not respect the custom keybindings.