项目作者: doughsay

项目描述 :
Oh My Fish plugin for asdf
高级语言: Shell
项目地址: git://github.com/doughsay/omf-asdf.git
创建时间: 2017-03-23T03:03:53Z
项目社区:https://github.com/doughsay/omf-asdf

开源协议:MIT License

下载


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

  1. $ omf install asdf

Usage

  1. $ asdf <command> # see asdf documentation

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

  1. $ 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.

  1. $ 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