Crossplatform not POSIX-compatible BusyBox-like set of tools
Find a file
2021-05-09 19:09:15 +05:00
cat cat: block size option added. 2021-01-28 05:39:37 +05:00
date date: Simple implementation. 2020-05-05 09:52:35 +05:00
echo echo: "\n" option implemented. 2020-01-07 06:22:16 +05:00
gfalse "true" and "false" commands are implemented. 2019-11-08 04:00:23 +05:00
gtrue "true" and "false" commands are implemented. 2019-11-08 04:00:23 +05:00
input input: Standardized input module added. 2020-03-23 21:12:50 +05:00
ls ls: fixed way of handling hidden but pointed as an argument files. 2020-12-31 19:39:03 +05:00
mkdir mkdir: Simplified; usage function changed. 2020-03-07 16:14:40 +05:00
noext noext: init. 2021-03-08 04:35:25 +05:00
quote quote: Simple implementation added. 2020-06-22 02:45:20 +05:00
sort Fixed to use new modules system of Golang. 2021-05-09 19:05:14 +05:00
tac mkdir: Simplified; usage function changed. 2020-03-07 16:14:40 +05:00
uniq uniq: -U option is implemented. It is needed for my "profile" file. 2020-05-25 04:23:16 +05:00
urlprs urlprs added. 2020-10-19 05:49:32 +05:00
yes Fixed to use new modules system of Golang. 2021-05-09 19:05:14 +05:00
go.mod Fixed to use new modules system of Golang. 2021-05-09 19:05:14 +05:00
go.sum Fixed to use new modules system of Golang. 2021-05-09 19:05:14 +05:00
goblin.go Fixed to use new modules system of Golang. 2021-05-09 19:05:14 +05:00
goblin.jpg Art is added. 2020-03-07 14:57:13 +05:00
license 2020-05-31 10:04:35 +05:00
readme readme: update. 2021-05-09 19:09:15 +05:00

# goblin

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.