(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf
:
import ledger | |
journal = ledger.read_journal(" LEDGER FILE PATH HERE ") | |
print """<html> | |
<head> | |
<title>Rental Ledger</title> | |
<link rel="stylesheet" href="javascript/jquery.tablesorter/themes/blue/style.css" type="text/css" id="" media="print, projection, screen" /> | |
<script type="text/javascript" src="javascript/jquery.js"></script> | |
<script type="text/javascript" src="javascript/jquery.tablesorter/jquery.tablesorter.js"></script> | |
<script type="text/javascript" id="js"> | |
$(document).ready(function() { |
Given a puppet tree (with manifest and modules) dir
When rspec-puppet tests and puppet lint tests pass
Instead of re-running test on all possible roles
I want to calculate what roles (classes) were impacted in between revision of the puppet tree
Roles would translate to classes in puppet tree with a special prefix f.i. role_