slackcat icon indicating copy to clipboard operation
slackcat copied to clipboard

Upload files to Slack chat from the command-line.

Results 12 slackcat issues
Sort by recently updated
recently updated
newest added

! The 'trollop' gem has been deprecated and has been replaced by 'optimist'. ! See: https://rubygems.org/gems/optimist ! And: https://github.com/ManageIQ/optimist Successfully installed trollop-2.9.10 Fetching: racc-1.6.0.gem (100%) Building native extensions. This could...

Hi, this PR will update the trollop dependency so that the client no longer gives an error for a deprecated library. I am in no way a Ruby developer, so...

Hi! I tried to use Slackcat to upload some files to Slack channel, but got some problems. I set `SLACK_TOKEN` to proper token I got, then I call `echo "hello"...

Running any command with `slackcat` results in: ``` /home/mp3t/.gem/ruby/2.3.0/gems/slackcat-0.2.5/bin/slackcat:118:in `block in ': undefined method `fetch' for nil:NilClass (NoMethodError) from /home/mp3t/.gem/ruby/2.3.0/gems/slackcat-0.2.5/bin/slackcat:117:in `map' from /home/mp3t/.gem/ruby/2.3.0/gems/slackcat-0.2.5/bin/slackcat:117:in `' from /home/mp3t/.gem/ruby/2.3.0/bin/slackcat:23:in `load' from /home/mp3t/.gem/ruby/2.3.0/bin/slackcat:23:in `'...

Added .slackcat file and .slackfile generator to allow for a default channel to be set on the local directory. Usage is slackcat -l channel_name A .slackcat file (yaml with default_channel:...

Following the set structure and convention in the code, I: - Added a snooze function, that makes an API call to set do not disturb for then number of minues...

I would really like to be able send a command with slackcat rather then just a file, or post. specifically I would like to be able to send the _/dnd_...

Instead of just failing while trying to find the channel that is not available.

I tried something like: ``` slackcat -d https://somecompany.slack.com/files/someuser/AEFEGDDVEF/somefile.dat ``` But got: ``` /home/ubuntu/.gem/ruby/1.9.1/gems/slackcat-0.2.5/bin/slackcat:87:in `download': error determining private download URL for file AEFEGDDVEF (RuntimeError) from /home/ubuntu/.gem/ruby/1.9.1/gems/slackcat-0.2.5/bin/slackcat:146:in `' from /home/ubuntu/.gem/ruby/1.9.1/bin/slackcat:23:in `load' from...

Trying to DM someone with a code snippet and I get this output: ``` ~ » xclip -o | slackcat -u someone /home/robert/.gem/ruby/2.2.0/gems/slackcat-0.2.5/bin/slackcat:17:in `block in get_objects': error retrieving members from...