A simple command line to-do list written in POSIX sh
Go to file
2022-10-05 09:04:54 -04:00
install Update 'install/INSTALL.sh' 2022-08-04 11:44:14 -04:00
scripts fixed bugs and improved output 2022-08-30 17:11:15 -04:00
LICENSE Initial commit 2022-05-16 21:25:57 +00:00
README.md Update 'README.md' 2022-10-05 09:04:54 -04:00

alt text

now

A simple command line to-do list written in POSIX sh, focused on simplicity and elegance.

Installation

now can be installed by running the following commands in your terminal:

rm -rf /tmp/now && cd /tmp && git clone https://git.everestlinux.org/EverestLinux/now &&
cd now/install && chmod +x INSTALL.sh && sudo ./INSTALL.sh || doas ./INSTALL.sh