Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriaanzon/fish-artisan-completion
Artisan command completion for the fish shell
https://github.com/adriaanzon/fish-artisan-completion
artisan fish fish-shell laravel
Last synced: about 1 month ago
JSON representation
Artisan command completion for the fish shell
- Host: GitHub
- URL: https://github.com/adriaanzon/fish-artisan-completion
- Owner: adriaanzon
- License: mit
- Created: 2016-12-21T21:31:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T22:45:57.000Z (about 3 years ago)
- Last Synced: 2024-10-15T09:53:59.233Z (about 1 month ago)
- Topics: artisan, fish, fish-shell, laravel
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fish-artisan-completion
=======================[Artisan][artisan] command completion for the [fish][fish] shell
Installation
------------### Manual
To manually install the files from the [completions](completions) and [functions](functions) directories on your machine, you may run these commands:
```fish
curl -L --create-dirs -o ~/.config/fish/completions/artisan.fish https://github.com/adriaanzon/fish-artisan-completion/raw/master/completions/artisan.fish
curl -L --create-dirs -o ~/.config/fish/completions/php.fish https://github.com/adriaanzon/fish-artisan-completion/raw/master/completions/php.fish
curl -L --create-dirs -o ~/.config/fish/functions/artisan.fish https://github.com/adriaanzon/fish-artisan-completion/raw/master/functions/artisan.fish
```### Plugin manager
If you have one, you can use a plugin manager. If you don't have a plugin
manager and you're looking for something simple, you may want to try
[this][universal-plugin-manager].Usage
-----
The completion works on both `php artisan` and `./artisan`. It also works with
the `artisan` alias provided with this plugin.[artisan]: https://laravel.com/docs/master/artisan
[fish]: https://fishshell.com
[universal-plugin-manager]: https://gist.github.com/adriaanzon/208e7651599d5234e51013b15f561a77