Code Monkey home page Code Monkey logo

todo's Introduction

todo

A simple to-do list manager for ComputerCraft, based off the amazing work by sioodmy: https://github.com/sioodmy/todo/

2022-02-28_20 00 19

Create and complete tasks easily from the command line.

Features

  • Simple CLI interface
  • Set the priority of tasks, so the most important ones come first
  • Tag tasks to quickly find what you need from the list

Commands

Items are indexed by number, not by name.

  • add <item/s>

    Add any number of items to the to-do list.

  • rm <item/s>

    Remove any number of items from the to-do list.

  • sort

    Sort the items in the list, those uncomplete and with high priority at the top, those complete and low priority at the bottom.

  • priority <item/s>

    Set a priority from 0 (no priority) to 3 (high priority) to show the most important tasks in the list first when sorted.

  • raw

    Output a serialized table of the todo list, allowing external programs to easily work with the program

  • list <tag/s> [prios]

    List all the items in the to-do list. If prios is included as a tag, the priorities of the items will be shown next to their names.

  • clear

    Empty the to-do list.

  • done <item/s>

    Mark any number of items as complete.

  • undone <item/s>

    Mark any number of items as incomplete.

  • tag <item/s>

    Tag any number of items with .

  • rmtag <item/s>

    Remove the tag from any number of items.

  • help [command]

    Display a help message, including some more detailed info on the above commands, when their name is entered.

todo's People

Contributors

minater247 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.