Giter VIP home page Giter VIP logo

todo's Introduction

โœ… Commad-Line Task management with storage on your GitHub ๐Ÿ”ฅ

NuGet Build status

The simple task management powered by .NET Core Global Tools and accesible everywhere with your GitHub account.

Demo

todo

Install

$ dotnet tool install -g todo

Setup

It requires a Personal Access Token from your GitHub account. Create one, make sure to include Gist in the scope and copy the token.

Replace the YOUR_GIST_TOKEN with the copied token then run the following command:

$ todo gt YOUR_GIST_TOKEN

Task Management Commands

Command Description
todo "Boil water in a large pot" Adds a new task.
todo ls List all tasks.
todo ren 128 "Salt the water" Renames task title with id 128 to Salt the water.
todo do 6d Marks task with id 6d to done.
todo undo f1381d68 Marks task with id f1381d68 to incomplete.
todo rm f02a57b8 Removes task with id f02a57b8.

Configuration Commands

Command Description
todo gt YOUR_GIST_TOKEN Set the GitHub account ID.
todo gi YOUR_GIST_ID Set the Gist ID to sync your tasks.

Run todo help for the complete list of parameters and todo i to enter in the interactive mode.

Development

โ–ถ๏ธ Running from source

$ dotnet run --project "source/TodoList.ConsoleApp/TodoList.ConsoleApp.csproj" -- i

๐Ÿ Development Environment

  • MacOS Mojave ๐ŸŽ
  • Visual Studio Code โค๏ธ
  • .NET Core SDK 2.2
  • Docker ๐Ÿณ (Optional)
  • SQL Server (Optional)

โ˜Ž๏ธ Support and Issues

Please give it a star then open an issue.

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.