Crossplatform not POSIX-compatible BusyBox-like set of tools
Find a file
2021-12-06 18:43:14 +05:00
basename basename: init. 2021-05-18 23:04:49 +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
ec Added escape characters util. 2021-11-25 08:14:02 +05:00
echo echo: added delimiter option. 2021-10-06 04:15:20 +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 goblin/ls: use the standard usage message. 2021-12-06 18:43:14 +05:00
mergelbl mergelbl: init. 2021-05-09 22:11:39 +05:00
mkdir mkdir: Simplified; usage function changed. 2020-03-07 16:14:40 +05:00
noext noext: fixed wrong slash definition. 2021-05-18 22:54:36 +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
goblin.jpg Art is added. 2020-03-07 14:57:13 +05:00
install ... 2021-08-16 01:31:35 +05:00
license 2020-05-31 10:04:35 +05:00
main.go Added escape characters util. 2021-11-25 08:14:02 +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.