Skip to content

Commit

Permalink
docs: add sort example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 15, 2024
1 parent ac0a917 commit 82588af
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@

## Features

- 🎨   Support creating, deleting, renaming, copying and running system alias
- 📦   Support grouping aliases
- 🔧   Support custom path that used to store aliases
- Support creating, deleting, renaming, copying and running system alias
- Support grouping aliases
- Support sorting aliases by frequency or alphabet
- Support custom path that used to store aliases

## Usage

Expand Down Expand Up @@ -70,6 +71,10 @@ All aliases are included in `System Aliases` which is data source. You can group

![move-group](https://github.com/user-attachments/assets/9079a8cc-3be3-42a2-8c09-5b60aab64c07)

### Sort Alias

![sort](https://github.com/user-attachments/assets/fb904718-c01d-416a-9c7a-4f6795cee2eb)

### Set Store Path

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

0 comments on commit 82588af

Please sign in to comment.