Skip to content

Instantly share code, notes, and snippets.

@aeakett
aeakett / ingest.sh
Created April 29, 2014 18:45 — forked from ae-s/ingest.sh
#!/bin/bash
display -sample 600 $1 2>&1 >/dev/null &
viewer_pid=$!
sleep 0.5
echo '===='
echo 'What is the date shown? YYYY-MM-DD'
read -p 'date> ' -e -i "$date" date
@aeakett
aeakett / find_dupe_ids
Last active August 29, 2015 14:13
Find duplicate IDs in an HTML file
grep -Ho 'id="[^"]*"' <FILE NAME GOES HERE>|sort|uniq -d
@aeakett
aeakett / solarized.xml
Created March 23, 2016 12:50
rough pass at making a Solarized theme for muCommander
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<!-- = File table appearance ========================= -->
<!-- ================================================= -->
<file_table>
<font family="Consolas" size="13"/>
<border color="404040"/>
<inactive_border color="404040"/>
<outline color="073642"/>
<inactive_outline color="cccccc"/>