README: improved GitHub rendering syntax

This commit is contained in:
Karl Voit 2018-05-06 13:00:30 +02:00
parent d63cbad30c
commit fad0c5d93e

View file

@ -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