From ac88be1d19cfc954deab1dccb75647230e4dd6cc Mon Sep 17 00:00:00 2001 From: czjstmax Date: Tue, 12 May 2026 23:29:22 +0200 Subject: fix readme Signed-off-by: czjstmax --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0ed3343..176db3e 100644 --- a/README.md +++ b/README.md @@ -3,25 +3,40 @@ g_repo-banner_565x200px # g— that's a short name. -`g` is a \*permissive\* [git](https://git-scm.com/) wrapper that you can use \ -if you are as lazy as me and do not want write **looong** and **boring** commands like \ + +`g` is a \*permissive\* [git](https://git-scm.com/) wrapper that you can use + +if you are as lazy as me and do not want write **looong** and **boring** commands like + `git commit -a -m "yo mama"`, or `git remote add origin git@github.com:torvalds/linux.git` +--- + ### why "permissive"? -`g`'s whole logic is to be "_permissive_" with its syntax making it \ + +`g`'s whole logic is to be "_permissive_" with its syntax making it + is almost fail-free, and also **very very** forgiving with its user. + ### but what does it mean _practically_? -it means that you can write commands **however you like**, ***within certain limitations***. \ +it means that you can write commands **however you like**, ***within certain limitations***. + for example, all of these are valid commands to say "`git commit -a -m "hi"`" + * `g c a m "hi"` * `g com a msg "hi"` * `g commit a` + +--- + ## get `g` -to get `g` you can either build it yourself or you \ + +to get `g` you can either build it yourself or you + can install the [AUR](https://aur.archlinux.org/packages/getg) package `getg`.   ###### maintainers list -###### czjstmax! : , +###### czjstmax -- cgit v1.3.1