Go to file
lanxu dccfecec74 Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
applications Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
attic Refactored. Fixed README. 💪 2017-03-25 14:30:15 +02:00
lib Major update to the existing python scripts and added creategif and tool for 256 color terms 2018-05-21 21:32:35 +03:00
maintenance Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
systemd Grammar improvements and more information 2019-06-27 16:48:19 +03:00
tools Added gif2spritesheet tool 2018-10-20 19:12:55 +03:00
.hgignore Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
README.md Updated README 2017-12-17 14:49:28 +02:00
creategif.py Change python to python3 in creategif 2019-04-22 13:44:14 +03:00
docker-clean Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
dunst_message.sh Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
echo.sh Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
encode-vp9.py Automatic authentication and improved support for firefox and tablets 2021-07-25 17:02:55 +03:00
extract Readded extract shell script 2017-03-19 20:05:33 +02:00
extract.py Major update to the existing python scripts and added creategif and tool for 256 color terms 2018-05-21 21:32:35 +03:00
gen-ctags.sh Major update to the existing python scripts and added creategif and tool for 256 color terms 2018-05-21 21:32:35 +03:00
gputemp.py Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
htpasswd.sh Added htpasswd replacement for systems without apache 2018-01-11 20:55:39 +02:00
hubic.py Added hubic status script 2018-10-20 19:15:34 +03:00
i3-disable-standby-fs.py Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
imv-dir Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
keepass.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
killwine Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
lastpass.sh Major update to the existing python scripts and added creategif and tool for 256 color terms 2018-05-21 21:32:35 +03:00
lock.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
md_create_eplist.py Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
powermenu.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
ranger.sh Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
run-desktop.py Added script to run .desktop files from the command line 2015-07-05 17:51:04 +03:00
run-desktop.sh Updated script names. Added Wine association remover 2017-07-15 19:11:26 +03:00
run-once Initial commit 2015-04-25 19:16:45 +03:00
run-wine-prefix.sh Wine script now removes extra params 2019-05-18 13:05:44 +03:00
screenoff.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
screensaver.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
screenshot.py Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
search.sh Added search.sh to make recursive grep searches 2017-12-17 14:42:59 +02:00
setup_table_sway.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
setup_tablet.sh Automatic authentication and improved support for firefox and tablets 2021-07-25 17:02:55 +03:00
startwayland Fixed typo 2021-07-25 17:08:17 +03:00
steam Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
sway_lock.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
sxiv_browser.sh sxiv_browser supports archives 2018-10-20 19:13:27 +03:00
togglehdmiaudio.sh Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
udevmonitord.py Added udevmonitord to monitor udev changes 2019-05-18 13:04:02 +03:00

README.md

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

Python

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
tools/gdx-atlas-to-phaser-atlas.py convert gdx-texture-packer-gui atlas to Phaser atlas

Shell

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
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.

Other remarks

There are a few scripts that are just thrown into 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)