-
Test:
```
function testfun
set input (cat)
echo $input
end
echo testing123 | testfun
```
This should output "testing123", but produces nothing.
It works perfectly in bash:
```
function te…
tyilo updated
2 years ago
-
### Is your feature request related to a problem? Please describe.
There are many programs that expect to be integrated into your shell by writing something like `eval "$(theprogram init)"` into your…
-
Hello,
I installed promptline along with lightline in order to replace powerline-shell, but I do miss Fossil support which would do same/similar as powerline-shell, iow.
> Shows some important detai…
-
I've noticed that fish doesn't have a [TMOUT](http://hyperpolyglot.org/unix-shells#special-var) [[archive.org](https://web.archive.org/web/20190310075345/http://hyperpolyglot.org/unix-shells#special-v…
-
Using https://github.com/fish-shell/fish-shell/commit/9c413b039d572963dd5cf9a673ec47927d584df2.
---
It's unclear if this is intentional, but it seems like a regression in smart-case tab completi…
-
After updating Fish Shell ... my module source statement is now failing with the following console output:
source ./fish
ERROR: dlopen(/usr/local/Cellar/modules/5.4.0/lib/libtclenvmodules.dylib,…
-
Linux (and macOS) both support an event based API for file watching - perhaps this'd be more efficient than manually checking for updates?
https://crates.io/crates/inotify
https://crates.io/crates/k…
-
**Kibana version:**
8.2.0-SNAPSHOT
**Describe the bug:**
Cannot use Security App with very long space names
or ..
Space names can be unusably long
**Steps to reproduce:**
1. Create a Space …
-
- Bash
- zsh
- Fish
-
## Proposal
Final goal is to provide **better integration with other shell environments** - eg. zsh, fish, ...
Depending how this will be implemented a very nice to have would be to not spawn a …