cohml

Results 45 issues of cohml

`DeepDiff` does not currently seem able to detect differences between precompiled regex patterns. >>> from deepdiff import DeepDiff >>> import re >>> pattern_1 = re.compile('foo') >>> pattern_2 = re.compile('bar') >>>...

- [x] I have read through the manual page (`man fzf`) - [x] I have searched through the existing issues ## Info - OS - [x] Linux - [x] Mac...

- [X] I have read through the manual page (`man fzf`) - [X] I have the latest version of fzf - [X] I have searched through the existing issues ##...

- [X] I have read through the manual page (`man fzf`) - [X] I have the latest version of fzf - [X] I have searched through the existing issues ##...

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

## General information - Terminal program: iTerm.app 3.4.23 (xterm-256color) - Operating system: macOS 14.2.1 (23C71) - ZSH framework: oh-my-zsh master (f7b647e1) - ZSH version: zsh 5.9 (x86_64-apple-darwin23.0) - ZVM version:...

bug

## General information - Terminal program: iTerm.app 3.4.23 (xterm-256color) - Operating system: macOS 14.2.1 (23C71) - ZSH framework: oh-my-zsh master (f7b647e1) - ZSH version: zsh 5.9 (x86_64-apple-darwin23.0) - ZVM version:...

Coming here from [this comment](https://github.com/atuinsh/atuin/issues/380#issuecomment-1908430579) on #380. If I add `setopt SHARE_HISTORY` to my `.zshrc`, new commands don't seem to get picked up by Atuin. When I remove that line,...

`fzf` is extremely customizable using environment variables. Because your project simply calls `fzf` in the background, your package can also benefit from this customizability. Unfortunately, this fact about `pyfzf` must...

`fzf` is great for things like what's shown in [your README's GIF](https://raw.githubusercontent.com/nk412/pyfzf/master/pyfzf.gif). But just as useful, if not more so, is the ability to interactively filter command history using `CTRL-R`....