Skip to content

chouchouji/alias-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

477ff87 Â· Nov 10, 2024

History

30 Commits
Nov 10, 2024
Nov 9, 2024
Nov 10, 2024
Nov 10, 2024
Nov 9, 2024
Nov 9, 2024
Nov 9, 2024
Nov 10, 2024
Nov 10, 2024
Nov 9, 2024
Nov 10, 2024
Nov 9, 2024
Nov 10, 2024
Nov 10, 2024
Nov 9, 2024
Nov 10, 2024
Nov 10, 2024

Repository files navigation

logo

Alias Manager

A tool used to manage your system aliases

version stars license


Features

  • 🎨   Support create, delete, rename and run system alias
  • 📦   Support custom path that used to store aliases

Usage

Create Alias

You can create a new alias.

Tip

Please ensure that you have understood how to create a right alias. Don't allow to add duplicate alias.

create-alias

Rename Alias

It supports rename an alias.

rename-alias

Delete Alias(es)

It supports delete all aliases or one alias.

delete-alias

Run Alias

Click run button, it will activate terminal and exec that command.

If the terminal shows error like command not found, close terminal and try again.

run-alias

Set Store Path

The default store path is ${homedir}/.zshrc, like /Users/xxx/.zshrc. If you want to custom your alias store path, modify it by Setting/Extensions/Alias Manager

store-path

Feedback

If you encounter problems or have good ideas and suggestions, please report here.

ChangeLog

ChangeLog

License

MIT