View | Details | Raw Unified
Collapse All | Expand All

(-) devtodo-0.1.19/contrib/devtodo.bash-completion (-1 / +1 lines)
 Lines 35-40   _devtodo() { Link Here 
            ;;
            ;;
    esac
    esac
}
}
complete -o filenames -F _devtodo devtodo todo tda tde tdr tdd tdl
complete -o filenames -F _devtodo devtodo todo tda tde tdr tdd
# vim: set ft=sh tw=80 sw=4 et :
# vim: set ft=sh tw=80 sw=4 et :
(-) devtodo-0.1.19/src/support.cc (-4 / +3 lines)
 Lines 289-299   enum { Help = -100, Remove, Version, Tit Link Here 
					<< "Where <arguments> can be any of the following:" << endl;
					<< "Where <arguments> can be any of the following:" << endl;
				args.displayHelp(cout, options.columns);
				args.displayHelp(cout, options.columns);
				cout << endl
				cout << endl
					<< "In addition, there are five convenience symlinks. These are 'tda', 'tdr'," << endl
					<< "In addition, there are four convenience symlinks. These are 'tda', 'tdr'," << endl
					<< "'tdd', 'tde', and 'tdl'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << endl
					<< "'tdd', and 'tde'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << endl
					<< "mark done and remove respectively. For 'tda' supply the text of the todo item" << endl
					<< "mark done and remove respectively. For 'tda' supply the text of the todo item" << endl
					<< "item and optionally the priority. For 'tdl' supply the path to another todo" << endl
					<< "item and optionally the priority." << endl
					<< "file to link in to the current todo file." << endl
					<< "eg. tde 1" << endl;
					<< "eg. tde 1" << endl;
				exit(0);
				exit(0);
			break;
			break;