Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.