aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
Commit message (Expand)AuthorAgeFilesLines
* remove support for ArchMatthew Fernandez2017-10-251-3/+1
* Make BE working with non-ASCII username.Matěj Cepl2013-07-221-0/+2
* ui:util:pager: cleanup pager implementationW. Trevor King2012-11-291-28/+45
* ui:util:pager: document Nathan Weizenbaum as author of Ruby inspirationW. Trevor King2012-11-291-1/+2
* doc: update :meth: to :py:meth: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-261-3/+3
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-166-6/+6
* ui:command_line: use `be help server` for help with `--server`.W. Trevor King2012-09-031-1/+1
* ui:command_line: display help.TOPICS during `be help`.W. Trevor King2012-09-031-2/+14
* ui:command_line: use command names in command-list help message.W. Trevor King2012-09-031-2/+2
* ui:command_line: add 'html' command to no-pager commands.W. Trevor King2012-09-031-1/+2
* command:serve_commands: new command for running a command server.W. Trevor King2012-08-241-2/+9
* util:http: pull HTTP helpers from libbe.storage.http into their own module.W. Trevor King2012-08-241-3/+3
* I changed my mind and fixed #/03d07e61#.W. Trevor King2012-02-251-1/+9
* Keep stdin (file descriptor 0) open in the pager's child process.W. Trevor King2012-02-251-1/+0
* Add `new` to list of commands that should not default to using the pager.W. Trevor King2012-02-251-1/+1
* Hide the traceback on InvalidURL errors.W. Trevor King2012-02-251-0/+5
* Ran update-copyright.py.W. Trevor King2012-02-166-60/+60
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-1/+1
* Fixed #/bc1e6ff4# (extra argument crash).W. Trevor King2011-09-071-2/+3
* Run update_copyright.py.W. Trevor King2011-05-256-6/+12
* Revive the UserError/UsageError distinctionW. Trevor King2011-05-021-7/+19
* get_fallback_fullname falls back to get_fallback_username if no interesting f...W. Trevor King2011-04-141-2/+3
* get_fallback_email() now uses the EMAIL environmental variable (if set).W. Trevor King2011-04-141-3/+2
* Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.W. Trevor King2011-04-141-4/+26
* Fix command-line encoding processing.W. Trevor King2011-04-081-14/+32
* Remove `--complete` from command-line completion unit test.W. Trevor King2011-02-221-1/+0
* Bumped to version 1.0.01.0.0Chris Ball2011-01-086-6/+6
* Ran update_copyright.pyW. Trevor King2010-06-226-75/+77
* Use os.path.join in libbe.storage.util.config.path.wking2010-06-221-1/+3
* Use email.utils.formataddr/parseaddr to generate/parse user IDsW. Trevor King2010-02-071-29/+60
* Clearer UnicodeDecodeError message in command_line.dispatch().W. Trevor King2010-02-011-0/+8
* Fix editor spawning on null-string EDITOR and VISUAL.W. Trevor King2010-01-291-4/+3
* Strip footers (signatures) in be-mail-to-xmlW. Trevor King2010-01-201-1/+1
* Fixed `be help` (used to raise NotImplementedError)W. Trevor King2010-01-201-3/+11
* Add better help message on COMMAND-less be callW. Trevor King2010-01-201-1/+8
* Added libbe.command.serve and libbe.storage.http for HTTP backend.W. Trevor King2010-01-011-1/+1
* Updated copyright informationW. Trevor King2010-01-016-6/+48
* Merged be.restructure, major internal reorganization.W. Trevor King2009-12-311-1/+1
* Use fragment in base command completion + command io fixups.W. Trevor King2009-12-311-2/+5
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-35/+43
* Removed libbe/ui/base.py. Basic UI definitions are in libbe/command/base.py.W. Trevor King2009-12-311-1/+0
* Don't worry about whitespace in `be --help`W. Trevor King2009-12-291-1/+1
* Remove libbe.ui.util.cmdutilW. Trevor King2009-12-291-129/+0
* Fixed up the completion helpers in libbe.command.utilW. Trevor King2009-12-291-4/+9
* Allow external use of Command.usage() and use CmdOptionParser.set_usage()W. Trevor King2009-12-281-1/+3
* Restore comment stripping to libbe.ui.util.editor.editor_string()W. Trevor King2009-12-281-0/+4
* Don't run pager for the 'comment' command.W. Trevor King2009-12-281-7/+11
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-0/+4