Just do it was created to solve some of the most common issues that us developers have to deal with.
You guessed it right, this tool gonna change the fact that you have to deal with "zoom meetings", "google meet" or whatever meetings on daily basis.
Sounds intriguing?
I think a lot of people have solved that in more creative way, just check tiktok or maybe youtube if you are an old fart.
However Just Do It CLI will help you deal with some of the annoying things like switching focus and organizing your daily tasks without the mental torture of using a corporate tool like Jira.
How you gonna achieve that, that's a fair question, here's how it works. After finishing installing this tool, just create some boards to organize your daily tasks without the need leaving your terminal.
By the way, if you are a terminal hater, maybe you won't stomach it.
Clone the repository
git clone git@github.com:pyghassen/just-do-it-cli.git
Go inside the cloned repository directory
cd just-do-it-cli
Run the installation command
make install
First you need to create a board and then create some tasks inside that board, you can get more help when you type the following command to get you start with help message:
justdoit --help
Usage: justdoit [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
begin Delete task.
check Mark task as done.
create-board Create Board.
create-task Create Task.
delete-board Delete board.
delete-task Delete Task.
edit-board Edit board.
edit-task Edit task.
list List all boards and tasks.
priority Set task priority from 1 to 5.