https://github.com/loopfz/unixgotools
A collection of packages useful for developing unix CLI tools in go
https://github.com/loopfz/unixgotools
Last synced: 4 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:15:31.000Z (over 7 years ago)
- Last Synced: 2025-03-27T04:28:19.821Z (11 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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.