LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-file-list

lists files in a Jujutsu revision

TLDR

List all files in the working copy
$ jj file list
copy
List files in a specific revision
$ jj file list -r [revision]
copy
List files under a path prefix
$ jj file list [path/to/directory]
copy
List files with a custom template
$ jj file list -T "[template]"
copy

SYNOPSIS

jj file list [options] [filesets...]

DESCRIPTION

jj file list prints the files in a revision. With no arguments it lists every file in the working-copy commit; pass filesets to restrict the listing to matching prefixes.This is the usual way to enumerate versioned paths (Git's `git ls-files`). Combine it with other tools, for example `rg --no-require-git` over the listed paths, when you want a working-tree search that ignores untracked files.

PARAMETERS

FILESETS

Only list files matching these prefixes. Default: all files in the revision.
-r, --revision REVSET
Revision to list (default: working-copy commit @).
-T, --template TEMPLATE
Render each file entry with a custom template. Keywords are the 0-argument methods of the TreeEntry type. Defaults to the templates.file_list setting.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

CAVEATS

Subcommand of jj. Template syntax is Jujutsu-specific; see `jj help -k templates`.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid