
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
sclipt is a command-line interface tool that helps you quickly store, list, view, delete, and search your code snippets right from your terminal. Designed for developers, it provides a fast and efficient way to manage reusable pieces of code without leaving your workflow.
js, react, node).chalk for vibrant colors and boxen for elegant terminal boxes, making your CLI experience visually appealing.To get sclipt up and running on your system, follow these steps:
Clone the repository:
git clone https://github.com/notsugee/sclipt.git
cd sclipt
Install dependencies:
npm install
Navigate to the sclipt directory in your terminal. You can make sclipt available as a direct command (e.g., sclipt add) by running npm link in the project's root directory.
To see a list of available commands and their usage:
sclipt help
or
sclipt
Interactively prompts you for a title, multi-line content, and comma-separated tags. To finish multi-line content, type scliptend on a new line and press Enter.
sclipt add
Displays a list of all your saved snippets.
sclipt list
View the full content of a specific snippet by its unique ID.
sclipt view <snippet_id>
Example:
sclipt view 1718063234567
Permanently remove a snippet by its unique ID.
sclipt delete <snippet_id>
Example:
sclipt delete 1718063234567
Find snippets that have a specific tag.
sclipt search --tag <tag_name>
Example:
sclipt search --tag js
Or to find snippets tagged with node:
sclipt search --tag node
scliptend keyword or default file location.This project is open-source and available under the MIT License.
FAQs
A CLI tool to manage your code snippets.
We found that sclipt demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.