docs.rs failed to build jj-bond-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: jj-bond-0.1.1

Features

  • View history, show, files, diff
  • New, describe, edit, split, split parallelly change
  • Abandon, squash, duplicate, rebase changes
  • Fetch
  • View bookmarks
  • Create, set, delete, track, untrack, push bookmark
  • View tags
  • Create, set, delete, track, untrack, push tag
  • View history of a bookmark
  • View history of a tag
  • View operations
  • Auto update stale workspace
  • I want more features...

Installation

Cargo

$ JB_NO_GIT=1 cargo install jj-bond

AUR

$ paru -S jj-bond

or binary package:

$ paru -S jj-bond-bin

Usage

$ jb

Configuration

Path:

  • Linux: ~/.config/jj-bond/config.toml
  • macOS: ~/Library/Application Support/jj-bond/config.toml
  • Windows: {FOLDERID_RoamingAppData}/jj-bond/config.toml

jb will create a default config file when it doesn't exist.

Show

  1. Basic usage:

    hightlight_basic

  2. Use external editor:

    hightlight_desc

  3. Lazy view detail:

    hightlight_debounce

  4. Rebase a range of changes:

    hightlight_rebase

  5. Squash a range of changes:

    hightlight_squash

  6. Add bookmark, track, push:

    hightlight_push

  7. View bookmark history:

    hightlight_bookmark_history