Home
Softono

Htodo

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

 About Htodo

CLI Todo application.

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Htodo?

We provide expert installation service for this software. Our team will install, configure, and secure Htodo on your server. plans start at just $30.

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"