Git Product home page Git Product logo

godoit's Introduction

πŸ„ΆπŸ„Ύ πŸ„³πŸ„Ύ πŸ„ΈπŸ…ƒ

A golang cli program to manage your tasks.

Installation

Clone the repo:

git clone https://github.com/milinddethe15/GoDoIt.git

Build the program:

cd GoDoIt
go build -o godoit
#see usage

Usage

Use it to manage your task. Catergorize your task. Maintain all of your tasks history.

GoDoIt <command> [arguments]
Available commands:
   add <task> <cat>    		 Add a new task
   list <done>         		 List all tasks
   update <id> <task> <cat>	 Update an existing task
   delete <id>         		 Delete an existing task
   help                		 Show this help message
#displays task
./godoit list 
#Add task
./godoit add --task "Gym" --cat "After 4pm"
#delete task
./godoit delete --id 2
#update
./godoit update --id 2 --done

Meta

Distributed under the MIT License. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/milinddethe15/GoDoIt/fork)
  2. Create your feature branch (git checkout -b feature/colorText)
  3. Commit your changes (git commit -am 'Add some colorText')
  4. Push to the branch (git push origin feature/colorText)
  5. Create a new Pull Request

godoit's People

Contributors

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