time.google.com
time1.google.com
time2.google.com
time3.google.com
#!/bin/bash | |
# latest-thunderbird Version 0.1 | |
# This script will find the latest Thunderbird binary package, download it | |
# and repackage it into Slackware format. | |
# It's shamelessly copied from ruario's latest-firefox.sh script, | |
# hope he doesn't mind. :P | |
# Copyright 2018 Ruari Oedegaard, Oslo, Norway |
Get Git log in JSON format
git log --pretty=format:'{%n "commit": "%H",%n "abbreviated_commit": "%h",%n "tree": "%T",%n "abbreviated_tree": "%t",%n "parent": "%P",%n "abbreviated_parent": "%p",%n "refs": "%D",%n "encoding": "%e",%n "subject": "%s",%n "sanitized_subject_line": "%f",%n "body": "%b",%n "commit_notes": "%N",%n "verification_flag": "%G?",%n "signer": "%GS",%n "signer_key": "%GK",%n "author": {%n "name": "%aN",%n "email": "%aE",%n "date": "%aD"%n },%n "commiter": {%n "name": "%cN",%n "email": "%cE",%n "date": "%cD"%n }%n},'
The only information that aren't fetched are:
%B
: raw body (unwrapped subject and body)%GG
: raw verification message from GPG for a signed commitThese scripts are for people who want an alternative to the official Slackware provided makepkg
.
Why would you want that?
Two versions are provided:
// ==UserScript== | |
// @name LinkDragSelectionForChrome | |
// @description Opera like link selection for chrome. | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @license MIT License | |
// @match http://*/* | |
// @match https://*/* | |
// @version 0.0.1 | |
// ==/UserScript== |