Git Product home page Git Product logo

asr's Introduction

asr

A time tracking and journaling tool

Usage

Add tasks

$ asr add complete-chapter-one
Added task:
  complete-chapter-one
$ asr add
List of tasks
  ☐ complete-chapter-one
$ asr add complete-chapter-one/read-intro
Added task:
  ☐ complete-chapter-one
  └──☐ read-intro

Add task like emmet except {} instead of (), / instead of >

$ asr add task1/{task1.1/{task1.1.1+task1.1.2}}+task1.2
Added task:
  ☐ task1
  ├──☐ task1.1
  │  ├──☐ task1.1.1
  │  └──☐ task1.1.2
  └──☐ task1.2

Remove tasks

$ asr rm complete-chapter-one/read-intro
Removed task:
  ☐ complete-chapter-one
  └──🗹 read-intro

Don't remember the task name? We got you.

$ asr rm
List of tasks
  ☐ complete-chapter-one
  ☐ task1
$ asr rm task1/
List of tasks
  🗹 task1.1
  ☐ task1.2
$ asr rm task1/task1.1.1+
List of tasks
  ☐ task1.1.2

Start working on a subtask

$ asr do complete-chapter-one/read-intro
Started task at 08:11 PM:
  ☐ complete-chapter-one
  └──☐ read-intro

Note:

  • Does not support emmet
  • Only tasks with no children can be started

Stop working

$ asr stop
Stopped task, started 2h 25min ago
  ☐ complete-chapter-one
  └──☐ read-intro

See what you are working on

$ asr status
Working on complete-chapter-one/read-intro for 2 hours

Mark complete

$ asr done
Marked done. Stopped Task.
  ☐ complete-chapter-one
  └──🗹 read-intro
$ asr done task1/task1.1
Marked done. Stopped Task.
  ☐ task1
  └──🗹 task1.1

asr's People

Contributors

roundspecs avatar

Stargazers

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