ctop plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.
Plugin:
asdf plugin add ctop
# or
asdf plugin add ctop https://github.com/neohsu/asdf-ctop.git
ctop:
# Show all installable versions
asdf list-all ctop
# Install specific version
asdf install ctop latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ctop latest
# Now ctop commands are available
ctop --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.