aboutsummaryrefslogtreecommitdiffstats
path: root/shell.py
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Get working under Windows with http://cheeseshop.python.org/pypi/PyCSC/0.3 (w...hploetz1-2/+14
2007-02-10Add support for detecting dynamic changes to an object's COMMANDS attributehploetz1-15/+29
2006-11-21Separate rc file and main loophploetz1-6/+17
2006-11-19implement reading of ~/.basenamerchploetz1-2/+12
2006-11-08some crypto functionshploetz1-1/+1
2006-07-26ctrl-c fixhploetz1-0/+1
2006-05-25sortinghploetz1-0/+1
2006-05-22typohploetz1-1/+1
2005-10-09post_hook execution moved to after command executionhenryk1-2/+3
2005-10-09Make it possible to use *args in commandshenryk1-5/+8
2005-10-08set_completer_delims("") so that the whole line will be passed for completionhenryk1-1/+2
2005-10-07Append a space when there is only one command that matcheshenryk1-0/+54
2005-10-07Unset command.henryk1-5/+36
2005-10-07a basically working command parserhenryk1-3/+99
2005-10-04Beginning a shell classhenryk1-0/+176