Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

✅ Commad-Line Task management with storage on your GitHub 🔥

License

NotificationsYou must be signed in to change notification settings

ivanpaulovich/todo

Repository files navigation

NuGetBuild 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 aPersonal Access Token from your GitHub account. Create one, make sure to includeGist in the scope and copy the token.

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

$ todo gt YOUR_GIST_TOKEN

Task Management Commands

CommandDescription
todo "Boil water in a large pot"Adds a new task.
todo lsList all tasks.
todo ren 128 "Salt the water"Renames task title with id128 toSalt the water.
todo do 6dMarks task with id6d to done.
todo undo f1381d68Marks task with idf1381d68 to incomplete.
todo rm f02a57b8Removes task with idf02a57b8.

Configuration Commands

CommandDescription
todo gt YOUR_GIST_TOKENSet the GitHub account ID.
todo gi YOUR_GIST_IDSet the Gist ID to sync your tasks.

Runtodo help for the complete list of parameters andtodo 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 astar then open an issue.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp