dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
679 stars 67 forks source link

Allow creating custom tags #141

Open PMunch opened 4 years ago

PMunch commented 4 years ago

Currently you can do things like choosenim stable or choosenim devel. But I also like to keep a local copy of the compiler with compiler debug information on, or a feature I'm trying to fix/add. It would be nice if I could "tag" this build so I could do choosenim mydebug instead of choosenim <the debug folder>.

dom96 commented 3 years ago

Yeah, this would be a nice feature actually.