Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martingms/goblin
Collection of unix userland commands written in Go.
https://github.com/martingms/goblin
Last synced: 26 days ago
JSON representation
Collection of unix userland commands written in Go.
- Host: GitHub
- URL: https://github.com/martingms/goblin
- Owner: martingms
- Created: 2013-02-20T20:24:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-19T10:20:48.000Z (over 11 years ago)
- Last Synced: 2024-05-02T05:53:58.127Z (6 months ago)
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
goblin
======A collection of unix userland commands written in Go.
Based on http://tools.suckless.org/9base, GNU Coreutils and our own
imagination.This is an educational endeavour both in learning Go better and learning
the utilities we use every day better.#### Currently available utils (some may be fairly minimal):
* cat
* echo
* seq
* sleep
* uniq
* webtail