Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Wilkowski <[email protected]>
  • Loading branch information
dominikwilkowski committed Apr 27, 2018
1 parent f5a2427 commit c1bdc2a
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 128 deletions.
72 changes: 17 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,61 +83,23 @@ $ cfonts --help

## Supported Characters

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


_The `|` character will be replaced with a line break_

Expand Down
Loading

0 comments on commit c1bdc2a

Please sign in to comment.