sponsor Vim development Vim logo Vim Book Ad

pyconsole_vim.vim : PyConsole - embedded console session in windows Vim

 script karma  Rating 8/6, Downloaded by 1014  Comments, bugs, improvements  Vim wiki

created by
Michael Graz
 
script type
utility
 
description
This plugin allows for the execution of windows based command line commands such as "dir", "findstr" or "ping" directly within a vim buffer.

Start up an embedded console from within vim by:
        :call PyConsole()
    or the windows command line by:
        gvim "+call PyConsole()"

See http://pyconsole.googlecode.com/ for a flash demo.

Requirements:
- Vim 7.0 or above: http://www.vim.org/download.php#pc
- Python 2.4 or above: http://www.python.org/download/windows/
- Python for Windows extensions: http://sourceforge.net/projects/pywin32/
- Python ctypes module (not necessary for Python 2.5 and above): http://sourceforge.net/projects/ctypes/

Based on the Python PyConsole project.
 
install details
Installation instructions:
- Download pyconsole_vim.zip
- Extract the files into your vim plugin directory (typically "C:\Program Files\Vim\vimfiles\plugin")
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
pyconsole_vim.zip 1.0 2007-07-30 7.0 Michael Graz Initial upload
ip used for rating: 3.17.79.60

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github