simple jalai calendar for terminal written in php language
easily install it with composer:
composer global require masoudniki/jcal
then if you did not add composer to your path run command below:
export PATH="$PATH:$HOME/composer/vendor/bin"
if command up did not work run this one:
export PATH="$PATH:$HOME/.config/composer/vendor/bin"
just run jcal
in your terminal