Skip to content

Instantly share code, notes, and snippets.

View frebib's full-sized avatar

Joe Groocock frebib

View GitHub Profile
#!/bin/sh
set -e
dir=${1:-"${HOME}/git/"}
since=${2:-"yesterday.midnight"}
author=${3:-"$(git config user.email)"}
repos=$(find "$dir" -mindepth 1 -maxdepth 1 -type d)
for project in ${repos}; do
@frebib
frebib / rofi-emoji.sh
Last active April 12, 2018 02:21 — forked from NearHuscarl/rofi-emoji.sh
Rofi emoji picker
#!/usr/bin/env bash
# Source: https://gist.github.com/Tadly/0741821d3694deaec1ee454a95c591fa
#
# Use rofi to pick emoji because that's what this
# century is about apparently...
#
# Requirements:
# rofi, xclip, xdotool, curl, xmllint
#
# Usage: