Skip to content

Bash one-liners i came up with (may or may not be useful)

License

Notifications You must be signed in to change notification settings

trakBan/one-liners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

one-liners

Bash one-liners i came up with (may or may not be useful) Most of these commands need to be modified in order for them to be added as aliases.

MPV autoload

Autoloads files in mpv (like autoload.lua)

echo `ls` >> list.mpvlist && sed -i 's/ /\n/g' list.mpvlist && mpv --playlist=list.mpvlist & rm list.mpvlist

MPV stress test

You could also autoload every picture ever. This doesnt actually work but it stresses your procesor.

ls -R | grep ".jpg\|.webp\|.jpeg\|.png" >> list.mpvlist  && sed -i 's/ /\n/g' list.mpvlist && mpv --playlist=list.mpvlist && rm list.mpvlist

About

Bash one-liners i came up with (may or may not be useful)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published