Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 1.9 KB

README_EN.md

File metadata and controls

95 lines (65 loc) · 1.9 KB

Araste

making ascii-art out of Persian/Arabic text

Similar to the figlet and toilet tools, but for Persian and Arabic texts.

usage:

$ araste <your text>

use -f switch to choose font

$ araste 'your persian/arabic text' -f 'fontpath or fontname'

to get a list of installed fonts:

$ araste --list

for now, there are a few fonts that you can use:

aipara
aipara_mini
zivar

it can also read text from stdin. so you can do something like this:

$ echo 'آراسته' | araste

to get help:

$ araste -h

an output with the default font (aipara):

                                      ██████
        ████                ██        ██
  ████                      ██          ██
  ████    ██    ██  ██  ██  ██    ██    ██
    ██████████████████████  ██    ██    ██
                                  ██
                                ██

Install and Usage

  1. for installing you only need to execute following command.
bash <(curl -s https://raw.githubusercontent.com/ekm507/araste/main/installer/install.sh)

or in oter shells like zsh or fish:

curl -s https://raw.githubusercontent.com/ekm507/araste/main/installer/install.sh | bash
  1. you only need Python 3 to use the program. this program has no special dependencies.

unistall

to uninstall araste, simply remove it's files.

if you have installed araste for system:

$ sudo rm -rf /usr/share/araste
$ sudo rm /usr/bin/araste

or if you have installed araste for your user only:

$ rm -rf ~/.local/share/araste
$ rm ~/.local/bin/araste

Todos

Todos have been moved to a separate file. TODOS