bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Upload multiple files with wildcard(regex). #65

Open harshitaneja opened 5 years ago

harshitaneja commented 5 years ago

Right now if we use wildcards for filename it uploads the first match, instead of all the files. If the directory has two files some.json and some.csv and you use- slackcat --channel somechannel some.* It would only upload some.csv and terminate.

harshitaneja commented 5 years ago

Closed by mistake.

Hackdwerg commented 5 years ago

Bump