Popularity
5.5
Growing
Activity
6.9
-
1,521
18
57

Code Quality Rank: L3
Programming language: Rust
License: GNU General Public License v3.0 only
Tags: Ascii     Command Line Utilities     Console     CLI     Pretty     Logo     Banner     Font    
Latest version: v2.9.0

cfonts alternatives and similar modules

Based on the "Command Line Utilities" category.
Alternatively, view cfonts alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cfonts or a related project?

Add another 'Command Line Utilities' Module

README

     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—  โ–ˆโ–ˆโ–ˆโ•—   โ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
    โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ• โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ• โ–ˆโ–ˆโ•”โ•โ•โ•โ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ•—  โ–ˆโ–ˆโ•‘ โ•šโ•โ•โ–ˆโ–ˆโ•”โ•โ•โ• โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ•
    โ–ˆโ–ˆโ•‘      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—   โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•”โ–ˆโ–ˆโ•— โ–ˆโ–ˆโ•‘    โ–ˆโ–ˆโ•‘    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
    โ–ˆโ–ˆโ•‘      โ–ˆโ–ˆโ•”โ•โ•โ•   โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ•šโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•‘    โ–ˆโ–ˆโ•‘    โ•šโ•โ•โ•โ•โ–ˆโ–ˆโ•‘
    โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ•‘      โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ• โ–ˆโ–ˆโ•‘ โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ•‘    โ–ˆโ–ˆโ•‘    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘
     โ•šโ•โ•โ•โ•โ•โ• โ•šโ•โ•       โ•šโ•โ•โ•โ•โ•โ•  โ•šโ•โ•  โ•šโ•โ•โ•โ•    โ•šโ•โ•    โ•šโ•โ•โ•โ•โ•โ•โ•

cfont styles

This is a silly little command line tool for sexy ANSI fonts in the console. Give your cli some love.

Implementations

Rust

Read more in the Rust folder.

Nodejs

Read more in the Nodejs folder.

Install

<!-- Unix

snapcraft

sudo snap install cfonts

Alpine Linux repository

๐Ÿ’ก The correct repository (see above link for the most up-to-date information) should be enabled before apk add.

sudo apk add cfonts

Scoop

scoop install cfonts

Fedora

sudo dnf install cfonts

RPM

TODO

-->

Rust

homebrew

brew install cfonts

Arch User Repository

sudo pacman -S cfonts

MacPorts

sudo port install cfonts

cargo

cargo install cfonts

npm

NodeJs

npm i cfonts -g

yarn

yarn global add cfonts

Usage

Using the CLI is easy.

Usage: cfonts  "<value>" [option1] <input1> [option2] <input1>,<input2> [option3] etc...

At any point you can run the help command to get a full list of commands and how to use them.

$ cfonts --help

Supported Characters

A P 4 $
B Q 5 %
C R 6 &
D S 7 (
E T 8 )
F U 9 /
G V ! :
H W ? ;
I X . ,
J Y + '
K Z - "
L 0 _ (space)
M 1 =
N 2 @
O 3 #

The | character will be replaced with a line break

Options

-h, --help

Type: <command>
Default value: none

This shows a list of all available options.

$ cfonts --help

Help command

-V, --version

Type: <command>
Default value: none

This shows the installed version.

$ cfonts --version

Version command

text

Type: <string>
Default value: ""

This is the "text input" to be converted into a nice font.
The | character will be replaced with a line break.

$ cfonts "Hello world"

Text command

-f, --font

Type: <string>
Default value: "block"

This is the font face you want to use. So far this plugin ships with with following font faces:

$ cfonts "text" --font "chrome"

Font command

  • block [colors: 2] (default) block font style
  • slick [colors: 2] slick font style
  • tiny [colors: 1] tiny font style
  • grid [colors: 2] grid font style
  • pallet [colors: 2] pallet font style
  • shade [colors: 2] shade font style
  • chrome [colors: 3] chrome font style
  • simple [colors: 1] simple font style
  • simpleBlock [colors: 1] simple-block font style
  • 3d [colors: 2] 3d font style
  • simple3d [colors: 1] simple-3d font style
  • huge [colors: 2] huge font style
  • console [colors: 1] console font style

-a, --align

Type: <string>
Default value: "left"

You can align your text in the terminal with this option. Use the keywords below:

  • left (default)
  • center
  • right
  • top (Will be ignored if used with the spaceless option)
  • bottom (Will be ignored if used with the spaceless option)
$ cfonts "text" --align "center"

Align command

-c, --colors

Type: <string list>
Default value: ['system']

With this setting you can set the colors for your font. Use the below color strings or a hex color.
Provide colors in a comma-separated string, eg: red,blue. (no spaces)
If you use a hex color make sure you include the # prefix. (In most terminals wrap the hex in quotes)
The system color falls back to the system color of your terminal.

๐Ÿ’ก There are environment variables that can affect the display of colors in your terminal.

  • system (default)
  • black
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white
  • gray
  • redBright
  • greenBright
  • yellowBright
  • blueBright
  • magentaBright
  • cyanBright
  • whiteBright
  • #ff8800 (any valid hex color)
  • #f80 (short form is supported as well)
$ cfonts "text" --colors white,"#f80"

Colors command

-g, --gradient

Type: <string list>
Default value: false

With this setting you can set a gradient over your output.
This setting supersedes the color open.
The gradient requires two colors, a start color and an end color from left to right.
(If you want to set your own colors for the gradient, use the [transition](#-t---transition-gradient) option.)
cfonts will then generate a gradient through as many colors as it can find to make the output most impressive.
Provide two colors in a comma-separated string, eg: red,blue. (no spaces)
If you use a hex color make sure you include the # prefix. (In the terminal wrap the hex in quotes)

  • black
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white
  • gray
  • grey
  • #ff8800 (any valid hex color)
  • #f80 (short form is supported as well)
$ cfonts "text" --gradient red,"#f80"

Gradient command

-i, --independent-gradient

Type: <boolean>
Default value: false

Set this option to re-calculate the gradient colors for each new line.
Only works in combination with the [gradient](#-g---gradient) option.

$ cfonts "text|next line" --gradient red,"#f80" --independent-gradient

Independent gradient command

-t, --transition-gradient

Type: <boolean>
Default value: false

Set this option to generate your own gradients. Each color set in the gradient option will then be transitioned to directly. This option allows you to specify more than just two colors for your gradient.
Only works in combination with the [gradient](#-g---gradient) option.

$ cfonts "text" --gradient red,"#f80",green,blue --transition-gradient

Independent gradient command

-b, --background

Type: <string>
Default value: "transparent"

With this setting you can set the background colors for the output. Use the below color strings. Provide the background color from the below supported list, eg: 'white'

  • transparent (default)
  • black
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white
  • blackBright
  • redBright
  • greenBright
  • yellowBright
  • blueBright
  • magentaBright
  • cyanBright
  • whiteBright
  • #ff8800 (any valid hex color)
  • #f80 (short form is supported as well)
$ cfonts "text" --background "Green"

Background command

-l, --letter-spacing

Type: <integer>
Default value: 1

Set this option to widen the space between characters.

$ cfonts "text" --letter-spacing 2

Letter spacing command

-z, --line-height

Type: <integer>
Default value: 1

Set this option to widen the space between lines.

$ cfonts "text" --line-height 2

Line height command

-s, --spaceless

Type: <boolean>
Default value: false

Set this option to false if you don't want the plugin to insert two empty lines on top and on the bottom of the output.

$ cfonts "text" --spaceless

Spaceless command

-m, --max-length

Type: <integer>
Default value: 0

This option sets the maximum characters that will be printed on one line.
cfonts detects the size of your terminal but you can opt out and determine your own max width.
0 means no max width and the text will break at the edge of the terminal window.

$ cfonts "text" --max-length 15

Max length command

-e, --env

Type: <string>
Default value: cli

This option lets you use cfonts to generate HTML instead of ANSI code.
Note that max-length will be set to very large.

$ cfonts "text" --env browser

Max length command

Consistency

cfonts detects what colors are supported on your platform. It sets a level of support automatically. In cfonts you can override this by passing in the FORCE_COLOR environment variable.

FORCE_COLOR=3 cfonts "hello world" -c "#0088ff"

You can also use the NO_COLOR environment variable to set no color output for environments like CI.

NO_COLOR="" cfonts "hello world" -c "#0088ff"

๐Ÿ’ก FORCE_COLOR overrides NO_COLOR if both are set.

Color consistency via env vars

License

Copyright (c) 2022 Dominik Wilkowski. Licensed under the GNU GPL-3.0-or-later.


*Note that all licence references and agreements mentioned in the cfonts README section above are relevant to that project's source code only.