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