put the function in your .zshrc or .bashrc and then
~ ia-save http://twitter.com/atomotic
https://web.archive.org/web/20140702123925/http://twitter.com/atomotic
#!/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 |
put the function in your .zshrc or .bashrc and then
~ ia-save http://twitter.com/atomotic
https://web.archive.org/web/20140702123925/http://twitter.com/atomotic
grep -Ho 'id="[^"]*"' <FILE NAME GOES HERE>|sort|uniq -d |
<?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"/> |