|
|
|
@ -359,6 +359,16 @@ This function is a poor-man eselect for configuration files it mv's |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
|
|
|
|
|
|
|
|
*** media helpers :daily: |
|
|
|
*** media helpers :daily: |
|
|
|
|
|
|
|
**** brownian noise :daily: |
|
|
|
|
|
|
|
#+begin_src sh |
|
|
|
|
|
|
|
function brown () { |
|
|
|
|
|
|
|
if [ $# -eq 1 ]; then |
|
|
|
|
|
|
|
mpv ~/sound/brown.flac -loop=$(($1-1)) |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
mpv ~/sound/brown.flac |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#+end_src |
|
|
|
**** Fuzzy search unreal mods and play for 25 minutes :daily: |
|
|
|
**** Fuzzy search unreal mods and play for 25 minutes :daily: |
|
|
|
#+begin_src sh |
|
|
|
#+begin_src sh |
|
|
|
alias xmp-unreal='(cd ~/tmp/unreal-mods; xmp "$(find . | fzf)" -U 1500)' |
|
|
|
alias xmp-unreal='(cd ~/tmp/unreal-mods; xmp "$(find . | fzf)" -U 1500)' |
|
|
|
|