Project

gistr

0.03
No commit activity in last 3 years
No release in over 3 years
Command line utility to post gists to a tumble log.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Gistr¶ ↑

A simple tool to post gists to tumblr.

The Problem¶ ↑

Tumblr does not have a way to post code snippets simply and the current solutions are lacking.

CSS changes¶ ↑

To make everything pretty, I have added the following CSS rules to my tumblr

.gist {
    line-height: 1.3em !important;
    color: #ffffff !important;
}

.gist .gist-file {
    border: 0 !important;
}

.gist .gist-file .gist-data {
    background-color: transparent !important;
    padding-bottom: 1em;
}