From b3137aecb79aa3707c9f4ae0c8780f255582a9d6 Mon Sep 17 00:00:00 2001 From: Jon Knapp Date: Wed, 6 Nov 2013 13:57:00 -0800 Subject: [PATCH] Added fit plugin --- Todo.sh-Add-on-Directory.textile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 0c91f21..a7f5755 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -37,6 +37,7 @@ h3. Table of Contents ** "revive - re-add items from archive":#revive ** "make - Create new .txt files from command line":#make ** "again - Complete and re-add tasks, updating due and deferral dates":#again +** "fit - Shows as many tasks as you can see in your terminal":#fit h1(#install). Installation @@ -544,3 +545,13 @@ _License: GPLv3_ "Project page":https://github.com/nthorne/todo.txt-cli-again-addon "Download file":https://github.com/nthorne/todo.txt-cli-again-addon/raw/master/again +h2(#fit). __fit__: see the top tasks. + +works just like list but truncates the list to fit in the terminal without scrolling. +say you have 20 lines visible at a time in your terminal run todo.sh fit and you'll see the top 16 tasks. +most useful when set as the default command TODOTXT_DEFAULT_ACTION + +_Author: Jon Knapp_ +_License: GPLv3_ + +"Project page":https://github.com/Thann/todo-cli-plugins