cohml

Results 45 issues of cohml

Before submitting your PR (pull request), please check the following: * [X] There is no other PR (open or closed) similar to yours. If there is, please first discuss over...

## Describe the bug The README states that this plugin binds `^Q` to an action, but it doesn't do so for vi command mode. ## Steps To Reproduce Source `zsh-hist`...

bug

## What do you want? [`per-directory-history`](https://github.com/jimhester/per-directory-history) is a very simple yet extremely nice zsh plugin which allows users to track not only "global" history, but also history on a per-directory...

enhancement

Very very often I use `fd` to `grep` inside many files at once. For example: fd . -e py -X grep foo However, the results come back without color, which...

feature-request

``` ❯ fd --version fd 8.7.0 ``` Say my `$HOME` is `/Users/LongName/`. If I run `fd . ~`, all results will have `/Users/LongName/` prepended. Is it possible to have this...

question

Let's say you set a custom pager like this: ```bash BAT_PAGER="less --tabs 4 -RF" ``` Then behind the scenes, those arguments will be passed into the specified pager program when...

feature-request
pager-related

Simple to explain, perhaps complex to implement, but I don't see any issues about this, so I'll throw it into the ring. I've been using `bat` to view JSON files...

When I execute `build-fzf-tab-module`, it takes a long time to run. Like a full minute or more! Unfortunately - and without going into lots of needless detail that's specific to...

question

**Describe your question** I maintain a Bash script which sets up my shell configurations, useful when working on a new server for the first time. I recently added `fzf-tab` to...

question

Given the following directory: ``` $ ls foo1.txt foo2.txt bar.txt ``` Is it possible to modify `zstyle`'s completion behavior such that if I enter ``` $ ls f ``` _it...

question