All Projects → timpulver → todo.txt-graph

timpulver / todo.txt-graph

Licence: other
A todo.txt plugin which visualizes the amount of done tasks per day

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to todo.txt-graph

Hamster System
Ultra-simple framework to organize your life.
Stars: ✭ 237 (+1294.12%)
Mutual labels:  productivity, gtd
Zenboard
Teamwork made easy
Stars: ✭ 19 (+11.76%)
Mutual labels:  productivity, gtd
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (+129.41%)
Mutual labels:  gtd, todotxt
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (+5729.41%)
Mutual labels:  productivity, gtd
nzb
Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline
Stars: ✭ 35 (+105.88%)
Mutual labels:  productivity, gtd
vscode-jump
🏃‍♂️ Jump/Select to the Start/End of a word in VSCode
Stars: ✭ 67 (+294.12%)
Mutual labels:  productivity
awesome-devcontainers
A curated list of awesome tools and resources about dev containers for common programming languages and technology stacks to boost your developer productivity 🚀
Stars: ✭ 165 (+870.59%)
Mutual labels:  productivity
scalendar
Drag and Drop your tasks and reminders based on a weekly calendar with a clean, minimal interface and zero clutter 🗓 💯 Built with React DnD 💻
Stars: ✭ 42 (+147.06%)
Mutual labels:  productivity
Pomodoro-Calculator
A pretty command line tool to calculate the number of pomodoros available between two points in time.
Stars: ✭ 20 (+17.65%)
Mutual labels:  productivity
Obsidian-JG-Method
A starter kit that follows how I use Obsidian to manage my goals, tasks, notes, and software development knowledge base.
Stars: ✭ 110 (+547.06%)
Mutual labels:  productivity
reading-list
A Chrome/Firefox extension for saving pages to read later.
Stars: ✭ 74 (+335.29%)
Mutual labels:  productivity
hapi-dev-errors
A hapi plugin to return better error details and skip the look at command line to catch the issue.
Stars: ✭ 58 (+241.18%)
Mutual labels:  productivity
katibu
the missing productivity tool for connecting Jira, Github and local git together 🚀
Stars: ✭ 13 (-23.53%)
Mutual labels:  productivity
itrack
A simple task-based time tracker for everyday use.
Stars: ✭ 20 (+17.65%)
Mutual labels:  productivity
stack-public
A key-value based writer.
Stars: ✭ 19 (+11.76%)
Mutual labels:  productivity
vscode-snippet-generator
📜 Generate snippets from code in VSCode
Stars: ✭ 31 (+82.35%)
Mutual labels:  productivity
karmabot
upvotes and downvotes for slack
Stars: ✭ 24 (+41.18%)
Mutual labels:  productivity
synapse-project
Powerful fuzzy search launcher for a multitude of tasks
Stars: ✭ 46 (+170.59%)
Mutual labels:  productivity
Zeus
🔭 A modern cross platform `ls` with powerful searching and querying capabilities to scale your productivity to the moon 🚀 (and yeah it has file explorer like capabilities too 🤫)
Stars: ✭ 75 (+341.18%)
Mutual labels:  productivity
due
A todo.txt plugin to display your due and overdue tasks
Stars: ✭ 17 (+0%)
Mutual labels:  productivity

todo.txt-graph

A visualization-plugin for todo.txt – a command line todo application.

Graph Image

todo.txt-graph displays bar charts showing the number of completed tasks per day.

As in Jerry Seinfeld’s don’t break the chain technique, active days will be colored green and therefore motivate you do be more productive.

Installation

cd into your plugins folder (see Installing Addons), e.g.:

cd ~/.todo.actions.d

Then clone this repository into the folder graph:

git clone https://github.com/timpulver/todo.txt-graph.git graph

The directory structure should look like this now:

~/.todo.actions.d/
    graph/
        graph
        graph.py  

Usage

Visualize last 7 days:

todo.sh graph

Visualize last 123 days:

todo.sh graph 123

Threshold

By default, days with less than 5 completed tasks will be considered inactive (and therefore colored grey). You can change the threshold by adding an entry to your config file (~/.todo/config):

# Threshold for Graph Addon
export TODOTXT_GRAPH_THRESHOLD=10

In the todo.txt wiki you can find further information on the config file: config troubleshooting

Compatibility

Tested with todo.txt 2.11.0 on macOS 10.14.2

Contributors

Code used from:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].