From 82588af259caa259bb00365c5b565085b7412f3c Mon Sep 17 00:00:00 2001 From: chouchouji <1305974212@qq.com> Date: Fri, 15 Nov 2024 21:18:48 +0800 Subject: [PATCH] docs: add sort example in readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cc6b2f..3c198af 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`