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:
| { | |
| // 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:"; |
| #!/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 |
| #!/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' |
I hereby claim:
To claim this, I am signing this object:
| #! /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 |
| # 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 |
Test report for easybuilders/easybuild-easyconfigs#7234
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
| #!/usr/bin/env bash | |
| # | |
| # Script to remove GPG user (recipient) with git-crypt | |
| # | |
| # It will re-initialize git-crypt for the repository and re-add all keys except | |
| # the one requested for removal. | |
| # | |
| # Note: You still need to change all your secrets to fully protect yourself. | |
| # Removing a user will prevent them from reading future changes but they will | |
| # still have a copy of the data up to the point of their removal. |
Test report for easybuilders/easybuild-easyconfigs#10294
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
Test report for easybuilders/easybuild-easyconfigs#10305
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)