beringresearch / macpine

Lightweight Linux VMs on MacOS
https://beringresearch.github.io/macpine/
Apache License 2.0
898 stars 22 forks source link

Handle multiple VM name arguments #112

Closed maxzinkus closed 1 year ago

maxzinkus commented 1 year ago

Add support for multiple VM arguments.

Commands

Notes

Additional note

During testing, I ran launch many times. One time, I got a really unfortunate VM name from the randomizer. So, I went through the dictionaries (adjectives.txt and nouns.txt) and manually cleaned them up. No guarantee that I did a perfect job, but it should help mitigate issues in the future. In summary:

Closes #87 Closes #88 Closes #89 Closes #91

maxzinkus commented 1 year ago

@idroz :)

maxzinkus commented 1 year ago

I didn't add a ParseVMNames helper function because Tags are still WIP. I'll roll up this functionality and de-duplicate it across the commands, and add tag support, all in the next/final Tags PR.