Skip to content

Instantly share code, notes, and snippets.

View mbarbieri's full-sized avatar
🏠
Working from home

Matteo Barbieri mbarbieri

🏠
Working from home
  • Sysdig
  • Padova, Italy
View GitHub Profile
@mbarbieri
mbarbieri / gh-branches.rb
Created January 9, 2020 09:30 — forked from digitalpardoe/the_arborist.rb
Find Un-Deleted Branches from Closed PRs and Stale Branches
#!/usr/bin/env ruby
require 'octokit'
require 'highline/import'
require 'colorize'
require 'byebug'
require 'csv'
require 'active_support/time'
token = ask("Enter your Github personal access token: ") { |q| q.echo = "*" }
@mbarbieri
mbarbieri / README.md
Created February 15, 2016 16:49 — forked from yannrouillard/README.md
Dashing hot status widget

Dashing Hot Status Widget

You like the Dashing Hotness Widget and you like the text widget ? You will love the Dashing Hot Status Widget !

About

This widget is heavily inspired by the hotness widget except it will change its color based on the text displayed instead of the status text displayed (OK, WARNING, CRITICAL or UNKNOWN)

@mbarbieri
mbarbieri / i3status.conf
Last active August 29, 2015 14:09 — forked from rafi/i3status.conf
i3 Configuration
# github.com/rafi i3status config
# i3status configuration file
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
####################################
# BASIC REQUIREMENTS
# http://graphite.wikidot.com/installation
# http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/
# Last tested & updated 10/03/2012
####################################
sudo apt-get update
sudo apt-get upgrade