Update table syntax in markdown. Part 3

This commit is contained in:
lanxu 2017-03-25 14:36:32 +02:00
parent 4eeaf99013
commit 1071a4cd16

View File

@ -12,30 +12,25 @@ dropbox.py | Copyright (c) Dropbox, Inc. Changed to target python2
## Scripts by me ## Scripts by me
### Python
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
### Shell
Script | Description Script | Description
-----------------|------------------------------------------------------------- -----------------|-------------------------------------------------------------
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 at the same time
| prevents two or more instances of the same binary to run extract | Wrapper script for extract.py. Enables wildcards like extract *.rar
| at the same time
extract | Wrapper script for extract.py. Enables wildcards like
| extract *.rar
runDesktop.sh | Give this script .desktop file and it runs the program runDesktop.sh | Give this script .desktop file and it runs the program
runWinePrefix.sh | Give this script prefix name and binary and it runs wine runWinePrefix.sh | Give this script prefix name and binary and it runs wine with that prefix
| with that prefix sxiv_browser.sh | Awesome sxiv_browser.sh script. Ported from feh_browser.sh (https://wiki.archlinux.org/index.php/Talk:Feh)
sxiv_browser.sh | Awesome sxiv_browser.sh script. Ported from feh_browser.sh setTheme.sh | Set GTK2 and GTK3 themes in case lxappearance is unable to help
| https://wiki.archlinux.org/index.php/Talk:Feh
setTheme.sh | Set GTK2 and GTK3 themes in case lxappearance is unable to
| 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.