Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianshumate/hashii
ANSI colored ASCII HashiCorp isometric 'H' logos in your terminal
https://github.com/brianshumate/hashii
Last synced: 8 days ago
JSON representation
ANSI colored ASCII HashiCorp isometric 'H' logos in your terminal
- Host: GitHub
- URL: https://github.com/brianshumate/hashii
- Owner: brianshumate
- License: bsd-2-clause
- Created: 2017-03-10T01:05:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T15:32:26.000Z (over 1 year ago)
- Last Synced: 2024-06-20T08:20:03.766Z (5 months ago)
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# hashii
## What?
ANSI color versions of the HashiCorp "H" logo emitted to your screen like this:
![Screenshot showing hashii in action](https://github.com/brianshumate/hashii/blob/master/share/screenshot.png)
## Why?
Casually learning Go for various values of great good!
## How?
If you have a Go environment established, you can install the `hashii` command like this:
```shell
go install github.com/brianshumate/hashii@latest
```✨ Then, have some fun:
```shell
hashii -size=medium -color=random
```or
```shell
hashii -size=large -color=mix
```### Available Colors
- blue
- cyan
- green
- magenta
- mix
- random
- red
- yellowYou can also use the `-plain` flag to get a plain version of the logo without colorization.
### BONUS
Need to send a beacon, a signal of your DevOps joy? Well neighbor, try:
𝗗𝗮𝘇𝘇𝗹𝗲 𝗠𝗼𝗱𝗲
```shell
hashii -dazzle -size=large
```🎈🎉 *Great fun at parties*!
**Enjoy**!
## License?
BSD
## Copyright
The HashiCorp logo is Copyright HashiCorp and is used with permission.
## Who?
[Brian Shumate](https://github.com/brianshumate)