https://github.com/arsham/figurine
Print your name in style
https://github.com/arsham/figurine
command-line eye-candy figlet go golang lolcat terminal-app
Last synced: 2 months ago
JSON representation
Print your name in style
- Host: GitHub
- URL: https://github.com/arsham/figurine
- Owner: arsham
- License: apache-2.0
- Created: 2018-04-20T13:26:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T18:09:49.000Z (about 1 year ago)
- Last Synced: 2025-04-04T02:08:29.500Z (2 months ago)
- Topics: command-line, eye-candy, figlet, go, golang, lolcat, terminal-app
- Language: Go
- Size: 2.03 MB
- Stars: 574
- Watchers: 4
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Figurine
[](https://pkg.go.dev/github.com/arsham/figurine)

[](https://goreportcard.com/report/github.com/arsham/figurine)
[](https://opensource.org/licenses/Apache-2.0)Print your name in style

### Table of Contents
1. [Installation](#installation)
2. [Usage](#usage)
3. [See Also](#see-also)
4. [License](#license)## Installation
You can download the latest binary from
[here](https://github.com/arsham/figurine/releases), or you can compile from
source:```bash
go install github.com/arsham/figurine@latest
```## Usage
Every time the application is called, it chooses a random font for rendering the
message. Pass the message you want to decorate as arguments.```bash
figurine Some Text
```You can print available fonts:
```bash
figurine -l
figurine -l -s
figurine -ls Sample Text
```To set a font:
```bash
figurine -f "Poison.flf" Some Text
```To get a list of available arguments:
```bash
figurine -h
```This application is very light weight, so feel free to add it to your
.zshrc/.bashrc file, so each time you open a new shell it shows you a nice
message.## See Also
See also [Rainbow][rainbow], which is the library that colours the output.
## License
Use of this source code is governed by the Apache 2.0 license. License that can
be found in the [LICENSE](./LICENSE) file.[rainbow]: https://github.com/arsham/rainbow