Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Post to a kato.im room from the command line.
Add this line to your application's Gemfile:
gem 'kato-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kato-cli
At minimum, kato
needs to be given a list of available rooms. This is
specified in ~/.kato.yml
. Provide nicknames for rooms to access them more
easily when posting. For example,
room-list:
dev: de8cba109388dee98498
meetings: 3d809831aa8481177dcce
defines a room called dev
with the room id de8cba109388dee98498
and another
room called meetings
with room id 3d809831aa8481177dcce
.
This allows you to specify the room by its nickname when invoking the kato
command:
$ kato --room dev
You can also configure a default room to send messages to as well as a default display name.
room: dev
user: tommcdo
kato [-u|--user USERNAME] [-f|--renderer text|markdown|code] [-r|--room ROOM]
-u
or --user
specifies the display name to send the message from-f
or --renderer
specifies how the message will be rendered (text
, markdown
or code
)-r
or --room
specifies the room (by its nickname as set in ~/.kato.yml
) to
send the message toThe message will be read from standard input. You can either pipe another program's
output into kato
or type it into the command line, followed by the end-of-file
signal (usually Ctrl-D
).
Check out kato.vim if you'd like to send code snippets directly from inside Vim.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that kato-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.