//: Todo App written in pure bash !

//: Todo App written in pure bash !

TODO

A CLI tool to make todolist written in pure bash.

Video Preview Gif

  • Written in Pure bash 
  • It's Fucking Fast 🚀
  • Minimal (only requires bash and coreutils)
  • Random awesome colorschemes

Why?

People were using python I wanted something minimal.
Why bash? It's fun. ¯\_(ツ)_/¯

Installation

cURL

cURL todo to your $PATH and give execute permissions , create respective directory for the list!.

$ sudo curl -sL "https://raw.githubusercontent.com/Iyamnabeen/todo/main/todo" -o $HOME/.local/bin/todo
$ sudo chmod +x $HOME/.local/bin/todo
 

Make

$ git clone https://github.com/iyamnabeen/todo.git && cd todo/
$ sudo make install

Tips

since makefile is not able to create a path in your local directory you need to create a [dot].local/bin directory & then run the makefile, Also set the path variable in your .zshrc or .bashrc by adding this line export PATH=$PATH:$HOME/.local/bin

Download Source Code

Download ZIP
Jul 9, 2022