Go to file
2017-03-25 14:34:24 +02:00
attic Refactored. Fixed README. 💪 2017-03-25 14:30:15 +02:00
.hgignore Reorganized scripts. added a few more 2017-02-18 09:32:51 +02:00
dropbox.py Added scripts from T400 2017-02-18 09:39:31 +02:00
encodeVP9.py Initial commit 2015-04-25 19:16:45 +03:00
extract Readded extract shell script 2017-03-19 20:05:33 +02:00
extract.py Extract.py: Fixed bugs, added command line parameters and cleaned up code 2017-03-25 03:00:57 +02:00
getGPUTemp.py GPU temp script is now checks commands 2017-02-19 23:30:12 +02:00
README.md Update table syntax in markdown. Part 2 2017-03-25 14:34:24 +02:00
run-desktop.py Added script to run .desktop files from the command line 2015-07-05 17:51:04 +03:00
run-once Initial commit 2015-04-25 19:16:45 +03:00
runDesktop.sh Added scripts from T400 2017-02-18 09:39:31 +02:00
runWinePrefix.sh Reorganized scripts. added a few more 2017-02-18 09:32:51 +02:00
setTheme.sh Reorganized scripts. added a few more 2017-02-18 09:32:51 +02:00
sxiv_browser.sh Reorganized scripts. added a few more 2017-02-18 09:32:51 +02:00

Script collection by lanxu 💪

This is a general collection of useful scripts used by me. Most of the scripts are written or modified by me.

Scripts by others

Script Description
dropbox.py Copyright (c) Dropbox, Inc. Changed to target python2
https://www.dropbox.com/download?dl=packages/dropbox.py

Scripts by me

Script Description
getGPUTemp.py Fetches GPU temperature as float. Logging enabled
encodeVP9.py Encodes files to VP9
extract.py Extracts input files with directory awareness
(similar to nautilus)
run-desktop.py Run .desktop file
Script Description
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
extract Wrapper script for extract.py. Enables wildcards like
extract *.rar
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
with that prefix
sxiv_browser.sh Awesome sxiv_browser.sh script. Ported from feh_browser.sh
https://wiki.archlinux.org/index.php/Talk:Feh
setTheme.sh Set GTK2 and GTK3 themes in case lxappearance is unable to
help

Other remarks

There are a few scripts that are just thrown to the mix in case I need them at some point.

convertAtlasXMLToJson.php (convert sprite atlases to json) sortPackagesBySize.sh (pacman script to sort packages by used size)