-
- [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
## Info
- OS
- [ ] Linux
- [x] …
-
#### To report a bug...
* What command(s) did you run?
all the normal shell completions that work fine on taskwarrior 2.5.1 on ubuntu 18.04 do not seem to work at all on mac os 10.14.4
* What d…
-
When open VScode via the terminal and it automaticly shows op a terminal at the bottom it shows this notification:
![screenshot from 2019-02-13 20-05-45](https://user-images.githubusercontent.com/1…
-
First of all thanks for creating tide, I just tried fish and it's amazing to have a p10k equivalent for fish. This bug is just a minor annoyance but I don't know how to resolve it by myself :(!
###…
-
When I try to autocomplete an unknown directory, my shell freezes.
Install the plugin
```
$ fisher add oh-my-fish/plugin-cd
```
Then try
```
$ cd sdhfehrtohdkg
```
I'm on fish 3 on…
-
In `zsh` I am able to set tab and window titles separately in iTerm2, e.g. I have
1) **Tab** title: current folder only to easily differentiate tabs by which folder they're open at. In path `~` repla…
-
Micro lacks shell completions.
When writing `micro ` command line options not being suggested.
I will write completions for ZSH, and possibly for Bash as well.
If someone is using Fish, Dash, or…
-
**Current Behavior (bug)**
Devbox makes a good attempt at supporting fish, but it's not complete enough to work. For example, it generates a fish config in `/tmp` but then in the config it tries to…
-
The reason is iTerm2 changed it's applescript API: https://iterm2.com/applescript.html
The perl script runs in bash would also not works.
I've tried to make a eay fix for that https://gist.github.com…
-
The documentation says this is valid syntax, and indeed it is:
```fish
switch $foo
case
echo Hello
end
```
However, the case without an argument is unreachable. A parameter to `…