Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loopfz/unixgotools
- Owner: loopfz
- Created: 2017-08-28T13:26:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:15:31.000Z (over 6 years ago)
- Last Synced: 2024-10-16T14:12:19.917Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.