ascii-todo-cli
v1.0.7
Published
A quirky ASCII art weekly TODO list CLI application
Maintainers
Readme
ascii-todo-cli
A quirky ASCII art weekly TODO list CLI application that works from any directory.
Features
- ASCII art interface
- Tasks automatically expire at the end of the week
- Works from any directory (global state)
- Simple and intuitive interface
Installation
npm install -g ascii-todo-cliUsage
After installing, you can run the CLI from any directory with:
ascii-todoCommands
- Add Task: Add a new task to your list
- Toggle Task: Mark a task as complete/incomplete
- Edit Task: Change the text of an existing task
- Delete Task: Remove a task from the list
- View Time Remaining: See how much time is left until tasks expire
Troubleshooting
If running ascii-todo doesn't work after installation:
Make sure the package is installed globally:
npm install -g ascii-todo-cliCheck if the executable has the right permissions:
chmod +x $(npm root -g)/ascii-todo-cli/dist/cli.jsCheck your PATH environment variable includes npm global bin directory:
echo $PATH | grep -q "$(npm bin -g)" || echo "Add $(npm bin -g) to your PATH"
Development
To run locally:
git clone https://github.com/yourusername/ascii-todo-cli.git
cd ascii-todo-cli
npm install
npm run devLicense
MIT
