Listen is a sleek, command-line-fist to-do list๐ manager built for powerful users. It lets you manage you daily task directly from the CLI with intuitive commands that feels like natural language.
listen-ytx1.mp4
Tip
listen add "Go for shopping"
add task to the list
listen show
show all the tasks
listen do 2
mark 2nd task as done
listen remove 1
remove 2nd task from the lists
๐ง No clutter. No distractions. Just type and track.
listen
# Greets user with name and time,showing all the current task to do.
listen add "Task Name"
# Add a task.
listen remove <Task-Number>
# Remove a task from the lists.
listen do <Task-Number>
# Mark task as done.
listen undo <Task-Number>
# Mark task as undone.
listen edit <Task-Number> "Edit-Task"
# Edit a task.
listen lists
# List all tasks.
listen swap <Old-Number> <New-Number>
# Swap the position of the old task with the new one.
listen move <Old-Number> <New-Number>
# Move a task to a specific position in the lists.
listen callme "New Name"
# Change your name.
listen changetimeformat
# Change time format.
listen clearall
# Clear all the tasks.
Make sure you have Python 3.7+ installed.
pip3 install listen-ytx
# If you see an error saying 'pip3 not found', just replace 'pip3' with 'pip'.
listen
# run this command to begin the game.
Open your terminal and type:
pip uninstall arcade-ytx
(Optional)
and also remove the listen-ytx directory located in the .config directory in the root folder.
You know what's absolutely free?
- Leaving a โญ star
- ๐ดForking the repository
- No hidden fees, no subscriptions โ just pure open-source love๐ฅฐ!
Aryan Kalra