Mercurial > python-cmd2
comparison docs/pycon2010/pycon2010.rst @ 347:432ccab7c6c8
going to try moving output redirection to outside precmd, postcmd hooks
author | catherine@Drou |
---|---|
date | Tue, 16 Feb 2010 16:33:47 -0500 |
parents | 49dd1ce6cfd6 |
children | 8a5bc9f5c28e |
comparison
equal
deleted
inserted
replaced
346:49dd1ce6cfd6 | 347:432ccab7c6c8 |
---|---|
196 cmd2 | 196 cmd2 |
197 ==== | 197 ==== |
198 | 198 |
199 Third-party module in PyPI | 199 Third-party module in PyPI |
200 | 200 |
201 What you get | 201 Absolutely free |
202 ============ | 202 =============== |
203 | 203 |
204 * Script files | 204 * Script files |
205 * Commands at invocation | 205 * Commands at invocation |
206 * Output redirection | 206 * Output redirection |
207 * Python | 207 * Python |
208 * Transcript-based testing | 208 * Transcript-based testing |
209 | 209 |
210 * Searchable command history | 210 But wait, there's more |
211 * Quitting the application | 211 ====================== |
212 * Comments | 212 |
213 * Misc. pre-defined commands | 213 * Abbreviated commands |
214 | 214 * Shell commands |
215 More | 215 * Quitting |
216 ==== | |
217 | |
218 * Case-insensitivity | |
219 * Shortcuts | |
220 * Default to shell | |
221 * Timing | 216 * Timing |
222 * Echo | 217 * Echo |
223 * Debug | 218 * Debug |
224 * Other user-settable parameters | 219 |
220 For a few keystrokes more... | |
221 ============================ | |
222 | |
223 * Default to shell | |
224 * Color output | |
225 * Shortcuts | |
226 | |
227 But wait, there's more | |
228 ====================== | |
229 | |
230 * Case-insensitive commands | |
231 * Abbreviated commands | |
232 * Quitting | |
233 * Timing | |
234 * Echo | |
235 * Debug | |
236 * Color output | |
237 | |
238 | |
239 More | |
240 ==== | |
241 | |
242 * Case-insensitivity | |
243 * One-character shortcuts | |
244 * Default to shell | |
245 |