
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.
console-title-cli
Advanced tools
CLI to set console title on Windows, Linux, or OS/X in a cross-platform way
CLI to set console title on Windows, Linux or OS/X in a cross-platform way
windows-console-title is used underneath the covers. They use node-gyp for their build. This requires Python 2.7 (3.x.x support is lacking from their base gyp project).
If you get errors while installing this project that reference node-gyp you should install all necessary dependencies with these commands (powershell):
npm install --global --production windows-build-tools
npm install --global node-gyp
npm install node-constole-title-cli
If globally installed (not recommended):
npm run set-title My Task
Otherwise add to a script as any other command:
"scripts": {
"do-stuff": "set-title My Task && npm run do-more-stuff"
}
npm run do-stuff
# set title and force Windows mode
npx set-title -f win My Title
# set title and force ansi (linux/mac) mode
npx set-title -f ansi My Title
I highly recommend using the npm-run-all package for a nicer experience:
"scripts": {
"do-stuff": "run-s \"set-title My Task\" do-more-stuff"
}
FAQs
CLI to set console title on Windows, Linux, or OS/X in a cross-platform way
We found that console-title-cli 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
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.