Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmycuadra/gong
Text snippets on the command line.
https://github.com/jimmycuadra/gong
application cli go utility
Last synced: about 2 months ago
JSON representation
Text snippets on the command line.
- Host: GitHub
- URL: https://github.com/jimmycuadra/gong
- Owner: jimmycuadra
- License: mit
- Created: 2013-03-04T03:23:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T06:56:32.000Z (almost 12 years ago)
- Last Synced: 2024-06-20T02:06:19.604Z (7 months ago)
- Topics: application, cli, go, utility
- Language: Go
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gong
**Gong** is a command line tool for quick storage and retrieval of text snippets. It is a port of [Bang](https://github.com/jimmycuadra/bang) to Go.
## Installation
``` bash
go get github.com/jimmycuadra/gong
```