New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/napisani/animal-rescue

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/napisani/animal-rescue

  • v0.0.0-20241101024727-321b2e7de5a9
  • Source
  • Go
  • Socket score

Version published
Created
Source

animal-rescue

This is a simple utility for curating pet snippets from various sources including:

  1. local pet-snippet.toml files (based on the cwd)
  2. package.json files (pnpm / npm supported)
  3. Makefiles

build

make

run

./animal-rescue --config [path/to/pet/config/toml] [--clean] [--debug]

bash_profile entry

function pet-select() {
  # modify this part of the search command to use `animal-rescue` to get the config file
  # reference the pet documentation for more information: https://github.com/knqyf263/pet
  BUFFER=$(pet search --query "$READLINE_LINE" --config $(animal-rescue --config ~/.config/pet/config.toml))
  READLINE_LINE=$BUFFER
  READLINE_POINT=${#BUFFER}
}
bind -x '"\C-x\C-r": pet-select'

FAQs

Package last updated on 01 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc