init lab bin

This commit is contained in:
ackman678
2019-02-05 19:30:40 -08:00
commit e86353cd6b
15 changed files with 456 additions and 0 deletions

9
mv2figs.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
#mv2figs: used by the <cmd-z> screenshot shortcut set in .config/i3/config
#default image location
blobFolder=$HOME/figures
mv $1 $blobFolder/$1
echo "<figure><img src=\""$(basename $blobFolder)/$1"\" width=\"500px\"><figcaption></figcaption></figure>" | xclip -selection clipboard