cohml

Results 45 issues of cohml

Is it possible to add an `everything` group that allows for search across the union of all groups? This would be nice in the case that the groups are unfamiliar...

enhancement

[The `exa` website](https://the.exa.website/docs/colour-themes) clearly indicates that it is possible to override the default colors of the following output components: - `ga` New - `gm` Modified - `gd` Deleted - `gv`...

The title is probably a terrible description of the idea, but best I could do in limited space. Let me try to unpack it: What I'm referring to is exactly...

With `--display-mode=classic`, the entries in the output are in alphabetical order (by path). ``` ❯ gfold --display-mode=classic git | sed -E "s/$SENSITIVE/__/g" /Users/__/git/__/aidy aidy clean main git@gitlab.__.org:nlplab/ACG/aidy.git /Users/__/git/__/aws/ec2-dev-server ec2-dev-server.add-yes-to-curfew unclean...

I provide my clients with multiple options for payment, but there's no great way to do this. So instead I co-opt the `ship_to` field, but this is not elegant and...

Version: 0.3.1 So far as I can tell, the `autotime` output format is fixed and unmodifiable: time: (started: ) At a minimum, it would be great to be able to...

For posterity, I'm coming here from inducer/pudb#633 (paging @inducer) So far as I can tell, `urwid_readline` does not support vi mode keybindings. However, [this similar module from a different project](https://github.com/laktak/urwid_viedit/blob/master/urwid_viedit/viedit.py)...

By "cyclic scrolling", I mean the ability to go from the bottom result to the top result by pressing down, and vice versa by pressing up. For me, the default...

MacOS Ventura 13.4 Package versions: ```shell ❯ zsh --version zsh 5.9 (x86_64-apple-darwin22.0) ❯ fzf --version 0.41.1 (brew) ``` Cloned your master branch today and tested it with the following plugin...

It has been raised elsewhere (#31) that this plugin is not sourced properly by Oh My Zsh. So users must manually source `zsh-fzf-history-search.zsh` for it to have any effect. However,...