Git Product home page Git Product logo

tdlist's Introduction

TDLIST

command line app for managing tasks.

SOURCE CODE TREE

tdlist
├── core
│   ├── common.h
│   ├── process.h
│   └── tdlist.h
├── LICENSE
├── Makefile
├── README.md
└── tdlist.cpp

USAGE

  • compiling:
make
  • compiling and installing:
sudo make install
  • uninstalling:
sudo make uninstall
  • running:
tdlist
  • cleaning:
make clean

FEATURES

  1. add tasks
  2. delete tasks
  3. display tasks
  4. edit tasks
  5. more to come

TODOS

todo:

  • implement the help function
  • add done_task function
  • add restore_task function
  • remove "magic numbers"
  • enhance table formatting
  • handle the storage of tasks: save the tasks in a file
  • make a command-line prompt
  • secure the tasks with username-password authentication
  • long list of task(s)
  • list by filters: state, date, ...
  • add more stats
  • implement the areas (or workspaces, groups, ...): for separating tasks.

done:

  • add Makefile
  • add help function
  • re-structure the project: make .h/.hpp files
  • enhance is_valide_date function
  • due date handling: check date format ...
  • change task state (e.g., Completed, Canceled, ...)
  • add the edit option.
  • use stack STL instead of mine.
  • enhance code readability
  • add stats option.
  • bug: deleting a task that dosn't exist
  • enhance display/output formatting: display table function

CONTANCT

If you have any questions, feedback, or suggestions, feel free to send an email.

tdlist's People

Contributors

karimelkh avatar

Stargazers

 avatar

Watchers

 avatar

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.