8000 GitHub - Zafkiel45/dart-to-do-list-cli: A simple CLI application in Dart to study propose. This is a replication of my project in Node: "task-tracker-cli".
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple CLI application in Dart to study propose. This is a replication of my project in Node: "task-tracker-cli".

Notifications You must be signed in to change notification settings

Zafkiel45/dart-to-do-list-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:

This is a simple task tracker CLI application in Dart. It's easy to use the application and organize yourself.

How to use:

Clone the repository:

gh repo clone Zafkiel45/dart-to-do-list-cli

It's necessary to have the Dart 3.7 version installed in your machine.

Add tasks:

It's very easy to add tasks. First, make sure you are in the directory of application, and execute the following command on your terminal:

dart run src/index.dart add animes "Vivy Fluorite Eyes Song"

This will run the file in the directory: src/index.dart, with the command add, to add tasks, followed by the name of list, in this case: animes. Finally, the name of the task.

Structure:

dart run src/index.dart "[what you want to do]" ["the name of your list"] ["the name of task/item"]

Make sure to remove the brackets.

About

A simple CLI application in Dart to study propose. This is a replication of my project in Node: "task-tracker-cli".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0