benit8 / asdf-nnn

nnn plugin for asdf version manager https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-nnn Build Lint

nnn plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • libncurses
  • libreadline

Install

Plugin:

asdf plugin add nnn
# or
asdf plugin add nnn https://github.com/benit8/asdf-nnn.git

nnn:

# Show all installable versions
asdf list-all nnn

# Install specific version
asdf install nnn latest

# Set a version globally (on your ~/.tool-versions file)
asdf global nnn latest

# Now nnn commands are available
nnn -h

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Benoît Lormeau

About

nnn plugin for asdf version manager https://github.com/asdf-vm/asdf

License:MIT License


Languages

Language:Shell 100.0%