Skip to content

Instantly share code, notes, and snippets.

@bongoman
bongoman / wordmove_with_localbyflywheel.sh
Last active June 12, 2019 06:04 — forked from phillcoxon/wordmove_with_localbyflywheel.sh
Enable Wordmove with "Local by Flywheel".
#!/usr/bin/env bash
set -xu
RUBY_VERSION=2.6.3
LIBSSL_VERSION=$(dpkg -s libssl1.0.0 | grep -i ^version | awk '{print $2;}')
export LD_LIBRARY_PATH=/usr/lib/
apt-get update -y
apt-get upgrade -y
@varunagrawal
varunagrawal / on-exit-sync.py
Last active September 4, 2021 16:59
Script to sync Taskwarrior after each operation
#!/usr/bin/env python3
# This hooks script syncs task warrior to the configured task server.
# The on-exit event is triggered once, after all processing is complete.
# Make sure hooks are enabled and this hook script is executable.
# Run `task diag` for diagnostics on the hook.
import sys
import json