Cretezy

Results 60 issues of 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...

enhancement

It would be nice to have search in lazyjj. In any of the tabs, `/` should bring up a prompt to search.

enhancement

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...

enhancement

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 `@`,...

enhancement

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....

enhancement

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