Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-alias-wizard

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-alias-wizard

Easily create new cli aliases, if you forget how all the time

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
0
Weekly downloads
 
Created
Source

cli-alias-wizard

CLI tool for managing shell aliases.

https://github.com/user-attachments/assets/4678d331-18f1-4102-8116-905950fcb8e5

Features

  • Create new aliases
  • Use example aliases
  • Modify existing aliases
  • Auto-source shell config
  • Interactive and command-line modes

Install

git clone https://github.com/yourusername/cli-alias-wizard.git
cd cli-alias-wizard
npm install

Usage

Interactive mode:

node index.js

Command-line mode:

node index.js create <alias_name> "<command>"
npx cli-alias-wizard create <alias_name> "<command>"

Example:

node index.js create gp "git push"
npx cli-alias-wizard create g. "git add ."

Config

Modifies ~/.bashrc or ~/.zshrc based on shell.

Troubleshoot

If aliases don't work, run:

source ~/.bashrc

or

source ~/.zshrc

License

MIT

FAQs

Package last updated on 17 Aug 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