README: integratethis method

This commit is contained in:
Karl Voit 2020-03-22 14:59:15 +01:00
parent a706ef181b
commit 39b65a2b11

View file

@ -314,7 +314,19 @@ If they don't match, following script re-writes ~accels.scm~ with the current ID
: echo "(gtk_accel_path \"<Actions>/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: