A command-line interface (CLI) application for managing your tasks efficiently. This app helps programmers whom, just like me, dislike getting distracted while coding.
-Add, show and delete tasks from terminal.
-Save and load tasks from a file.
- Clone this repository :
git clone https://github.com/missipsag/Terminal-todo-list.git
- Navigate to the project directory :
cd Terminal-todo-list
- Move the todos.sh file into /usr/local/bin
sudo mv todos.sh /usr/local/bin
- Add a task :
todo add task #Replace task by the actual task
- Delete a task :
todo clear/cl line_Number # provide the line number of the task to delete
- Show current tasks :
todo show
- Programming Language : Bash
Contribution are welcome!
- Fork this repository.
- Create a new branch for your feature/bugfix.
- Submit a pull request with a detailed explanation of the changes.
This project is licenced under the MIT Licence