Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 19:27
· 35 commits to main since this release

Changelog

  • ce07f4a deps: add additional deps
  • 544a026 doc: adjust the export path cmd to use the helper
  • 625b281 feat: add some path helpers
  • aa56d7c ci: switch go go 1.18
  • eb23696 ci: try using default github token
  • 2eb10a2 refactor: lower dl verbosity
  • 454b8b6 feat: selector for install command
  • dfd6a4e feat: show installed version on list
  • d9482e8 feat: add selection capability for use
  • 5973653 feat: add latest functionality to use
  • 81c962f feat: add progress notification to download
  • aaa3e89 feat: add latest as a keyword for install
  • 10acc80 fixup: create active bin dir if not exists
  • 5b57a0d fixup: don't error if not exist given fresh install
  • b86c2f9 feat: don't install if already present
  • 56f21af doc: some more readme info
  • 1d0e672 feat: more path subcommands
  • c24f73b fixup: better error if no versions installed and thus no versions dir created
  • 237aac3 feat: make install parallelized
  • a167f22 refactor: start splitting path into multiple subcommands
  • 3029ed3 refactor: follow XDG spec more closely
  • 1f17a81 refactor: only need to reload for osx
  • 9c59dce refactor: normalize mac to follow linux .config convention since quarto doesn't handle spaces in path well
  • 4eb1fc7 fixup: make sure to only remove if file doesn't exist
  • 20a0e03 feat: add sortable to ls
  • 6131348 feat: implement use
  • 343859a feat: add installation of versions
  • af2b04e feat: ls installed and remote versions
  • 9865d3c dep: pin specific commit of archiver
  • 52c421c refactor: slightly better naming
  • 7ecbf05 docs: initial design considerations
  • cb5937b doc: readme
  • 36c3655 feat: provide some cli tooling for path stuff
  • 841a40b refactor: move fs related to helper package
  • 962c4bc feat: download tweaks and unarchive functionality
  • e37502d feat: add release asset downloading of tar/zip
  • 4965c92 init: first WIP cut

Installation Instructions

Mac

first time:

brew install dpastoor/tap/qvm

upgrade:

brew upgrade qvm

Linux

sudo wget https://github.com/dpastoor/qvm/releases/download/v0.0.1/qvm_Linux_x86_64.tar.gz -O /tmp/qvm.tar.gz
sudo tar xzf /tmp/qvm.tar.gz qvm
sudo mv qvm /usr/local/bin/qvm
sudo chmod +x /usr/local/bin/qvm