ascii-todo-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

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-cli

Usage

After installing, you can run the CLI from any directory with:

ascii-todo

Commands

  • 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:

  1. Make sure the package is installed globally:

    npm install -g ascii-todo-cli
  2. Check if the executable has the right permissions:

    chmod +x $(npm root -g)/ascii-todo-cli/dist/cli.js
  3. Check 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 dev

License

MIT

Package Sidebar

Install

npm i ascii-todo-cli

Weekly Downloads

8

Version

1.0.7

License

MIT

Unpacked Size

43.2 kB

Total Files

26

Last publish

Collaborators

  • shreyas314159