All Projects → arsham → Figurine

arsham / Figurine

Licence: apache-2.0
Print your name in style

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Figurine

Mitype
Typing speed test in terminal
Stars: ✭ 241 (-40.93%)
Mutual labels:  terminal-app, command-line
Jsonui
jsonui is an interactive JSON explorer on your command line
Stars: ✭ 583 (+42.89%)
Mutual labels:  terminal-app, command-line
Castero
TUI podcast client for the terminal
Stars: ✭ 375 (-8.09%)
Mutual labels:  command-line
Cocona
Micro-framework for .NET Core console application. Cocona makes it easy and fast to build console applications on .NET Core.
Stars: ✭ 398 (-2.45%)
Mutual labels:  command-line
Pipupgrade
🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
Stars: ✭ 391 (-4.17%)
Mutual labels:  command-line
Bitwise
Terminal based bit manipulator in ncurses
Stars: ✭ 380 (-6.86%)
Mutual labels:  terminal-app
Konch
Configures your Python shell.
Stars: ✭ 393 (-3.68%)
Mutual labels:  command-line
Kondo
Save disk space by cleaning non-essential files from software projects.
Stars: ✭ 373 (-8.58%)
Mutual labels:  command-line
Boxes
Command line ASCII boxes unlimited!
Stars: ✭ 398 (-2.45%)
Mutual labels:  command-line
Beats
A command-line drum machine. Convert a beat notated in YAML into a *.wav file.
Stars: ✭ 389 (-4.66%)
Mutual labels:  command-line
Figlet Fonts
my collection of figlet / toilet ascii art fonts
Stars: ✭ 393 (-3.68%)
Mutual labels:  command-line
Jmxterm
Interactive command line JMX client
Stars: ✭ 389 (-4.66%)
Mutual labels:  command-line
Py cui
A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
Stars: ✭ 380 (-6.86%)
Mutual labels:  command-line
Triage
Interactive command-line GitHub issue & notification triaging tool.
Stars: ✭ 394 (-3.43%)
Mutual labels:  command-line
Linux command line
💻 Introduction to Linux commands and Shell scripting
Stars: ✭ 378 (-7.35%)
Mutual labels:  command-line
Lookatme
An interactive, terminal-based markdown presenter
Stars: ✭ 392 (-3.92%)
Mutual labels:  command-line
Command Line One Liners
Command line one-liners.
Stars: ✭ 372 (-8.82%)
Mutual labels:  command-line
Clamp
a Ruby command-line application framework
Stars: ✭ 387 (-5.15%)
Mutual labels:  command-line
Brok
Find broken links in text documents
Stars: ✭ 393 (-3.68%)
Mutual labels:  command-line
Args
Toolkit for building command line interfaces
Stars: ✭ 399 (-2.21%)
Mutual labels:  command-line

Figurine

License GoDoc Go Report Card

Print your name in style

Screenshot

Table of Contents

  1. Installation
  2. Usage
  3. See Also
  4. License

Installation

You can download the latest binary from here, or you can compile from source:

$ go get github.com/arsham/figurine

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.

$ figurine Some Text

You can print available fonts:

$ figurine -l
$ figurine -l -s

To set a font:

$ figurine -f "Poison.flf" Some Text

To get a list of available arguments:

$ 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, 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 file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].