On Mon, Oct 10, 2011 at 10:14 AM, Edward K. Ream <[email protected]> wrote: > Omg, why doesn't Leo support ! in the minibuffer, a la IPython? This > would execute the rest of the minibuffer a system command. For > example: > > <alt-x>!cd ~<return> > > Isn't this dead easy? Well, not completely easy. Leo already has a > shell-command command, but it crashes :-) > > Anyway, <alt-x>! is pretty light. I'll do it today. > > Perhaps some of IPython's magic commands would also be worth > emulating, although @button/@command already are more capable than > %macro... > > Your comments, please.
This is hybrid vim / shell: I miss vim's idiom to put shell output into my file: :r !ls which puts the output of `ls` at the cursor position. > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/leo-editor?hl=en. > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
