ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Samuel Tardieu 05c6d62c68 bookmark: add "b" alias
`jj bookmark` is a frequently used command. Its subcommands already have
one letter aliases. Defining `jj b` as an alias for `jj bookmarks` make
bookmarks really easy to use.
2024-09-17 18:24:26 +02:00
..
examples cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
src bookmark: add "b" alias 2024-09-17 18:24:26 +02:00
testing bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
tests bookmark: add "b" alias 2024-09-17 18:24:26 +02:00
build.rs cli/build-rs: remove metadata command dependency in favor of env vars 2024-09-03 22:31:17 -07:00
Cargo.toml cli: remove unused dependency on hex 2024-09-17 12:34:31 +02:00
LICENSE