From bbc30a9a25af0ed075882ff2cd50415686de2fd7 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 30 May 2005 15:04:16 +0000 Subject: add some more things to TODO --- lib/bb/shell.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/bb') diff --git a/lib/bb/shell.py b/lib/bb/shell.py index 273ebf369..b24ec2d5a 100644 --- a/lib/bb/shell.py +++ b/lib/bb/shell.py @@ -27,7 +27,13 @@ TODO: * specify force * command to reparse just one (or more) bbfile(s) * automatic check if reparsing is necessary (inotify?) - * bb file wizard + * new bb file wizard + * frontend for bb file manipulation? + * pipe output of commands into a shell command (i.e grep or sort)? + * job control, i.e. bring commands into background with '&', fg, bg, etc.? + * start parsing in background right after startup? + * use ; to supply more than one commnd per line + * command aliases / shortcuts? * capture bb exceptions occuring during task execution """ -- cgit 1.2.3-korg