From 85a043434b121db40b5666cddc5562ecaf1e0fe5 Mon Sep 17 00:00:00 2001 From: inkarkat Date: Sat, 3 Dec 2011 11:19:55 -0800 Subject: [PATCH] Bash completion: Refer to active pull request to incorporate into main distribution. --- Tips-and-Tricks.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tips-and-Tricks.textile b/Tips-and-Tricks.textile index 1de4343..9b87e7b 100644 --- a/Tips-and-Tricks.textile +++ b/Tips-and-Tricks.textile @@ -93,6 +93,8 @@ complete -F _todo todo p. Now you can type @$ todo ad@<Tab> and Bash will autocomplete to @$ todo add@. Any words that begin with + or @ will be completed using projects or contexts, respectively. +_Note: The Bash completion is "currently being integrated into the main todo.txt distribution":https://github.com/ginatrapani/todo.txt-cli/pull/56._ + *High Color Support* xterm-based terminals, including Putty for Windows, support 256 colors instead of just 16. Here are some sample colors (including backgrounds) that you can paste into your config file right before the PRIORITY COLORS section. Check http://www.frexx.de/xterm-256-notes/ for a hex-to-xterm converter to get exactly the color you want.