X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=README.md;h=516bbcb600ef1ca1249a61ba2ffc52f33b505ac7;hb=f5ab06bf079103425674d2583b149ded02e53d13;hp=36bddf655478a850813155d6d674b82eff4b358d;hpb=0bdd5e4517e4790e7a8bd45fbec585ba91f08838;p=gen-shell.git diff --git a/README.md b/README.md index 36bddf6..516bbcb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # gen-shell +[![builds.sr.ht status](https://builds.sr.ht/~armaan/gen-shell/commits/.build.yml.svg)](https://builds.sr.ht/~armaan/gen-shell/commits/.build.yml?) + A simple way to turn any command into a shell with arrow key/history support (if compiled with libreadline). Forked from [taskshell](https://github.com/GothenburgBitFactory/taskshell). ## Usage @@ -6,7 +8,7 @@ See `gen-shell --help` ## Installation ### From a binary -Binaries can be downloaded from the refs tab above. NB: these binaries are compiled against libreadline version 8 +Binaries can be downloaded from [here](https://builds.sr.ht/~armaan/gen-shell/commits/.build.yml). NB: these binaries are compiled against libreadline version 8 ### From source Dependencies: @@ -22,6 +24,6 @@ cmake . sudo make install ``` ## License -Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2020. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS). +Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2021. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS). Gen-shell uses the [Sarge library](https://github.com/MayaPosch/Sarge) for parsing command-line arguments. Sarge was written by Maya Posch and is BSD 3-Clause licensed.