https://github.com/brianshumate/hashii
ANSI colored ASCII HashiCorp isometric 'H' logos in your terminal
https://github.com/brianshumate/hashii
Last synced: 3 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T21:33:26.000Z (9 months ago)
- Last Synced: 2025-03-20T17:21:22.504Z (4 months ago)
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 7
- 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:

## 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)