jyn

Results 725 comments of jyn

how about this one? > only breaks half as often as my other tools! > — jyn, tool abuser

you may! if you like you may also quote me as saying my job when i worked on rustc's bootstrap system was to chain together as many cursed combinations of...

> * I liked @jyn514's quote, but I wanted it to have a little more context. A joke is 99% setup, then the punchline. I also have a bunch of...

hmm. note also that https://github.com/martinvonz/jj/pull/3015 is going to give a hard error if an alias is the wrong toml type (e.g. a number instead of a list), and it needs...

err actually i'm going to wait to work on this until i hear back that it's a desired feature

> I slightly prefer shell aliases than `jj-` lookup in `PATH`, but I don't know why modern tools like `cargo` do that. shell aliases can't use spaces, so like @ilyagr...

> `jj`[TAB] won't list those uninteresting commands well, they *are* interesting to me, or i wouldn't write them. if i didn't want `jj ` to complete them i would make...

another use case for running multiple jj commands at once: until https://github.com/martinvonz/jj/issues/170 gets implemented i have a `jj-absorb() { ... }` shell alias in `.profile`, it would be nice to...

> In general, aliases and functions and PATH discovery really are the responsibility of the shell and not the responsibility of a version control system, in my view, so this...

jj natively supports bash completions with `jj util completion`. are you suggesting completely scrapping that and writing my own completions from scratch?