.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH jj-bookmark-list 1 "list " .SH NAME jj\-bookmark\-list \- List bookmarks and their targets .SH SYNOPSIS \fBjj bookmark list\fR [\fB\-a\fR|\fB\-\-all\-remotes\fR] [\fB\-\-remote\fR] [\fB\-t\fR|\fB\-\-tracked\fR] [\fB\-c\fR|\fB\-\-conflicted\fR] [\fB\-r\fR|\fB\-\-revisions\fR] [\fB\-T\fR|\fB\-\-template\fR] [\fB\-\-sort\fR] [\fB\-R\fR|\fB\-\-repository\fR] [\fB\-\-ignore\-working\-copy\fR] [\fB\-\-ignore\-immutable\fR] [\fB\-\-at\-operation\fR] [\fB\-\-debug\fR] [\fB\-\-color\fR] [\fB\-\-quiet\fR] [\fB\-\-no\-pager\fR] [\fB\-\-config\fR] [\fB\-\-config\-file\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fINAMES\fR] .SH DESCRIPTION List bookmarks and their targets .PP By default, a tracked remote bookmark will be included only if its target is different from the local target. An untracked remote bookmark won\*(Aqt be listed. For a conflicted bookmark (both local and remote), old target revisions are preceded by a "\-" and new target revisions are preceded by a "+". .PP See [`jj help \-k bookmarks`] for more information. .PP [`jj help \-k bookmarks`]: https://docs.jj\-vcs.dev/latest/bookmarks .SH OPTIONS .TP \fB\-a\fR, \fB\-\-all\-remotes\fR Show all tracked and untracked remote bookmarks including the ones whose targets are synchronized with the local bookmarks .TP \fB\-\-remote\fR \fI\fR Show all tracked and untracked remote bookmarks belonging to this remote Can be combined with `\-\-tracked` or `\-\-conflicted` to filter the bookmarks shown (can be repeated.) By default, the specified pattern matches remote names with glob syntax. You can also use other [string pattern syntax]. [string pattern syntax]: https://docs.jj\-vcs.dev/latest/revsets/#string\-patterns .TP \fB\-t\fR, \fB\-\-tracked\fR Show tracked remote bookmarks only This omits local Git\-tracking bookmarks by default. .TP \fB\-c\fR, \fB\-\-conflicted\fR Show conflicted bookmarks only .TP \fB\-r\fR, \fB\-\-revisions\fR \fI\fR Show bookmarks whose local targets are in the given revisions Note that `\-r deleted_bookmark` will not work since `deleted_bookmark` wouldn\*(Aqt have a local target. .TP \fB\-T\fR, \fB\-\-template\fR \fI