Skip to content

gsax/neversearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

See http://hetgrotebos.org/wiki/neversearch

Documentation will follow later; using sphinx-doc.

Useful bash function: (Where mpl is your mplayer2 or mplayer)

    function play(){
            mpl -- $(tag -f $@ -- *);
    }

Use like:
    play metal

Or:
    play ".*foo.*"

About

File tagging system using xattr

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.6%
  • Shell 7.4%