now/README.md

12 lines
438 B
Markdown
Raw Normal View History

2022-05-16 17:36:18 -04:00
![alt text](https://raw.githubusercontent.com/everest-linux/amogus3016/main/now.png)
2022-05-16 17:39:35 -04:00
# 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:
```
2022-05-16 17:40:13 -04:00
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
2022-05-16 17:39:35 -04:00
```