Skip to content

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.

License

Notifications You must be signed in to change notification settings

A-ryan-Kalra/listen-ytx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

43 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

listen-ytx ๐Ÿ—ฃ๏ธ๐Ÿ“

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

Contents


๐Ÿ’Ž Features

  • ๐Ÿ“Œ Add, remove, and mark tasks as done.
  • ๐Ÿงพ Clean, readable output.
  • ๐Ÿ“‚ Persist tasks between sessions, leveraging streams; storing data into json file in the root directory.

Just "tell" it what to do:

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.


๐Ÿ‘จโ€๐Ÿ’ป Commands

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.

๐Ÿš€ Installation

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.

๐Ÿšฎ Uninstalling

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๐Ÿฅฐ!

Pleasure contributing ๐Ÿ•ถ๏ธ
Aryan Kalra

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages