Skip to content

tuur29/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

Note: most of the scripts contain more info and a guide at the top of the file.

Config files & Cheat Sheets

My Gitconfig

Contains command shortcuts and abbreviations, as well as some useful more complicated functions.

Link

My ZSH config

Link

My Bash config

Specifically for git bash on Windows, might work on unix as well

Link

Code Snippets

Some useful JS, PHP, HTML, CSS and General code snippets for Visual Studio Code

Link

Windows key remaps

A few small keybindings for windows made with AutoHotKey

Link

Custom Search Engines

A list of all my custom search engines in Chrome.

Link or read more info

Visual Studio Code extensions

A list of all my VSC extensions

Link

Bash Cheat Sheet

A cheatsheet of some of my frequent shell commands so I don't have to scour StackOverflow each time.

Link

Google (Drive) Scripts

Table Of Contents

Fills a Google Sheet with all subfolders and files in a given Google Drive folder.

Link

Duplicates Finder

Makes a Google Sheet that lists all duplicate files in selected subfolders (same name & size).

Link

Check Trashed Items With Multiple Parents

This scripts checks recently removed files and folders and sends you an email when it finds items that had multiple parents.

Link

Home Automation

Amazon Dash button listener

Simplest way to hack your Amazon Dash buttons. Listen for packets sent by a dash button on the network.

Link

Toggle Sonoff S20 Power

Control your S20 without any hardware modifications or app.

Link

Cheap Wifi Doorbell

Send Pushbullet or Join notification if wireless doorbell rings (by connecting GPIO pin to LED wires).

Link

Lights On At Sunset

Enable a Phillips Hue profile when sun has gone down.

Link

Turn Off Forgotten Lights

Turn of Phillips Hue lights when a specific device hasn't been on the network for some time.

Link

Lights Off After Outage

Phillips Hue light have the pesky behaviour of turning on full brightness after a power outage. This script turns them off immediately after.

Link

Log all devices on network

Very simple script that keeps track of every connected device on the network. I use this to determine actions in other scripts.

Link

Schedule Command

Simple script to delay a predefined command by x minutes.

Link

Crawling & Downloaders

Recursive Torrent Starter

This script scans all subfolders for torrent files and starts downloading them in the same subfolder as said file.

Link

Download Tumblr With Tags In Filename

This script will download all photos from a Tumblr blog in the original quality and adds all used tags to the filename.

Link

Gaming

MC Server Log Watcher

This script parses a running Minecraft server log and sends a Pushbullet notification on certain events.

Link

Restart MC Server

This AutoHotkey script lets all online players know the server will be restarted before doing so.

Link

Data Viz

Time Value Pairs

Quickly visualize and offer some simple statistics for csv files with a unix timestamp and a corresponding integer value.

Link

Development

Deploy Build To Github Pages

This script will run a build command of your choice and push the output to the gh-pages branch. Made for webapps in JS Webapps.

Link

Automation

pauseGPMDP.js

Pause music on a locally running 'Google Play Music Desktop Player' instance.

Link

deleteArchivedTrelloCards.js

Remove all archived cards older than 14 days form a Trello board

Link