Skip to content

Instantly share code, notes, and snippets.

View dgfitch's full-sized avatar

Dan Fitch dgfitch

View GitHub Profile
@dgfitch
dgfitch / git-checkpoint.sh
Created April 28, 2015 17:58
git-checkpoint: Script to allow non-git-experts to use git with a single command, "git checkpoint"
#!/bin/sh
# git-checkpoint
# ==============
# Minimal version tracking with git using a single command.
#
# Intended to ease people new to git into easy versioning
# in a single server repository location, but they can also
# expand on their knowledge and use other git commands as
# they learn.
@SonoSooS
SonoSooS / bandcamp.lua
Last active February 18, 2021 19:05
Bandcamp VLC plugin
--[[--
bandcamp.lua - Bandcamp album/track player plugin
Copyright (C) 2016-2018 Sono (https://github.com/MarcuzD)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but