doughsay / omf-asdf

Oh My Fish plugin for asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


This plugin installs asdf and initializes it using an oh-my-fish plugin. It also provides a few helper functions.

Install

$ omf install asdf

Usage

$ asdf <command> # see asdf documentation

Helper function for listing all installed asdf plugins with all their respective installed versions:

$ asdf-list-all

Helper functions for listing all active tools and their versions. This reads from .tool-versions files recursively up the directory tree starting from pwd. It also ignores global versions defined in ~/.tool-versions.

$ asdf-tools

TODO

In the future I plan to have this plugin provide fish functions for determining tool versions through asdf, so theme designers can optionally include tool versions in prompts.

License

MIT © Chris Dosé et al

About

Oh My Fish plugin for asdf

License:MIT License


Languages

Language:Shell 94.7%Language:Dockerfile 5.3%