Update table syntax in markdown

master
lanxu 2017-03-25 14:32:16 +02:00
parent a9ad2dc856
commit 346d0dcced
1 changed files with 5 additions and 5 deletions

View File

@ -4,22 +4,22 @@ This is a general collection of useful scripts used by me. Most of the scripts a
## Scripts by others ## Scripts by others
Script | Description Script | Description
-------------+---------------------------------------------------------------- -------------|----------------------------------------------------------------
dropbox.py | Copyright (c) Dropbox, Inc. Changed to target python2 dropbox.py | Copyright (c) Dropbox, Inc. Changed to target python2
| https://www.dropbox.com/download?dl=packages/dropbox.py | https://www.dropbox.com/download?dl=packages/dropbox.py
-------------+----------------------------------------------------------------
## Scripts by me ## Scripts by me
Script | Description Script | Description
-----------------+------------------------------------------------------------- -----------------|-------------------------------------------------------------
getGPUTemp.py | Fetches GPU temperature as float. Logging enabled getGPUTemp.py | Fetches GPU temperature as float. Logging enabled
encodeVP9.py | Encodes files to VP9 encodeVP9.py | Encodes files to VP9
extract.py | Extracts input files with directory awareness extract.py | Extracts input files with directory awareness
| (similar to nautilus) | (similar to nautilus)
run-desktop.py | Run .desktop file run-desktop.py | Run .desktop file
-----------------+------------------------------------------------------------- -----------------|-------------------------------------------------------------
run-once | Wrapper script to run executable only once. In short, it run-once | Wrapper script to run executable only once. In short, it
| prevents two or more instances of the same binary to run | prevents two or more instances of the same binary to run
| at the same time | at the same time
@ -32,7 +32,7 @@ sxiv_browser.sh | Awesome sxiv_browser.sh script. Ported from feh_browser.sh
| https://wiki.archlinux.org/index.php/Talk:Feh | https://wiki.archlinux.org/index.php/Talk:Feh
setTheme.sh | Set GTK2 and GTK3 themes in case lxappearance is unable to setTheme.sh | Set GTK2 and GTK3 themes in case lxappearance is unable to
| help | help
-----------------+-------------------------------------------------------------
## Other remarks ## Other remarks
There are a few scripts that are just thrown to the mix in case I need them at some point. There are a few scripts that are just thrown to the mix in case I need them at some point.