eshanp32 / uwudu

your CLI todo list manager (u W u)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uwudu

your daily todo list manager now on your cli

(U w U)*** RISE AND GRIND ***(U w U)

Installation

Using Pip

If you use pip, you can install uwudu with the following commands:

pip install uwudu 

Using Homebrew

If you use Homebrew, you can install uwudu with the following commands:

brew tap uwudu/uwudu
brew install uwudu

To add path if showing command not found

For Bash users

echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc
source ~/.bashrc

For Zsh users

echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.zshrc
source ~/.zshrc

About

your CLI todo list manager (u W u)

License:MIT License


Languages

Language:Python 100.0%