Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halostatue/fish-kerl
A function to wrap kerl activation for Fish and kerl
https://github.com/halostatue/fish-kerl
erlang fish fish-plugin fish-shell fisher kerl
Last synced: 5 days ago
JSON representation
A function to wrap kerl activation for Fish and kerl
- Host: GitHub
- URL: https://github.com/halostatue/fish-kerl
- Owner: halostatue
- License: mit
- Created: 2019-06-07T02:14:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T05:31:23.000Z (about 1 month ago)
- Last Synced: 2025-01-21T10:14:57.659Z (9 days ago)
- Topics: erlang, fish, fish-plugin, fish-shell, fisher, kerl
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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-kerl
> [!CAUTION]
>
> This plugin is unlikely to be updated further.[![Version][]](https://github.com/halostatue/fish-kerl/releases)
Support for [kerl][] in the [fish shell][], providing completions for `kerl`.
## Installation
Install with [Fisher][] (recommended):
```fish
fisher install halostatue/[email protected]
```### System Requirements
- [fish][] 3.0+
- [kerl][]## Functions
### `kerl_activate`
Activates the named `kerl` build. Can also be called as `kerl activate`.
```shell
kerl_activate 21.3
```## Licence
[MIT](./LICENCE.md)
## Change Log
[CHANGELOG](./CHANGELOG.md)
## Contributing
- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)[fish shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-kerl.svg?label=Version
[fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell
[halostatue/fish-utils]: https://github.com/halostatue/fish-utils
[kerl]: https://github.com/kerl/kerl