Some time ago I added a few scripts in the form of *@button* nodes that did useful things with the outline's current directory:
- Open a command window/terminal at the current directory; - Open a file manager window at the current directory; - Copy the current directory to the clipboard. "Current directory" means the directory in effect at the selected node - e.g., *@path*, *@file*, etc., otherwise the outline's directory. The Leo method used by these scripts changed and caused these scripts to sometimes go to the parent directory instead. I've changed the code to work as intended, and I changed from using the os.path library to pathlib. These changes have been merged into the "master" branch of TomPassinScripts.leo in the leo-editor-contrib repo on GitHub. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/16d518c7-c710-46bc-ae27-6a5d9333d11an%40googlegroups.com.
