jyn

Results 249 issues of jyn

happened to notice this while working on https://github.com/martinvonz/jj/issues/2866 # Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x] I have updated the documentation (README.md, docs/, demos/) - [x]...

# Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x] I have updated the documentation (README.md, docs/, demos/) - [x] I have updated the config schema (cli/src/config-schema.json) -...

**Is your feature request related to a problem? Please describe.** i want to add an alias that involves multiple jj commands (specifically `jj branch set main -r @- && jj...

enhancement

**Is your feature request related to a problem? Please describe.** i have a local change that was merged into main as 52f4fb1b27da2874155062c0c3ccfa67cd0fe291. i still have that change locally, and jj...

polish🪒🐃

**Is your feature request related to a problem? Please describe.** in git, if the description is empty, it will cancel the commit altogether. jj instead creates a commit with an...

**Is your feature request related to a problem? Please describe.** i have made a bunch of changes to `cli/src/cli_util.rs`. i've realized that about half of them won't work, and want...

enhancement

fixes https://github.com/martinvonz/jj/issues/2866. built on https://github.com/martinvonz/jj/pull/3006 for convenience, but i can separate it out if desired. to test the new completion support in bash, run `source

**Is your feature request related to a problem? Please describe.** i am running `jj cat` to see the contents of a file from an old revision. i want to have...

enhancement

currently, `zoxide init zsh` outputs something like this: ``` $ zoxide init zsh | tail \builtin alias z=__zoxide_z \builtin alias zi=__zoxide_zi ``` that prevents defining shell functions that call z:...

Using packages leads to PRs like https://github.com/cloudflare/lol-html/pull/143 and https://github.com/cloudflare/lol-html/pull/142 where the same dependency needs to be bumped in multiple places.