Skip to content

Commit

Permalink
docs/community_tools.md: add paragraph about jj-fzf
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Nov 16, 2024
1 parent 68d4ec7 commit e8bbd89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/community_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e8bbd89

Please sign in to comment.