Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m/fish-jabba
fish plugin for jabba
https://github.com/2m/fish-jabba
Last synced: 22 days ago
JSON representation
fish plugin for jabba
- Host: GitHub
- URL: https://github.com/2m/fish-jabba
- Owner: 2m
- License: apache-2.0
- Created: 2018-10-06T23:13:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T06:39:47.000Z (over 2 years ago)
- Last Synced: 2023-03-11T12:57:36.618Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [fish-jabba][]
[fish-jabba]: https://github.com/2m/fish-jabba
This is a [fish](https://fishshell.com) plugin for [jabba](https://github.com/shyiko/jabba).
Together with packaging the [original shell integration code](https://github.com/shyiko/jabba/blob/1ca1e8a12f9e4c45530e2c652d79483678eef9c0/install.sh#L163-L172)
required for jabba to work correctly, this plugin also includes autocompletion support for the following commands:* `use`
* `install`
* `uninstall`
* `which`## Installation
Install fish-jabba with your favorite fish package installer. Instructions are provided below to save
you time.### Prerequisite: jabba
Install [**jabba**](https://github.com/shyiko/jabba):
```fish
bash -c "curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | \
bash && . ~/.jabba/jabba.sh"
```### fundle
If using [fundle](https://github.com/danhper/fundle) add the following to `~/.config/fish/config.fish`:
```fish
fundle plugin '2m/fish-jabba'
```Reload fish shell and then run `fundle install`.
```fish
fish -l
fundle install
```### fisher
Install [fisher](https://github.com/jorgebucaran/fisher):
```fish
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
```Add **fish-jabba**:
```fish
fisher install 2m/fish-jabba
```### Oh My Fish!
Install [Oh My Fish!](https://github.com/oh-my-fish/oh-my-fish):
```fish
curl -L https://get.oh-my.fish | fish
```Add **fish-jabba**:
```fish
omf install https://github.com/2m/fish-jabba.git
```