Skip to content

Instantly share code, notes, and snippets.

View Falkor's full-sized avatar

Sebastien Varrette Falkor

View GitHub Profile
@Falkor
Falkor / bugwarriorrc
Created July 18, 2018 13:17
bugwarriorrc template document
# bugwarriorrc -- Configuration file for Bugwarrior (see https://bugwarrior.readthedocs.io)
##############################################################################
# General stuff.
[general]
targets = gitlab.<domain>, github.com
# If unspecified, the default taskwarrior config will be used.
#taskrc = /path/to/.taskrc
@Falkor
Falkor / do_bugwarrior_pull.sh
Created July 16, 2018 14:51
Wrapper over bugwarrior-pull to sustain stalled cron runs
#! /bin/bash
################################################################################
# do_bugwarrior_pull.sh - Perform the 'bugwarrior-pull' command
# See https://bugwarrior.readthedocs.io
# Time-stamp: <Wed 2017-11-22 14:58 svarrette>
#
# Copyright (c) 2017 Sebastien Varrette <Sebastien.Varrette@uni.lu>
################################################################################
LOCKFILE=$HOME/.config/task/bugwarrior.lockfile

Keybase proof

I hereby claim:

  • I am falkor on github.
  • I am svarrette (https://keybase.io/svarrette) on keybase.
  • I have a public key ASB0v7lf1g-f2aGdEe2gF38oeKdTihJ1lgq3jvXult7RQgo

To claim this, I am signing this object:

@Falkor
Falkor / myapp.rb
Last active November 5, 2016 13:11
#!/usr/bin/ruby
#########################################
# myapp.rb
# Time-stamp: <Sat 2016-11-05 10:42 svarrette>
#
# @description Sample Thor-based CLI to illustrate help display issue
##############################################################################
require 'thor'
require 'thor/actions'
#!/bin/bash
# Time-stamp: <Tue 2021-08-31 14:26 svarrette>
################################################################################
# Pre-commit hook to avoid accidentally adding unencrypted files with
# [git-crypt](https://www.agwa.name/projects/git-crypt/)
# Fix to [Issue #45](https://github.com/AGWA/git-crypt/issues/45)
#
# Usage:
# $ cd /path/to/repository
# $ git-crypt init
@Falkor
Falkor / Falkor.plist
Last active January 10, 2019 08:07
Personal custom key bindings for [MailMate](http://freron.com/)
{
// File: ~/Library/Application Support/MailMate/Resources/KeyBindings/Falkor.plist
// Copyright (c) 2014 Sebastien Varrette <Sebastien.Varrette@uni.lu>
// adapted from: http://mail.google.com/support/bin/answer.py?answer=6594
"/" = "mailboxSearch:";
"j" = "nextThread:";
"k" = "previousThread:";
"o" = "openMessages:"; // Gmail: Also expands or collapses a message if you are in 'Conversation View.'
"s" = "toggleFlag:";