-
Notifications
You must be signed in to change notification settings - Fork 5
What is group?
Bryan Lim edited this page Oct 31, 2015
·
1 revision
Group is an easy way to bundle aliases together so that you can find and share them. A group name will appear behind your alias statement after you generate one.
You can add an alias to a group by calling
aka g hello="echo helloworld" --group world
You can find a group by calling
aka find -g world
You can export all the aliases inside world group.
aka export world
Or You can export all the aliases into world.aka.
aka export world --name world
- Installing Ruby on your machine
- Usage
- Generating Alias
- Destroying Alias
- Editing Alias
- Listing/Finding Alias
- Reading
- [Proj.aka and custom.aka file] (https://github.com/ytbryan/aka/wiki/What-is-a-proj.aka-file%3F)
- System Aliases vs Project Aliases
- [What is group?] (https://github.com/ytbryan/aka/wiki/What-is-group%3F)
- Contributing