Cretezy
Cretezy
Pulled https://github.com/ratatui/ansi-to-tui/pull/56 into fork: https://github.com/Cretezy/ansi-to-tui/tree/fix-crlf
Add a status bar like Vim. It should display the current change/commit (@), version, and more (ideas needed). Pressing `:` should type in the status bar like Vim. `r` (revset...
Would be great to split ~~and squash~~. ~~Squash:~~ - ~~When squashing on `@`, squash to parent~~ - ~~When squashing on other change, squash working copy to it~~ - Allow interactive...
Search
It would be nice to have search in lazyjj. In any of the tabs, `/` should bring up a prompt to search.
Continuation of #2 "Remotes" tab: - List of remotes - `c` to create - `r` to rename - `d` to delete - `e` to edit? delete+create? Doesn't seem to currently...
Would be great to have a keybind to open the describe popup in `$EDITOR` (using the [same logic as jj](https://martinvonz.github.io/jj/v0.17.0/config/#editor)). A config option to always open in `$EDITOR` would also...
In the "Files" tab, `r` should restore files (with a confirmation prompt). If currently on `@`, restoring should run `jj restore `, which resets the changes. If not on `@`,...
It would be great if lazyjj would support rebasing. How I envision this working: 1. On the "Logs" tab, the user can select the change which will be rebased 2....
Would be great to have an option to close fully on zero exit code, but not when it's non-zero.
Fixed https://github.com/akinsho/toggleterm.nvim/issues/629