git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-04-26 12:11:24 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-04-26 12:11:24 +0200
commit9873bfbf2debc50fc04372f18c2c5e398e3e33e8 (patch)
tree861eb436921ea28933ae4b280f858e070f6f22a1
parent3133cb3cc7aed1481584a73597d7164088b47d13 (diff)
downloaddotfiles-9873bfbf2debc50fc04372f18c2c5e398e3e33e8.tar.bz2
+voicemsg alias
-rw-r--r--.bash/aliases.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash/aliases.bash b/.bash/aliases.bash
index e79fb2d..e4e6d0c 100644
--- a/.bash/aliases.bash
+++ b/.bash/aliases.bash
@@ -20,6 +20,11 @@ alias scredit='gimp "${SCRSHDIR}/$(ls -rt1 $SCRSHDIR/|tail -n1)"'
alias scrview='pqiv -i "${SCRSHDIR}/$(ls -rt1 $SCRSHDIR/|tail -n1)"'
alias fuck='sudo $(history -p \!\!)'
alias x509-out='openssl x509 -text -certopt no_version,no_pubkey,no_sigdump,no_aux,no_header -noout -in'
+alias isocreate='rm -vf /tmp/image.iso && mkisofs -v -r -J -translation-table -hide-joliet-trans-tbl -iso-level 4 -o /tmp/image.iso'
+#alias isoburn='sudo cdrecord -v -speed=10 dev=/dev/sr0 -data'
+alias isoburn='sudo cdrecord -v dev=/dev/sr0 -data'
+# voice messages e.g. for whatsapp (on libpurple). use "voicemsg OUTPUT.ogg"
+alias voicemsg = 'ffmpeg -f pulse -i default -ac 1 -ar 16000 -c:a libopus -y'
# ----- CHOO CHOO ----- #
if command -v sl >/dev/null;then
alias sl='sl -e'