Skip to content

florent-haxhiu/task-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task CLI

Setting up the project

Setting up the DB

To create the db, you will need sqlite3 (you can install in various ways)

To install with pacman (PACkage MANager)

pacman -S sqlite3

Then to create the DB, you just need to run

sqlite3 task-cli-db.db

Running

To run the project in dev mode

cargo run -- --help

This will allow you to get the options of the cli

Building

To build the project, just run

cargo build

Then the cli tool should be in the target folder

./target/debug/task-cli --help

Functionality

  • Task
    • Get
    • Remove
    • Update
    • Complete
  • Data Storage
    • Read from json
    • Save in json
    • Migrate to some db
    • Save to db

About

Track and Manage tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages