Giter VIP home page Giter VIP logo

donetoday's Introduction

Done Today

A script to store tasks done today (or any other day). Keep track of your progress.

Installation

Done Today is a bash script. Download it, give it execution rights and run it. Alternatively you can put it (or a symbolic link) to a folder which is in your path.

chmod u+x donetoday.sh
./donetoday.sh
cp donetoday.sh /path/in/my/PATH/var/donetoday
donetoday

This has been tested only on Linux Ubuntu.

Usage

  • Add a task for today: donetoday "I've done this"ฬ€
  • Add a task for a given day: donetoday 20181220 "I've done this"
  • Add a task for a day before: donetoday -1 "I've done this"
  • View tasks of today: donetoday
  • View tasks of a given day: donetoday 20181221
  • View tasks of N previous days: donetoday show N
  • Help: donetoday -h
~$ donetoday
No tasks found for date 20181221
~$ donetoday "Read Docker documentation"
Added Read Docker documentation.
Good job!
~$ donetoday "Called mom"
Added Called mom.
Good job!
~$ donetoday
Done 20181221
----------
Read Docker documentation
Called mom
----------
~$ donetoday 20181220 "Read two chapters of book X"
Added Read two chapters of book X.
Good job!
~$ donetoday 20181220
Done 20181220
----------
Read two chapters of book X
----------

Implementation

This script creates a folder ~/.donetoday. Each day is a file under a year subfolder.

~/.donetoday/
~/.donetoday/2018
~/.donetoday/2018/1221.txt
~/.donetoday/2018/1220.txt

This script is a helper to manipulate these folder easily

donetoday's People

Contributors

miqwit avatar

Watchers

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