Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loopfz/unixgotools

A collection of packages useful for developing unix CLI tools in go
https://github.com/loopfz/unixgotools

Last synced: about 1 month ago
JSON representation

A collection of packages useful for developing unix CLI tools in go

Awesome Lists containing this project

README

        

A collection of packages useful for developing unix CLI tools in go

- editor:
Package editor lets the user edit either arbitrary text or a JSON representation of an arbitrary object
in their text editor of choice (default is vi).

- filemgr:
Package filemgr provides provides file read/write functions using external binaries.
This is especially useful if you want to use e.g. gpg, while letting the user override it
if necessary.