Skip to content

Enables you to set your Command-Line Aliases in an easy way.

Notifications You must be signed in to change notification settings

CreaTorAlexander/easy-aliaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-aliaser

CLI-Toolkit to make editing your .zshrc file easier.

About

Currently this tool is able to

  • print out all the self defined aliases in your .zshrc file.
  • add a new alias to your .zshrc file

Get Started

  • Clone this repository
  • go inside the easy-aliaser directory
  • to read out your aliases write swift run easy-aliaser read-aliases
  • to add a new alias write swift run easy-aliaser new-alias <alias> <command>

This tool is on the foundation of https://swift.org/blog/argument-parser/

About

Enables you to set your Command-Line Aliases in an easy way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages