nixin72 / shan

A declarative wrapper around your favourite system-wide package manager
MIT License
8 stars 0 forks source link

[FEAT] - A way to import your temporary packages into your permanent ones #3

Closed nixin72 closed 2 years ago

nixin72 commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes you install a package briefly to test it and you really like it. Would be nice to just be able to import it directly into your shan.edn.

Describe the solution you'd like Something like shan config merge to merge your temporary packages into your shan.edn

Describe alternatives you've considered listing your temporary packages and then doing shan install with a list of them, but that's more of a pain.

nixin72 commented 2 years ago

This is done using the merge command https://github.com/nixin72/shan/blob/master/src/shan/commands/merge.clj