GithubHelp home page GithubHelp logo

todogo's Introduction

todogo

Overview

todogo is a command-line TODO list application written in Go. It allows users to manage a list of TODO items through simple commands.

Features

  • create: add a new TODO item with a description
  • remove: remove a TODO item by its ID
  • show: display all TODO items with their ID and status
  • done: mark a TODO item as completed by its ID
  • clear: remove all TODO items from the list
  • exit: quit and close todogo

Usage

  1. Running the Program

    go run main.go
  2. Commands

    • create <description> -> Descriptions can be separated by commas to add multiple items at once

      > create buy groceries, cry, meditate, cry again
      Created TODO item
      
    • remove <id> -> IDs can be separated by commas to remove multiple items at once

      > remove 0, 1, 3
      Removed TODO item
      
    • show

      > show
      ------
      [ ] buy groceries ID: 0
      
    • done <id> -> IDs can be seperated by commas to mark multiple items as done

      > done 2, 3
      Marked TODO item as done
      
    • clear

      > clear
      Cleared all TODO items
      
    • exit

      > exit
      Exiting todogo...
      

Dependencies

  • Go (version 1.18 or later)

License

This project is licensed under the MIT License.

Feel free to adjust the content based on your specific needs or any additional information you might want to include.

todogo's People

Contributors

cykovit 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.