version-manager
Here are 240 public repositories matching this topic...
-
Updated
Apr 7, 2022 - Go
-
Updated
Feb 25, 2022 - Shell
-
Updated
Feb 15, 2022 - Shell
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 25, 2022 - Shell
Limitation
Currently snow log --output=json
returns the full snapshot of each commit. A typical view for plugins working with SnowFS will be to show the files modified for each commit. This means every plugin will reimplement a log-diff-view feature.
Proposed Solution
We can add this functionality natively and add an option to snow log
to print all files per commit or only changed
If CPM_SOURCE_CACHE
is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full
.
-
Updated
Nov 13, 2020 - Shell
-
Updated
Dec 21, 2021 - Shell
Most of functions and structs and so on don't have docs now. I want to write docs in order to make it easier for people to contribute to frum
.
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 7, 2022 - Java
-
Updated
May 15, 2021 - Go
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Nov 15, 2021 - Shell
Add completions
It would be nice to be able to run dvm completions bash
and get the completions script.
-
Updated
Jan 13, 2022 - PHP
It looks like RVM is no longer updating their binaries for newer OS versions:
chruby-fish ❯ make test
./test/setup
>>> Downloading https://rvm.io/binaries/osx/10.13/x86_64/ruby-2.2.5.tar.bz2 ...
--2018-09-15 10:23:47-- https://rvm.io/binaries/osx/10.13/x86_64/ruby-2.2.5.tar.bz2
Resolving rvm.io (rvm.io)... 151.101.130.49, 151.101.194.49, 151.101.2.49, ...
Connecting to rvm.io
-
Updated
Jan 6, 2022 - Shell
-
Updated
Dec 13, 2021 - Python
-
Updated
Apr 7, 2022 - Shell
-
Updated
Jun 24, 2021 - Java
Improve this page
Add a description, image, and links to the version-manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the version-manager topic, visit your repo's landing page and select "manage topics."
Steps to reproduce
Run
asdf
. In help output a line is printed for theasdf env
command:I would assume
<command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY