ongardie / cubicle

Manage isolated development environments
MIT License
15 stars 3 forks source link

package aliases #33

Open ongardie opened 2 years ago

ongardie commented 2 years ago

It can be tedious to remember package names for things like Go packages, which are basically URLs.

For example, to install fzf, one must use go-install.github.com/junegunn/fzf.

We can create an fzf package with a brief package.toml that depends on go-install.github.com/junegunn/fzf, but that's a bit annoying to look through.

It might be nice to have a table of package aliases.