Skip to content

diogopaulo/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Terminal

As a UNIX OS base user I ❤️ terminal, and I am here to share some ninjutsu that I use.

MPlayerX Playlist

I have a Mac and like must of you I use MPlayerX to view videos, and like must of you I miss the play list feature when I am seeing my weekly shows. So with the help of my trusty terminal I created a turn around.

i=9900; for file in *; do mv "$file" "$i-$file"; ((i = i +1)); done;

This script prefixes every file with a sequencial number, and when played at the MPlayerX, he will play the files by the order of the prefix.

For easy access you can always create an alias for the inline script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published