From 31a0996a577f39daa30aecfeb6a39fb626e26f4d Mon Sep 17 00:00:00 2001 From: hex7c Date: Sat, 28 May 2022 08:03:15 +0000 Subject: [PATCH] Upload files to '' --- mdplay | 3 +++ mp | 4 ++++ mplay | 3 +++ recrd | 1 + 4 files changed, 11 insertions(+) create mode 100644 mdplay create mode 100644 mp create mode 100644 mplay create mode 100644 recrd diff --git a/mdplay b/mdplay new file mode 100644 index 0000000..f574a16 --- /dev/null +++ b/mdplay @@ -0,0 +1,3 @@ +#!/bin/zsh +source ~/.zshrc +find /home/hex7c/Music -type d | sed 's/\(.*\)/"\1"/g' | dmenu -i | xargs mpv --no-audio-display diff --git a/mp b/mp new file mode 100644 index 0000000..4796e27 --- /dev/null +++ b/mp @@ -0,0 +1,4 @@ +#!/bin/zsh +source ~/.zshrc +apropos . | dmenu -i | awk '{print $1, $2}' | tr -d ' ' | xargs man -T | ps2pdf - - | zathura - + diff --git a/mplay b/mplay new file mode 100644 index 0000000..e3ff6b6 --- /dev/null +++ b/mplay @@ -0,0 +1,3 @@ +#!/bin/zsh +source ~/.zshrc +find /home/hex7c/Music -type f | grep -e '.flac' -e '.mp3' | sed 's/\(.*\)/"\1"/g' | dmenu -i | xargs mpv --no-audio-display diff --git a/recrd b/recrd new file mode 100644 index 0000000..0611779 --- /dev/null +++ b/recrd @@ -0,0 +1 @@ +ffmpeg -video_size 1920x1080 -framerate 25 -f x11grab -i :0.0 "$(date).mp4"