File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ It is written in python using the [urwid][urwid] toolkit.
5
5
[ ![ Code Issues] [ quantcode-img ]] [ quantcode ]
6
6
7
7
Have a look at the [ user manual] [ docs ] for installation notes, advanced usage,
8
- customization and hacking guides.
8
+ customization, hacking guides and [ frequently asked questions ] [ FAQ ] .
9
9
10
10
Do comment on the code or file issues!
11
11
@@ -48,6 +48,7 @@ See the [manual][docs] for more usage info.
48
48
[ notmuch ] : http://notmuchmail.org/
49
49
[ urwid ] : http://excess.org/urwid/
50
50
[ docs ] : http://alot.rtfd.org
51
+ [ FAQ ] : http://alot.readthedocs.io/en/latest/faq.html
51
52
[ features ] : https://github.com/pazz/alot/issues?labels=feature
52
53
[ travis ] : https://travis-ci.org/pazz/alot
53
54
[ quantcode ] : https://www.quantifiedcode.com/app/project/c5aaa4739c5b4f6eb75eaaf8c01da679
Original file line number Diff line number Diff line change 47
47
Most `text based browsers <http://en.wikipedia.org/wiki/Text-based_web_browser >`_ have
48
48
a dump mode that can be used here.
49
49
50
- 6. Why are you $THIS not $THAT way?
50
+ 6. Why are you doing $THIS not $THAT way?
51
51
52
52
Lazyness and Ignorance: In most cases I simply did not or still don't know a better solution.
53
53
I try to outsource as much as I can to well established libraries and be it only to avoid
58
58
59
59
The few exceptions to above stated rule are the following:
60
60
61
- * CLI option parsing is done using twisted.usage.Options, and not (as e.g. in-app command parsing)
61
+ * CLI option parsing is done using ` twisted.usage.Options ` , and not (as e.g. in-app command parsing)
62
62
via argparse. The reason is that argparse does not yet offer optional subcommands.
63
63
* The modules cmd and cmd2, that handle all sorts of convenience around command objects
64
64
hate urwid: They are painfully strongly coupled to user in/output via stdin and out.
You can’t perform that action at this time.
0 commit comments