Giter Club home page Giter Club logo

goals_tracker's Introduction

About

goals_tracker is an enhanced todo list used in command-line environment. Current version will allow you to keep track of your progress of each of your git repository!

Versions

Version 1.1.0 - only 1 goals list per git repository. Note: make sure you uses goals inside a git directory.
Version 1.0.1 - goals list is unique per directory.

Installation

  1. make sure npm is installed on your machine.
  2. run npm install -g goals_tracker

Usage

This program is a list of 2 layers: Goals > Tasks.

Init

Initialising the goals list by goals init.
Note: at the current version, goals list will be unique per directory.

List

Track your goals with list : goals ls or goals list

Add

Adding goals: goals add <goal_name>
Adding tasks to a goal: goals add -t <task_description> <goal_name> where <task_description> is either a 1 word or a String.
When adding tasks, you will be prompt to enter the number of hours that you expect the task will take. This is used to keep track your progress on your goals.

Done

When you have completed a task: goals done -t <task_index> <goal_name> where task_index is the index of the task found in goals ls

Remove

Remove goals: goals rm <goal_name> or goals remove <goal_name>
Remove tasks for a goal: goals rm -t <task_index> <goal_name> where task_index is the index of the task found in goals ls

goals_tracker's People

Contributors

vasinwr avatar

Stargazers

 avatar  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.