Crossplatform not POSIX-compatible BusyBox-like set of tools
Find a file
2022-11-14 23:53:48 +05:00
media Use media for MEDIA, WHO COULD THINK ABOUT IT?! 2022-06-18 08:13:21 +05:00
src in: fixed wrong 0 arguments handling. 2022-11-14 23:53:48 +05:00
.gitignore Use gomtool instead hand done tree runner. 2022-06-17 03:42:36 +05:00
go.mod Added tool descriptions. 2022-10-11 17:55:26 +05:00
go.sum Added tool descriptions. 2022-10-11 17:55:26 +05:00
install install: no dependency on mk since goblin is needed for mk itself. 2022-07-07 01:07:17 +05:00
license Added "in" utility. 2022-11-14 19:15:02 +05:00
mkconfig Fit new mk implementation. 2022-07-18 02:21:14 +05:00
mkfile Use gomtool instead hand done tree runner. 2022-06-17 03:42:36 +05:00
readme Use gomtool instead hand done tree runner. 2022-06-17 03:42:36 +05:00

# goblin

GO Base utils LINked.

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.
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.