...
This commit is contained in:
parent
f9e401c59d
commit
e78c6e02e5
1 changed files with 5 additions and 10 deletions
15
readme.md
15
readme.md
|
@ -2,18 +2,13 @@
|
||||||
|
|
||||||
GO Base utils LINked.
|
GO Base utils LINked.
|
||||||
|
|
||||||
Base utils without exceed (like "cat -v") options
|
Not POSIX compatible.
|
||||||
and with additional options I needed in my scripts.
|
|
||||||
|
|
||||||
It is supposed to be as simple as possible.
|
|
||||||
Inspired by Plan9, Suckless and cat-v software.
|
|
||||||
|
|
||||||
Not Posix compatible since it's implemented thousand times.
|
|
||||||
Lack of a few features is a feature too.
|
|
||||||
|
|
||||||
Since Golang is so good at static files it makes sense to
|
Since Golang is so good at static files it makes sense to
|
||||||
put many programs into one, so now it is gonna include many
|
put many programs into one, so now it is gonna include many
|
||||||
suckless stuff, including:
|
suckless and cat-v like stuff, including:
|
||||||
|
|
||||||
mk
|
* mk
|
||||||
|
* awk
|
||||||
|
* sed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue