Skip to content
/ Taskaty Public

Taskaty is a versatile command-line task manager

License

Notifications You must be signed in to change notification settings

aigeoo/Taskaty

Repository files navigation

Taskaty

Taskaty is a versatile command-line task manager that helps you keep track of your tasks efficiently.

Installation

  • Make sure that you have installed (dotnet, ef) in your machine before start the installation process.
git clone https://github.com/aigeoo/Taskaty.git
cd Taskaty
dotnet ef migrations add InitialCreate
dotnet ef database update
dotnet build

Usage

Help View

Features

  • Manage tasks from the command line.
  • Add, update, mark as done, and delete tasks.
  • Display task lists and detailed information.
  • Export tasks in HTML and Markdown formats.

Todo

  • Make CI/CD pipeline
  • Make some unit test
  • Provide a Task Reminder

Feel free to contribute to Taskaty by submitting pull requests or creating issues in the Github repository.

Releases

No releases published

Languages