From 879b4b32f2088193ac5d5c124216c5d87b6e8755 2007-10-30 14:28:10 From: vivainio Date: 2007-10-30 14:28:10 Subject: [PATCH] add 'ipython here' shell extension --- diff --git a/doc/examples/ipython_here_shell_extension.reg b/doc/examples/ipython_here_shell_extension.reg new file mode 100644 index 0000000..48b6b7e --- /dev/null +++ b/doc/examples/ipython_here_shell_extension.reg @@ -0,0 +1,6 @@ + Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\Directory\shell\IPython here] + +[HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command] +@="cmd.exe /K ipython.py -p sh -i -c \"%cd %1\"" \ No newline at end of file