readme: update.
This commit is contained in:
parent
4aeeb5fefa
commit
90eb998001
1 changed files with 10 additions and 6 deletions
16
readme
16
readme
|
@ -1,7 +1,11 @@
|
||||||
Base utils without exceed options and with additional options I needed in my scripts.
|
# goblin
|
||||||
Lack of a few features is a feature too.
|
|
||||||
|
Base utils without exceed (like "cat -v") options
|
||||||
|
and with additional options I needed in my scripts.
|
||||||
|
|
||||||
It is supposed to be as simple as possible.
|
It is supposed to be as simple as possible.
|
||||||
Inspired by Plan 9 utils.
|
Inspired by Plan9, Suckless and cat-v software.
|
||||||
Install:
|
|
||||||
$ go build
|
Not Posix compatible since it's implemented thousand times.
|
||||||
$ go install
|
Lack of a few features is a feature too.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue