aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-09-10(s)sl: Switch to maim instead of scrotHEADmasterJohannes Löthberg2-4/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-10(s)sl: Use optipng to crunch the image sizesJohannes Löthberg2-2/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-10(s)sl: Let dumpwatch take care of uploadingJohannes Löthberg2-16/+28
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-10Add dumpwatch.zsh to upload dumpdir files to serverJohannes Löthberg1-0/+18
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-08tag-emails: Add arch-projects taggingJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-08snapshot: Fix sucess/failure message typoesJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-08snapshot: Update script based on zorg changesJohannes Löthberg1-9/+10
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-08-07snapshot: Move everything into functionJohannes Löthberg1-6/+12
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-08-07Add btrfs snapshot scriptJohannes Löthberg1-0/+15
2015-07-16add tag-emails scriptJohannes Löthberg1-0/+50
2015-07-16volumecontrol: Add mute-micJohannes Löthberg1-0/+3
2015-07-16volumecontrol: Use pactl instead of amixerJohannes Löthberg1-3/+5
2015-07-10Import setup-trackpoint scriptJohannes Löthberg1-0/+10
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-05-16learn-*: Use MAILDIR and fall back to ~/mailJohannes Löthberg2-4/+14
2015-05-16Use hyphens for filenamesJohannes Löthberg1-0/+0
2015-05-16volumecontrol.bash: Strip .bash extensionJohannes Löthberg1-0/+0
2015-05-16Add learn-{ham,spam}Johannes Löthberg2-0/+12
Two spambayes wrappers that uploads to theos
2015-05-16add sprunc, netcat sprunge clientJohannes Löthberg1-0/+15
Written in POSIX sh
2015-05-16Import git-credential-passJohannes Löthberg1-0/+35
this is a barely functional python script to be able to use passwords stored in pass(1) with git.
2015-05-16Add list-made-sigsJohannes Löthberg1-0/+14
Short script to list all keys in your keyring that you have signed
2015-05-16Add ancient addstatip scriptJohannes Löthberg1-0/+40
This script was used to add static IPs to dnsmasq's dhcp server when running a small experiment cluster thing at school. Import so that it's in the history.
2015-05-05add ssh_get_fprintJohannes Löthberg1-0/+85
Small ruby script that takes a public SSH key and prints the MD5 and SHA256 fingerprints
2015-05-05Drop pomf scriptsJohannes Löthberg2-36/+0
They've been having issues, and I have issues with their no-scripts message. Enable JavaScript you fucking autist neckbeard, it's not gonna hurt you
2015-05-05update pomf scriptsJohannes Löthberg2-4/+9
2015-04-26Add (s)slJohannes Löthberg2-0/+28
sl and ssl are scrot wrappers that scp the screenshots to theos and returns an https URL
2015-04-26Delete dexJohannes Löthberg1-781/+0
2015-04-26Add beze, dmenru for bemenuJohannes Löthberg1-0/+3
2014-12-17todo: remove unnecessary unsorted intermidiate dictJohannes Löthberg1-3/+1
2014-12-17todo: remove debug print statementsJohannes Löthberg1-3/+0
2014-12-17todo: spaces → tabsJohannes Löthberg1-83/+82
2014-12-17todo: remove unsued `exit` importJohannes Löthberg1-1/+0
2014-12-17todo: Move file parsing to top of parse_argsJohannes Löthberg1-9/+9
2014-12-17todo: Move vars in parse_args to approriate locationJohannes Löthberg1-2/+2
2014-12-17todo: print directly instead of appending to stringJohannes Löthberg1-6/+9
2014-12-17todo: loop over context array and add each to stringJohannes Löthberg1-1/+4
This commit changes the format of the todo file to use a table for the contexts instead of just a string
2014-12-17todo: color_bold descriptionJohannes Löthberg1-1/+3
2014-12-17todo: reorder import linesJohannes Löthberg1-1/+1
2014-12-17todo: rename task variable to entryJohannes Löthberg1-8/+8
2014-12-17todo: print header showing the todo file usedJohannes Löthberg1-0/+1
2014-12-17todo: split first line out into own functionJohannes Löthberg1-5/+12
2014-12-17todo: add format_priority to color priorityJohannes Löthberg1-1/+12
2014-12-17todo: replace sort_toml with more readable sort_dictJohannes Löthberg1-6/+20
2014-12-17todo: sorted_toml → todo_dictJohannes Löthberg1-4/+4
2014-12-17todo: add colorization functionsJohannes Löthberg1-0/+16
2014-12-17todo: switch from pytoml to tomlJohannes Löthberg1-4/+3
seemd toml can serialize too now.
2014-12-17todo: split argument parsing out to own functionJohannes Löthberg1-8/+33
2014-12-16todo: Add --id and --file to docstringJohannes Löthberg1-4/+6
2014-12-16todo.py → todoJohannes Löthberg1-0/+0
2014-10-12add dex script with -s switchJohannes Löthberg1-0/+781
2014-09-10Add basic todo.pyJohannes Löthberg1-0/+61
Currently it just prints the todo items from a TOML formated file. Should bother to add a function for adding and deleting todos sometime.