
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Setup terminals on your own terms.
Termz is a CLI tool that automatically sets up your terminal sessions for you. Termz aims for a consistent usage across all platforms, and it works with various different IDEs and terminal applications.
Imagine a project where you have to open multiple terminal tabs and run multiple different commands to get started.
It can be annoying to keep setting that up every time you work on the project. With Termz you only have to write a configuration once, and it will automatically open all the required tabs when you run termz
.
npm i -g termz@latest
v1.70
and above)Create a .termz
file in your working directory.
.termz
fileTo get autocomplete on the .termz
files, add the following to the top of your .termz
file.
{
"$schema": "https://raw.githubusercontent.com/Rikthepixel/termz/refs/heads/main/schema.json"
}
{
"$schema": "https://raw.githubusercontent.com/Rikthepixel/termz/refs/heads/main/schema.json",
"tabs": [
{
"displayName": "Backend tab", // Name that should be given to the tab
"script": "nvim", // A script to run in that tab
"exclude": ["vscode"], // Prevents the tab from opening in VSCode
"directory": "./backend", // The working directory that the tab should start in.
"panes": [ // A list of panes/sub-tabs that should be opened
{
"axis": "horizontal", // The axis on which the panes should be split",
"displayName": "Frontend pane",
"script": "nvim",
"exclude": ["vscode"],
"directory": "./frontend"
}
]
},
{
"displayName": "Frontend Dev",
"directory": "./frontend",
"script": "npm run dev"
}
]
}
termz
commandWhen running termz
, it will automatically look for the .termz
file in your current working directory.
termz
Alternatively, you can specify a path to the .termz
file.
termz foo.termz
.termz
file formatwinget
, apt
, apk
, etc.FAQs
Setup terminals on your own terms
The npm package termz receives a total of 2 weekly downloads. As such, termz popularity was classified as not popular.
We found that termz 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.