Skip to content

Instantly share code, notes, and snippets.

View elmerehbi's full-sized avatar

Ibrahim El Merehbi elmerehbi

View GitHub Profile
@elmerehbi
elmerehbi / keybindings.pl
Created November 5, 2016 22:16 — forked from elgalu/keybindings.pl
Export Ubuntu shortcuts: keybindings.pl -e keys.csv ;; Import (DANGER) Ubuntu shortcuts: keybindings.pl -i keys.csv
#!/usr/bin/perl
use strict;
my $action = '';
my $filename = '-';
for my $arg (@ARGV){
if ($arg eq "-e" or $arg eq "--export"){
$action = 'export';