scripts/README.md

47 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2017-03-25 14:30:15 +02:00
# Script collection by lanxu :muscle:
This is a general collection of useful scripts used by me. Most of the scripts are written or modified by me.
2022-04-03 22:54:40 +03:00
## Disclaimer
Totally out-of-date. Will be updated in the future!
2017-03-25 14:30:15 +02:00
## Scripts by others
Script | Description
2017-03-25 14:32:16 +02:00
-------------|----------------------------------------------------------------
2017-03-25 14:30:15 +02:00
dropbox.py | Copyright (c) Dropbox, Inc. Changed to target python2
| https://www.dropbox.com/download?dl=packages/dropbox.py
2017-03-25 14:32:16 +02:00
2017-03-25 14:30:15 +02:00
## Scripts by me
### Python
2017-03-25 14:30:15 +02:00
Script | Description
2017-03-25 14:32:16 +02:00
-----------------|-------------------------------------------------------------
2017-03-25 14:30:15 +02:00
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)
2017-03-25 14:30:15 +02:00
run-desktop.py | Run .desktop file
2017-12-17 14:49:28 +02:00
tools/gdx-atlas-to-phaser-atlas.py | convert [gdx-texture-packer-gui](https://github.com/crashinvaders/gdx-texture-packer-gui) atlas to Phaser atlas
### Shell
Script | Description
2017-03-25 14:32:16 +02:00
-----------------|-------------------------------------------------------------
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
2017-03-25 14:30:15 +02:00
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
2017-12-17 14:49:28 +02:00
search.sh | Search current directory recursively with regex.
lastpass.sh | I fed up with the browser extension. This is a wrapper for lpass binary provided by lastpass.
2017-03-25 14:30:15 +02:00
## Other remarks
There are a few scripts that are just thrown into the mix in case I need them at some point.
2017-03-25 14:30:15 +02:00
convertAtlasXMLToJson.php (convert sprite atlases to json)
sortPackagesBySize.sh (pacman script to sort packages by used size)