https://github.com/halostatue/fish-elixir
Fish meets Elixir
https://github.com/halostatue/fish-elixir
elixir fish fish-plugin fish-shell fisher
Last synced: 19 days ago
JSON representation
Fish meets Elixir
- Host: GitHub
- URL: https://github.com/halostatue/fish-elixir
- Owner: halostatue
- License: mit
- Created: 2019-06-07T02:18:55.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T03:31:48.000Z (21 days ago)
- Last Synced: 2025-04-11T19:22:47.749Z (19 days ago)
- Topics: elixir, fish, fish-plugin, fish-shell, fisher
- Language: Just
- Homepage:
- Size: 31.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# halostatue/fish-elixir
[![Version][version]](https://github.com/halostatue/fish-elixir/releases)
Configuration and completions for [Elixir][elixir]'s `mix` tool for the
[fish shell][shell].## Installation
Install with [Fisher][fisher]:
```fish
fisher install halostatue/fish-elixir@v2
```### System Requirements
- [fish][fish] 3.4+
## Startup Configuration (`conf.d`)
If `$HOME/.mix` exists, `$HOME/.mix` and `$HOME/.mix/escripts` will be added to
`$PATH` if they are not present in `$fish_user_paths`.## Mix Task Completions (`completions`)
This provides completion for mix tasks at a project level.
## Licence
[MIT](./LICENCE.md)
## Change Log
[CHANGELOG](./CHANGELOG.md)
## Contributing
- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)[elixir]: https://www.elixir-lang.org/
[fish]: https://github.com/fish-shell/fish-shell
[fisher]: https://github.com/jorgebucaran/fisher
[shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-elixir.svg?label=Version