summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
Commit message (Expand)AuthorAge
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* add global namedqueries commandPatrick Totzke2018-07-24
* Remove old __future__ importsLucas Hoffmann2018-06-19
* rename parameter of Command.apply methodPatrick Totzke2018-03-11
* pep8 fixesPatrick Totzke2017-09-01
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* commands: Use a sphinx code-blockDylan Baker2017-01-31
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Port old doctests to unittest: alot.commands.__init__Lucas Hoffmann2017-01-18
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* fix typoPatrick Totzke2013-10-30
* canceling a command in a sequence will now stop the subsequent commands from ...Yann Rouillard2013-10-30
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* changed repeatability default to False and reconsider repeatability of all Co...Sebastian Jeltsch2013-05-26
* rm offending line left over from self.repeatable instance propertySebastian Jeltsch2013-05-26
* Repeatability class property, mark more cmds as non-repeatableSebastian Jeltsch2013-05-26
* change cmd repeatability to be command prop and make move cmds non-repeatableSebastian Jeltsch2013-05-26
* Pre/Posthooks are no longer Command.__init__ parmsPatrick Totzke2012-08-19
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10
* add copyright statements to all source filesPatrick Totzke2012-06-14
* add helper split_commandstringPatrick Totzke2012-06-03
* replace config with SettingsManager in commandsPatrick Totzke2012-02-19
* new naming convention for pre/post command hooksPatrick Totzke2012-01-24
* fixed accidentally shifted docstringPatrick Totzke2012-01-24
* move hook lookups to AlotConfigParserPatrick Totzke2011-12-11
* pep8Patrick Totzke2011-12-11
* remove unused Command.get_helpstringPatrick Totzke2011-12-11
* Merge branch 'master' into docsPatrick Totzke2011-12-10
|\
| * read commands help from docstrings if undefinedPatrick Totzke2011-12-10
* | commands docsPatrick Totzke2011-12-08
|/
* cleanupPatrick Totzke2011-11-26
* cleanupPatrick Totzke2011-11-05
* use string_decode instead of str.decodePatrick Totzke2011-10-22
* fix quoting in shlexPatrick Totzke2011-10-18
* cleanupPatrick Totzke2011-10-16
* pep8 fixesPatrick Totzke2011-10-16
* fix ! for shellescape and error handlingPatrick Totzke2011-10-16
* colect args in globals refine/searchPatrick Totzke2011-10-16
* helpstrings and pep8Patrick Totzke2011-10-16
* help stringsPatrick Totzke2011-10-15
* fix help without parametersPatrick Totzke2011-10-15
* utf8 fixes after shlexPatrick Totzke2011-10-15
* decorate envelope:toggletagPatrick Totzke2011-10-15
* use shlexPatrick Totzke2011-10-15