npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

matrix-todos-cli

v1.1.0

Published

This is a file based Todo CLI NPM Package

Downloads

5

Readme

MATRIX TODOS CLI (NPM PACKAGE)

matrix-todos-cli is a command-line interface tool for managing your to-do list efficiently. With this package, you can easily add, edit, delete, and view to-do items, as well as filter them based on various criteria.

Features

  • Add a New ToDo: Add a new to-do item with details such as importance, urgency, status, and deadline.
  • Edit an Existing ToDo: Modify the details of an existing to-do item.
  • Delete a ToDo: Remove a to-do item based on different filter criteria.
  • View All ToDos: Display all to-do items with filtering options.
  • Filter ToDos: Filter to-do items by status, deadline, task content, importance, and urgency.
  • Beautiful Console Output: View your to-do list in a well-formatted table.

Installation

To use matrix-todo-cli, you need to install it via npm:

npm install matrix-todos-cli

Usage

In your main file (e.g., index.js), you can use the package as follows:

import { showMenu, initFile } from "matrix-todos-cli";

// Initialize the file
initFile();

// Show the main menu
showMenu();

Menu Options

When you run the CLI, you will see a menu with the following options:

  1. Add ToDo: Adds a new to-do item.
  2. Edit ToDo: Edits an existing to-do item.
  3. Delete ToDo: Deletes a to-do item.
  4. View ToDos: Views all to-do items.
  5. Exit: Exits the application.

Filtering ToDos

When deleting or viewing to-dos, you can filter by:

  1. All: View or delete all to-do items.
  2. Status: Filter by status (Completed, Ongoing, Plan).
  3. Deadline: Filter by deadline (e.g., 1Hr, 1Day, 1Month).
  4. Todo: Filter by task content.

Social Media

Connect with me on social media: GitHub LinkedIn Twitter

Feel free to reach out if you have any questions or suggestions!