All Projects → rebecca-owen → due

rebecca-owen / due

Licence: MIT License
A todo.txt plugin to display your due and overdue tasks

Programming Languages

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

Projects that are alternatives of or similar to due

WeekToDoWeb
WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online.
Stars: ✭ 48 (+182.35%)
Mutual labels:  productivity
atom-package-sync
Synchronize your atom packages and settings easily
Stars: ✭ 22 (+29.41%)
Mutual labels:  productivity
stack-public
A key-value based writer.
Stars: ✭ 19 (+11.76%)
Mutual labels:  productivity
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+4658.82%)
Mutual labels:  productivity
infrared
✨🚀 Blazing fast, inferred static type checker for JavaScript.
Stars: ✭ 46 (+170.59%)
Mutual labels:  productivity
vim-toop
Add custom behaviour to your text objects
Stars: ✭ 43 (+152.94%)
Mutual labels:  productivity
omgf
Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Stars: ✭ 39 (+129.41%)
Mutual labels:  productivity
Edite
📸 Your new Photoshop
Stars: ✭ 17 (+0%)
Mutual labels:  productivity
stay-productive
Remove feed from Facebook, Twitter and Linkedin... To stay productive !
Stars: ✭ 15 (-11.76%)
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
knowledge-base-content
Open-source knowledge base covering topics about developer experience.
Stars: ✭ 73 (+329.41%)
Mutual labels:  productivity
AlfredWorkflows
My workflow creations for Alfred on macOS.
Stars: ✭ 55 (+223.53%)
Mutual labels:  productivity
nzb
Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline
Stars: ✭ 35 (+105.88%)
Mutual labels:  productivity
AHKCommandPicker
An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.
Stars: ✭ 50 (+194.12%)
Mutual labels:  productivity
vscode-jump
🏃‍♂️ Jump/Select to the Start/End of a word in VSCode
Stars: ✭ 67 (+294.12%)
Mutual labels:  productivity
productivity-tips-for-mac
Awesome Productivity Tips for Mac Developers
Stars: ✭ 38 (+123.53%)
Mutual labels:  productivity
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (+129.41%)
Mutual labels:  productivity
cdc
☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
Stars: ✭ 17 (+0%)
Mutual labels:  productivity
katibu
the missing productivity tool for connecting Jira, Github and local git together 🚀
Stars: ✭ 13 (-23.53%)
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

due

A todo.txt plugin to display your due and overdue tasks using Python 3.

In order to use this plugin, tasks must be added with due dates in the format:

due:YYYY-MM-DD

Note that the keyword 'due' can be modified by setting the TODO_TXT_DUE_KEY environment variable.

Installation

In order to install actions in sub-directories of the add-on directory, please use todo.txt version 2.10. Following Installing Add-ons, first cd into your .todo.actions.d directory. The default location is within $HOME:

cd ~/.todo.actions.d

Clone this repository:

git clone https://github.com/rebeccamorgan/due.git

Now make the due shell script executable:

chmod +x due

Usage

Default behaviour displays tasks that are overdue, due today or due tomorrow:

todo.sh due

An optional argument of an integer n will also print the tasks due in the next n days (not including today). For example, to also see tasks due in the next week:

todo.sh due 7

Passing a value of 0 will show only tasks overdue or due today, omitting tasks due tomorrow.

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