Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- yellow

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