diff --git a/README.org b/README.org index 6d658f2..c43df24 100644 --- a/README.org +++ b/README.org @@ -185,27 +185,32 @@ is not straight forward is the need for a wrapper script. The wrapper script does provide a shell window for entering the tags. ~vk-appendfilename-interactive-adding-wrapper-with-gnome-terminal.sh~ looks like: -: #!/bin/sh -: -: /usr/bin/gnome-terminal \ -: --geometry=73x5+330+5 \ -: --tab-with-profile=big \ -: --hide-menubar \ -: -x /home/vk/src/appendfilename/appendfilename/__init__.py --interactive "${@}" -: -: #end + +#+BEGIN_SRC sh +#!/bin/sh + +/usr/bin/gnome-terminal \ + --geometry=73x5+330+5 \ + --tab-with-profile=big \ + --hide-menubar \ + -x /home/vk/src/appendfilename/appendfilename/__init__.py --interactive "${@}" + +#end +#+END_SRC ~vk-appendfilename-interactive-removing-wrapper-with-gnome-terminal.sh~ looks like: -: #!/bin/sh -: -: /usr/bin/gnome-terminal \ -: --geometry=73x5+330+5 \ -: --tab-with-profile=big \ -: --hide-menubar \ -: -x /home/vk/src/appendfilename/appendfilename/__init__.py --interactive --remove "${@}" -: -: #end +#+BEGIN_SRC sh +#!/bin/sh + +/usr/bin/gnome-terminal \ + --geometry=73x5+330+5 \ + --tab-with-profile=big \ + --hide-menubar \ + -x /home/vk/src/appendfilename/appendfilename/__init__.py --interactive --remove "${@}" + +#end +#+END_SRC In ~$HOME/.config/geeqie/applications~ I wrote two desktop files such that geeqie shows the wrapper scripts as external editors to its