mirror of
https://github.com/novoid/appendfilename.git
synced 2026-02-16 12:54:15 +00:00
README: improved GitHub rendering syntax
This commit is contained in:
parent
d63cbad30c
commit
fad0c5d93e
1 changed files with 23 additions and 18 deletions
41
README.org
41
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue