mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
docs/community_tools.md: add paragraph about jj-fzf
Signed-off-by: Tim Janik <timj@gnu.org>
This commit is contained in:
parent
68d4ec7f0a
commit
e8bbd89ec1
1 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,14 @@ alternative to the default `:builtin` diff-editor.
|
|||
|
||||
Find it [here][hunk.nvim].
|
||||
|
||||
## JJ-FZF
|
||||
|
||||
Centered around the `jj log` graph view, jj-fzf provides previews of diffs, the
|
||||
evolution-log, browses the op log and offers a large number of key bindings for
|
||||
commonly used `jj` operations from rebase to undo, and helps with divergent commits.
|
||||
|
||||
Find it [here][jj-fzf].
|
||||
|
||||
## JJ TUI
|
||||
|
||||
This is TUI for Jujutsu built in Ocaml, it is unopiniated and its creator is
|
||||
|
@ -63,6 +71,7 @@ You can find other community contributed tools and integrations in our
|
|||
[diffedit3]: https://github.com/ilyagr/diffedit3
|
||||
[gg]: https://github.com/gulbanana/gg
|
||||
[hunk.nvim]: https://github.com/julienvincent/hunk.nvim
|
||||
[jj-fzf]: https://github.com/tim-janik/jj-fzf
|
||||
[jj_tui]: https://github.com/faldor20/jj_tui
|
||||
[lazyjj]: https://github.com/Cretezy/lazyjj
|
||||
[vjj]: https://github.com/noahmayr/vjj
|
||||
|
|
Loading…
Reference in a new issue