summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-01Show bindings for each action in popup menuHEADmasterRichard Burke
2019-04-28Only Sprintf text added to window when args are providedRichard Burke
2019-03-16Add support for TRACE level loggingRichard Burke
2019-03-16Fix file names in logsRichard Burke
2019-03-15Update GRV version in READMERichard Burke
2019-03-15Update dependenciesv0.3.2Richard Burke
2019-03-13Added diff-view-file variableRichard Burke
2019-03-13View active state now represented by ViewState enumRichard Burke
2019-03-02Add configReader to allow multiple unreads of runesRichard Burke
2019-03-01Update golint URLRichard Burke
2019-03-01Added input-prompt-after-command config variableRichard Burke
2019-02-27Update how scroll up is interpretedRichard Burke
2019-02-27Set correct mouse state when reinitialising ncursesRichard Burke
2019-02-27Run shell commands invoked with ! in the controlling terminalRichard Burke
2019-02-16Default commit-limit to 100,000Richard Burke
2019-02-16Update grv picture in READMERichard Burke
2019-02-16Correct filename displayed for binary file in fancy diff formatRichard Burke
2019-02-16Escape or <C-c> cancels promptRichard Burke
2019-02-16Ignore pselect interruptionsRichard Burke
2019-02-13Add screenshot for fancy diffRichard Burke
2019-02-13Remove config listeners when views are removedRichard Burke
2019-02-03Add support for fancy diff formatRichard Burke
2019-02-03Remove cold themeRichard Burke
2019-01-30Set shell command working directory to be the root of the repositoryRichard Burke
2019-01-19Set variables when jumping to file in diff viewRichard Burke
2019-01-19Update how a diff line is stored and renderedRichard Burke
2019-01-13Existing open help view performs search when help command invokedRichard Burke
2019-01-12A search term can be provided to the help view on creationRichard Burke
2019-01-12Load diffs using CLI by defaultRichard Burke
2019-01-10Added sleep commandRichard Burke
2019-01-09Fix panic when creating GitStatusView from command promptRichard Burke
2019-01-08Update grv version in READMERichard Burke
2019-01-08Update dependenciesv0.3.1Richard Burke
2019-01-07Show diffs for unmerged filesRichard Burke
2019-01-06Added evalkeys commandRichard Burke
2019-01-06Only raw closing brace finishes command bodyRichard Burke
2019-01-06Handle def command defined within def commandRichard Burke
2019-01-05Selected context menu line wraps around when scrolling past limits of viewRichard Burke
2019-01-05Allow certain actions to be executed by main view when popup is activeRichard Burke
2019-01-05Improve errors messages for invalid command syntaxRichard Burke
2019-01-05Added undef command to undefine user commandsRichard Burke
2019-01-04GRV commands now support argument placeholder expansionRichard Burke
2018-12-30Add default-view variable to set custom view creation commandRichard Burke
2018-12-30Add unit test for custom commandsRichard Burke
2018-12-29Def command parsing improvementsRichard Burke
2018-12-29Add rawValue property to ConfigTokenRichard Burke
2018-12-29Can now execute user defined commandsRichard Burke
2018-12-29Added def commandRichard Burke
2018-12-25Custom parsers for commandsRichard Burke
2018-12-20Display message when no tabs are definedRichard Burke