Marlon Richert

Results 28 issues of Marlon Richert

For example, it does not yet treat the files in zimfw/git-info as functions. ### Discussed in https://github.com/marlonrichert/zsh-snap/discussions/175 Originally posted by **pdufour** April 27, 2022 How can I install a list...

enhancement

Given * `add-zle-hook-widget ` has been called _before_ sourcing `zsh-syntax-highlighting`. When * we call `add-zle-hook-widget ` for the same value of `` at runtime. Then * `azhw:zle-` will go into...

Currently, you first have to enter the completion menu and then press `^S` to do a full text search. Since the standard `^R` on the command line is mostly useless,...

enhancement
good first issue

They are filtered out by using `${(Z+C+)...}`, but that's actually not desirable. Let's use `${(Z+c+)...}` instead.

bug

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/470 Originally posted by **underlow** August 23, 2022 Would be great have some commands (or strings) so that history switches to autocomplete automatically, for example if I...

enhancement
help wanted
good first issue

Each time I wake my Mac from sleep, Rectangle is gone and I have to launch it again by hand. This is a new bug that hasn't been documented in...

bug

``` Rule sketch-accessibility-assistant/sketch-accessibility-assistant/aa-contrast-text produced an error: Rule attempted to report an ignored object in a violation @ report@ n@ @ generatorResume@[native code] @ Promise@[native code] @ @ generatorResume@[native code] @...

`znap eval` does too many things in one. Having a generic `znap cache (|) ` command would be more flexible and easier to maintain.

enhancement

_Originally posted by @ckuchimanchi in https://github.com/marlonrichert/zcolors/discussions/18:_ ```zsh znap source trapd00r/LS_COLORS znap eval trapd00r/LS_COLORS "$(whence -a dircolors gdircolors) -b LS_COLORS" znap source marlonrichert/zcolors znap eval marlonrichert/zcolors "zcolors ${(q)LS_COLORS}" znap source marlonrichert/zsh-autocomplete...

enhancement
help wanted
good first issue

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/676 Originally posted by **op06072** December 16, 2023 ## What do you want? Hi I want directory autocomplete like this (/ho/op -> /home/op06072). ## Why do you...

enhancement