A simple command line to-do list written in POSIX sh
Go to file
2022-05-16 21:41:17 +00:00
install Update INSTALL.sh 2022-05-16 21:41:17 +00:00
scripts Add files via upload 2022-05-16 21:30:15 +00:00
LICENSE Initial commit 2022-05-16 21:25:57 +00:00
README.md Update README.md 2022-05-16 21:40:13 +00:00

alt text

now

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

Installation

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

rm -rf /tmp/now && cd /tmp && git clone https://github.com/everest-linux/now &&
cd now/install && chmod +x INSTALL.sh && sudo ./INSTALL.sh || doas ./INSTALL.sh