From c8af081201076173fdbf14ea576d92dd67cfc29e Mon Sep 17 00:00:00 2001 From: melMass Date: Tue, 24 Oct 2023 14:34:51 +0200 Subject: [PATCH] chore: revert b12bd94948b8973192d3c74535e0704a88589521 --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f699b1b0..c0fe602c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ A collection of Nushell tools to manage `git` repositories. # Table of content -- [*what is `nu-git-manager`*](#bulb-what-is-nu-git-manager-toc) -- [*requirements*](#link-requirements-toc) -- [*installation*](#recycle-installation-toc) -- [*usage*](#gear-usage-toc) - - [*getting help*](#pray-getting-help-toc) -- [*some ideas of advanced (?) usage*](#exclamation-some-ideas-of-advanced--usage-toc) +- [nu-git-manager](#nu-git-manager) +- [Table of content](#table-of-content) + - [:bulb: what is `nu-git-manager` \[toc\]](#bulb-what-is-nu-git-manager-toc) + - [:link: requirements \[toc\]](#link-requirements-toc) + - [:recycle: installation \[toc\]](#recycle-installation-toc) + - [:gear: usage \[toc\]](#gear-usage-toc) + - [:pray: getting help \[toc\]](#pray-getting-help-toc) + - [:exclamation: some ideas of advanced (?) usage \[toc\]](#exclamation-some-ideas-of-advanced--usage-toc) ## :bulb: what is `nu-git-manager` [[toc](#table-of-content)] like [`ghq`](https://github.com/x-motemen/ghq), `nu-git-manager` aims at being a fully-featured @@ -45,7 +47,7 @@ in your `config.nu` you can add the following to load `nu-git-manager` modules: # config.nu # load the main `gm` command -use nu-git-manager [gm, "gm clone", "gm cache", "gm list", "gm root", "gm remove"] +use nu-git-manager [gm, "gm clone", "gm list", "gm root", "gm remove"] # the following are non-essential modules use nu-git-manager sugar git # augmnet Git with custom commands