Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.06 KB

README.md

File metadata and controls

66 lines (37 loc) · 1.06 KB

Jujutsu UI

A TUI for working with Jujutsu version control system.

I have built jjui according to my own needs and will keep adding new features as I need them.

Features

Currently, you can:

Description

You can edit or update description of a revision.

GIF

Abandon

You can abandon a revision.

GIF

Rebase

You can rebase a revision or a branch onto another revision in the revision tree.

GIF

Bookmarks

You can move bookmarks to the revision you selected.

GIF

Diffs

You can see diffs of revisions.

GIF

Split

You can split revisions.

GIF

Additionally,

  • Create a new revision
  • Edit a revision
  • Git push/fetch

Installation

git clone https://github.com/idursun/jjui.git
cd jjui
go install cmd/jjui.go

Compatibility

It's compatible with jj v0.21+.

Contributing

Feel free to submit a pull request.