Skip to content

grab, install: allow to select multiple packs

a1batross requested to merge a1batross/sticker-tools:master into master

It's now possible to feed multiple pack names during interactive select and through command line:

$ ./sticker.sh grab instance example.org foo bar meow

$ ./sticker.sh install release/* # exposed to release/foo release/bar release/meow by shell

Merge request reports