Upload files to ''

This commit is contained in:
hex7c 2022-05-28 08:03:15 +00:00
parent 81bfa7a0b7
commit 31a0996a57
4 changed files with 11 additions and 0 deletions

3
mdplay Normal file
View File

@ -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

4
mp Normal file
View File

@ -0,0 +1,4 @@
#!/bin/zsh
source ~/.zshrc
apropos . | dmenu -i | awk '{print $1, $2}' | tr -d ' ' | xargs man -T | ps2pdf - - | zathura -

3
mplay Normal file
View File

@ -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

1
recrd Normal file
View File

@ -0,0 +1 @@
ffmpeg -video_size 1920x1080 -framerate 25 -f x11grab -i :0.0 "$(date).mp4"