/now

A simple command line to-do list written in POSIX sh

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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