forked from Github/appendfilename
README: fixed documentation error; fixes #8
This commit is contained in:
parent
d470e12c91
commit
dd79bf97d0
1 changed files with 2 additions and 29 deletions
31
README.org
31
README.org
|
|
@ -230,7 +230,7 @@ Using GNU/Linux, this is quite easy accomplished. The only thing that
|
|||
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:
|
||||
~vk-appendfilename-interactive-wrapper-with-gnome-terminal.sh~ looks like:
|
||||
|
||||
#+BEGIN_SRC sh
|
||||
#!/bin/sh
|
||||
|
|
@ -243,19 +243,6 @@ script does provide a shell window for entering the tags.
|
|||
#end
|
||||
#+END_SRC
|
||||
|
||||
~vk-appendfilename-interactive-removing-wrapper-with-gnome-terminal.sh~
|
||||
looks like:
|
||||
#+BEGIN_SRC sh
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/gnome-terminal \
|
||||
--geometry=73x5+330+5 \
|
||||
--hide-menubar \
|
||||
-x /home/vk/src/appendfilename/appendfilename/__init__.py --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
|
||||
image files:
|
||||
|
|
@ -265,21 +252,7 @@ image files:
|
|||
: Name=appendfilename
|
||||
: GenericName=appendfilename
|
||||
: Comment=
|
||||
: Exec=/home/vk/src/misc/vk-appendfilename-interactive-adding-wrapper-with-gnome-terminal.sh %F
|
||||
: Icon=
|
||||
: Terminal=true
|
||||
: Type=Application
|
||||
: Categories=Application;Graphics;
|
||||
: hidden=false
|
||||
: MimeType=image/*;video/*;image/mpo;image/thm
|
||||
: Categories=X-Geeqie;
|
||||
|
||||
~$HOME/.config/geeqie/applications/remove-tags.desktop~ looks like:
|
||||
: [Desktop Entry]
|
||||
: Name=appendfilename
|
||||
: GenericName=appendfilename
|
||||
: Comment=
|
||||
: Exec=/home/vk/src/misc/vk-appendfilename-interactive-removing-wrapper-with-gnome-terminal.sh %F
|
||||
: Exec=/home/vk/src/misc/vk-appendfilename-interactive-wrapper-with-gnome-terminal.sh %F
|
||||
: Icon=
|
||||
: Terminal=true
|
||||
: Type=Application
|
||||
|
|
|
|||
Loading…
Reference in a new issue