Home
Softono
htodo

htodo

Open source MIT PHP
14
Stars
0
Forks
1
Issues
1
Watchers
6 years
Last Commit

About htodo

CLI Todo application.

Platforms

Web Self-hosted

Languages

PHP

Links

HTodo :metal::sunglasses::metal:

Terminal todo application implemented using aharabara/habarnam.

Give a :star: 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"