Skip to content

RecursiveForest/morituri-whatcd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using

To use this plugin:

  • build it:

      git clone git://github.com/RecursiveForest/morituri-whatcd.git
      cd morituri-whatcd
      python2 setup.py bdist_egg
    
  • copy it to your plugin directory:

      mkdir -p $HOME/.morituri/plugins
      cp dist/morituri_*egg $HOME/.morituri/plugins
    
  • verify that it gets recognized:

      rip cd rip --help
    

    You should see whatcd as a possible logger.

  • use it:

      rip cd rip --logger=whatcd
    

Developers

To use the plugin while developing uninstalled:

python2 setup.py develop --install-dir=path/to/checkout/of/morituri

About

a plugin for morituri to log for whatcd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • TeX 3.6%