
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
hubot-manpages
Advanced tools
A Hubot script for searching, and viewing examples in a collection of simplified, and community-driven man pages (powered by http://tldr-pages.github.io/).
A Hubot script for searching, and viewing examples in a collection of simplified, and community-driven man pages (powered by http://tldr-pages.github.io/).
See src/manpages.coffee
for full documentation.
Install the hubot-manpages module as a Hubot dependency by running:
npm install --save hubot-manpages
Enable the module by adding the hubot-manpages entry to your external-scripts.json
file:
[
"hubot-manpages"
]
Run your bot and see below for available config / commands
Command | Listener ID | Description |
---|---|---|
hubot mp search command | manpages.search | Returns tldr man page / examples for command |
hubot mp random | manpages.random | Returns a random tldr man page / examples for a command |
user1>> hubot mp search alias
hubot>>
# alias
> Creates an alias for a word when used.
> As the first word of a command.
- Create a generic alias:
`alias {{word}}="{{command}}"`
- Remove an aliased command:
`unalias {{word}}`
- Full list of aliased words:
`alias -p`
- Turn rm an interative command:
`alias {{rm}}="{{rm -i}}"`
- Override la as ls -a:
`alias {{la}}="{{ls -a}}"`
hubot>> user1: Original `alias` (common) tldr man page: https://github.com/tldr-pages/tldr/blob/master/pages/common/alias.md
FAQs
A Hubot script for searching, and viewing examples in a collection of simplified, and community-driven man pages (powered by http://tldr-pages.github.io/).
The npm package hubot-manpages receives a total of 3 weekly downloads. As such, hubot-manpages popularity was classified as not popular.
We found that hubot-manpages 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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.