Skip to content

aharabara/htodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTodo 🤘😎🤘

Terminal todo application implemented using aharabara/habarnam.

Give a ⭐ if like it and write me if you don't and we will make it better.

Htodo demo

Usage:

# install dependencies
composer install

# then install ext-ncurses with its patches, so it will work for php 7.*
# and add 'extension=ncurses.so' to your php.ini
./vendor/aharabara/habarnam/install.sh

# then run this application
php -f index.php 

# or add an alias to your ~/.bashrc file
alias htodo="php -f ${path_to_HTodo}/htodo/index.php"