Upload files to ''
This commit is contained in:
parent
81bfa7a0b7
commit
31a0996a57
3
mdplay
Normal file
3
mdplay
Normal 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
4
mp
Normal 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
3
mplay
Normal 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
|
Loading…
Reference in New Issue
Block a user