Projects STRLCPY cfonts Commits 42c4a74d
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 17 lines
    18 18   <a href='https://coveralls.io/github/dominikwilkowski/cfonts?branch=released'><img src='https://coveralls.io/repos/github/dominikwilkowski/cfonts/badge.svg?branch=released' alt='cfonts Coverage Status' /></a>
    19 19  </p>
    20 20   
    21  -<p align="center">This is a silly little command line tool for sexy fonts in the console. <strong>Give your cli some love.</strong></p>
     21 +<p align="center">This is a silly little command line tool for sexy ANSI fonts in the console. <strong>Give your cli some love.</strong></p>
    22 22   
    23 23  ## Implementations
    24 24   
    skipped 25 lines
    50 50  sudo apk add cfonts
    51 51  ```
    52 52   
    53  -#### [Arch Linus User repository](https://aur.archlinux.org/packages/cfonts)
    54  - 
    55  -```sh
    56  -sudo pacman -S cfonts
    57  -```
    58  - 
    59 53  #### [Scoop](https://scoop.sh/)
    60 54   
    61 55  ```sh
    skipped 21 lines
    83 77  ```
    84 78  -->
    85 79  ### Rust
     80 + 
     81 +#### [Arch Linus User repository](https://aur.archlinux.org/packages/cfonts)
     82 + 
     83 +```sh
     84 +sudo pacman -S cfonts
     85 +```
    86 86   
    87 87  #### [MacPorts](https://ports.macports.org/port/cfonts/)
    88 88   
    skipped 392 lines
  • ■ ■ ■ ■
    nodejs/README.md
    skipped 15 lines
    16 16   <a href='https://coveralls.io/github/dominikwilkowski/cfonts?branch=released'><img src='https://coveralls.io/repos/github/dominikwilkowski/cfonts/badge.svg?branch=released' alt='cfonts Coverage Status' /></a>
    17 17  </p>
    18 18   
    19  -<p align="center">This is a silly little command line tool for sexy fonts in the console. <strong>Give your cli some love.</strong></p>
     19 +<p align="center">This is a silly little command line tool for sexy ANSI fonts in the console. <strong>Give your cli some love.</strong></p>
    20 20   
    21 21  ## Installing
    22 22   
    skipped 212 lines
  • ■ ■ ■ ■
    nodejs/package.json
    1 1  {
    2 2   "name": "cfonts",
    3  - "description": "Sexy fonts for the console",
     3 + "description": "Sexy ANSI fonts for the console",
    4 4   "version": "3.1.0",
    5 5   "homepage": "https://github.com/dominikwilkowski/cfonts",
    6 6   "author": {
    skipped 128 lines
  • ■ ■ ■ ■
    rust/Cargo.toml
    skipped 3 lines
    4 4  edition = "2021"
    5 5  authors = ["Dominik Wilkowski <[email protected]>"]
    6 6  license = "GPL-3.0-or-later"
    7  -description = "Sexy fonts for the console"
     7 +description = "Sexy ANSI fonts for the console"
    8 8  readme = "../README.md"
    9 9  homepage = "https://github.com/dominikwilkowski/cfonts"
    10 10  repository = "https://github.com/dominikwilkowski/cfonts"
    skipped 20 lines
  • ■ ■ ■ ■ ■ ■
    rust/README.md
    skipped 15 lines
    16 16   <a href="https://github.com/dominikwilkowski/cfonts/actions/workflows/testing.yml"><img src="https://github.com/dominikwilkowski/cfonts/actions/workflows/testing.yml/badge.svg" alt="build status"></a>
    17 17  </p>
    18 18   
    19  -<p align="center">This is a silly little command line tool for sexy fonts in the console. <strong>Give your cli some love.</strong></p>
     19 +<p align="center">This is a silly little command line tool for sexy ANSI fonts in the console. <strong>Give your cli some love.</strong></p>
    20 20   
    21 21  **Read the [docs over at docs.rs](https://docs.rs/cfonts/).**
    22 22   
    23 23  ## Installing
     24 + 
     25 +### [Arch Linus User repository](https://aur.archlinux.org/packages/cfonts)
     26 + 
     27 +```sh
     28 +sudo pacman -S cfonts
     29 +```
     30 + 
     31 +### [MacPorts](https://ports.macports.org/port/cfonts/)
     32 + 
     33 +```sh
     34 +sudo port install cfonts
     35 +```
    24 36   
    25 37  ### [cargo](https://crates.io/crates/cfonts)
    26 38   
    skipped 123 lines
Please wait...
Page is in error, reload to recover