Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcf/gobox
Quick script to print ANSI colours in my terminal
https://github.com/jcf/gobox
Last synced: 1 day ago
JSON representation
Quick script to print ANSI colours in my terminal
- Host: GitHub
- URL: https://github.com/jcf/gobox
- Owner: jcf
- License: mit
- Created: 2016-02-12T11:22:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T11:23:42.000Z (almost 9 years ago)
- Last Synced: 2023-04-10T15:07:36.382Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Box
Prints a table of colours to help remind me which number does what.
** Installation
No packaging I'm afraid. You'll have to build the thing and put it on your
~$PATH~.#+begin_src sh
go build -o box
#+end_src** License
Copyright © 2016 James Conroy-Finn.
Released under the MIT license.