zx8
zx8
@dpjohnst How would one configure this to work with [`git-difftool`](https://git-scm.com/docs/git-difftool)? I've tried the following: ```ini [diff] tool = sublime_merge [difftool "sublime_merge"] trustExitCode = true cmd = smerge mergetool \"$BASE\" \"$LOCAL\"...
@TheClams Nice tip! Note that `-w/--wait` is not a documented option in the output of `smerge --help`, but seems to be supported: ``` $ smerge --help Sublime Merge build 1105...
Since this repo seems abandoned, I've migrated over to https://github.com/baihuqian/hass-blueair which also supports the newer AWS API and HealthProtect devices.
> **Disclaimer:** I'm not a `git-radar` user nor do I have problems with the responsiveness of my prompt, I was just browsing the project's issues out of curiosity after following...
Hmm, think you've overcomplicated it a bit, how about something simple like this: ``` bash $ h=refs/heads/release/1/2/3 $ echo ${h##refs/heads/} release/1/2/3 ```
Sorely missing this as a feature! Would love to see it implemented as described in the OP.
This feature looks incredible! Is there any ETA on it landing? Keep up the great work.
> Hehe, that environment variable example beginning with `KUBECOLOR` amuses me :) Haha, habit! Indeed, I meant `KLOCK_*` 😂
Perfect 👍
@krobelus Perhaps that is the actual issue here, and not the behaviour of the up-arrow. The autosuggestion is not showing. **Edit:** My memory may be hazy about how this used...