bcicen / slackcat

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

Set default channel in configuration #24

Closed SteveDesmond-ca closed 8 years ago

SteveDesmond-ca commented 8 years ago

So you don't need to specify it every time

SteveDesmond-ca commented 8 years ago

I'll see if I can do this myself, unless someone else wants to pick it up

bcicen commented 8 years ago

Definitely a useful feature. Support for multiple teams in config is also in the works for the next release(https://github.com/vektorlab/slackcat/issues/13). Perhaps we should include the option to configure a default channel for each team?

SteveDesmond-ca commented 8 years ago

edit: ignore, didn't see the "config-features" branch

bcicen commented 8 years ago

@stevedesmond-ca default channel is now available in the latest release. You will need to update your config file to the "multiple teams" format described here

SteveDesmond-ca commented 8 years ago

Confirmed -- thanks!