logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lsi-send - Send a file to a slack user or channel.

Author

       Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>

Send files to slack                               Jun 18, 2024                                       lsi-send(1)

Description

       This command sends files to an instance of localslackirc that is running locally.
       DESTINATION indicates a channel or user to send the file to.
       When  using  the  provided  .service file and starting localslackirc with systemd, this command should be
       able to autodetect the location of the socket.
       In case the same user is running multiple instances, then it is possible that the path to the unix socket
       must be provides as a parameter.
       NOTE: the files are entirely loaded in RAM before sending.

   Options:-h,--help
              Show the help message and exit.

       -fFILENAME,--filenameFILENAME
              The name to give to the filename.
              It will appear on slack.

       --control-socketCONTROL_SOCKET
              If the path to the socket cannot be auto-detected, this option must be used to indicate  the  path
              to connect to the control socket.

       -FSOURCE,--fileSOURCE
              When used, instead of reading from stdin, lsi-send will read from the specified file.
              The --filename option will be ignored in this case, and the real name of the file will be used.

Name

       lsi-send - Send a file to a slack user or channel.

See Also

localslackirc(1),lsi-write(1)

Synopsis

       lsi-send [OPTIONS] DESTINATION < file
       lsi-send [OPTIONS] -F file DESTINATION

Web

https://codeberg.org/ltworf/localslackirc

See Also