Search Criteria
Package Details: fish-git 2:3.1.0.r242.gcebfaa778-1
Git Clone URL: | https://aur.archlinux.org/fish-git.git (read-only, click to copy) |
---|---|
Package Base: | fish-git |
Description: | User friendly shell intended mostly for interactive use. |
Upstream URL: | http://fishshell.com |
Keywords: | shell |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | SanskritFritz |
Maintainer: | SanskritFritz |
Last Packager: | SanskritFritz |
Votes: | 63 |
Popularity: | 0.41 |
First Submitted: | 2010-11-17 22:27 |
Last Updated: | 2020-02-26 15:15 |
Dependencies (6)
- ncurses (ncurses-nohex, ncurses-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python (python-dbg) (optional) – fish_update_completions and other tools
- xsel (xsel-git, wl-clipboard-x11) (optional) – clipboard integration
Required by (41)
- allshells (requires fish)
- autoenv_fish (requires fish) (check)
- bash-git-prompt (requires fish) (optional)
- bash-git-prompt-git (requires fish) (optional)
- bass-fish (requires fish)
- bubblejail (requires fish) (optional)
- bubblejail-git (requires fish) (optional)
- chruby-fish (requires fish)
- fish-done (requires fish)
- fish-fishtape (requires fish)
- fish-humantime (requires fish)
- fish-nvm (requires fish)
- fish-nvm-git (requires fish)
- fisher (requires fish)
- fisher-git (requires fish)
- fishmarks-git (requires fish)
- fry (requires fish)
- fry-git (requires fish)
- fundle-git (requires fish)
- fzf-git (requires fish) (optional)
- getopts (requires fish)
- gitflow-fishcompletion-avh (requires fish)
- guix (requires fish) (make)
- guix-git (requires fish) (optional)
- mcfly (requires fish) (optional)
- mum-git (requires fish) (optional)
- neet-git (requires fish)
- polo (requires fish) (optional)
- polo-bin (requires fish) (optional)
- polo-git (requires fish) (optional)
- powerline-rs (requires fish) (optional)
- prem (requires fish) (optional)
- python-themer-git (requires fish) (optional)
- ripgrep-git (requires fish) (optional)
- skim-git (requires fish) (optional)
- topinambour-git (requires fish)
- tsubasa (requires fish)
- tsubasa-git (requires fish)
- virtualfish (requires fish)
- virtualfish-git (requires fish)
- zathura-git (requires fish) (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
SanskritFritz commented on 2020-02-26 15:16
You're right, thanks and done.
brainplot commented on 2020-02-26 14:46
According to the release notes for v3.1.0,
jq
is no longer required forbower
andyarn
completions and they will use Python if available. At this point I thinkjq
should be removed from the dependency array.crabvk commented on 2020-02-19 14:21
Patch to 3.1.0, not for this fish-git package, but for Community's fish 3.0.2-3
Here's how to build:
(Edit: added python-sphinx to makedepends to build the documentation)
SanskritFritz commented on 2020-01-13 09:43
For historical reasons. The version numbering scheme of the package changed in the past and this way I had ensured it increased.
gbr commented on 2020-01-13 05:20
May I ask why is
epoch
is set to2
? Or rather, why isepoch
set at all? Thanks.SanskritFritz commented on 2019-05-03 16:01
Definitely it should, thank you.
C0rn3j commented on 2019-05-03 13:49
https://github.com/fish-shell/fish-shell/releases "Completions for bower and yarn now require the jq utility for full functionality." The official 3.0.2 fish package picked up jq as a dependency, maybe this package should too? https://www.archlinux.org/packages/community/x86_64/fish/
ronjouch commented on 2019-04-17 12:28
@SanskritFritz sure; filed Fish #5822 - Ripgrep completions are in conflict with completions provided by ripgrep itself. Will forward upstream feedback here when I get it.
Passersby, a simple fix for now is to add to PKGBUILD's
package()
:rm "$pkgdir/usr/share/fish/completions/rg.fish"
SanskritFritz commented on 2019-04-17 07:58
I'd say you should use the completions provided by ripgrep and please notify the fish developers about this situation, so they will remove their version if appropriate. It was added 5 days ago.
ronjouch commented on 2019-04-13 01:08
Since today and https://github.com/fish-shell/fish-shell/commit/5989a92dae3dcbed3f868345811ab178f04bf3c8 , build succeeds but installation fails with:
What's the standard in Arch? Should fish or ripgrep provide the completions? Asked the same question in AUR / ripgrep-git ( https://aur.archlinux.org/packages/ripgrep-git/#news )
Crude fix: add to package():
rm "$pkgdir/usr/share/fish/completions/rg.fish"