bb/readme

14 lines
331 B
Text
Raw Normal View History

2021-05-09 17:09:15 +03:00
# goblin
GO Base utils LINked.
2021-05-09 17:09:15 +03:00
Base utils without exceed (like "cat -v") options
and with additional options I needed in my scripts.
2020-05-01 01:14:23 +03:00
It is supposed to be as simple as possible.
2021-05-09 17:09:15 +03:00
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.