diff --git a/README.org b/README.org index 69584cf..073d987 100644 --- a/README.org +++ b/README.org @@ -314,7 +314,19 @@ If they don't match, following script re-writes ~accels.scm~ with the current ID : echo "(gtk_accel_path \"/ThunarActions/uca-action-$ID\" \"$myshortcut\")" >> $HOME/.config/Thunar/accels.scm : #+END_SRC -** Integration into Windows Explorer for single files +** Integration into Windows File Explorer + +The easiest way to integrate =appendfilename= into File Explorer +("Send to" context menu) is by using [[https://github.com/novoid/integratethis][integratethis]]. + +Execute this in your command line environment: + +: pip install appendfilename integratethis +: integratethis appendfilename --confirm + +*** Windows File Explorer for single files (manual method) + +Use this only if the [[https://github.com/novoid/integratethis][integratethis]] method can not be applied: Create a registry file =add_appendfilename_to_context_menu.reg= and edit it to meet the following template. Please make sure to replace the paths @@ -340,7 +352,9 @@ As the heading and the link name suggests: [[https://stackoverflow.com/questions files]]. So if you select three files and invoke this context menu item, you will get three different filetag-windows to tag one file each. -** Integration into Windows Explorer for single and multiple selected files +*** Windows File Explorer for single and multiple selected files (manual method) + +Use this only if the [[https://github.com/novoid/integratethis][integratethis]] method can not be applied: Create a batch file in your home directory. Adapt the paths to meet your setup. The content looks like: