Erudite

Log your command history to an analytics engine
Download

Erudite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Brian Hicks
  • Publisher web site:
  • https://github.com/BrianHicks/

Erudite Tags


Erudite Description

Erudite is a Python module to tail files, and do things with them.InstallationRun pip install erudite or if it's your thing: easy_install erudite. You'll need to also get argparse if you're using a Python less than 2.7.This might work on Python 3+, but I haven't tested it.ExamplesSend first words of your zsh history to (http://www.stathat.com) (currently the default): erudite --parser=zsh_history --logger=StatHatLogger --stathat-key=test@example.com ~/.zsh_historyIf you just want to play around, and see what you can do: erudite --parser=zsh_history --logger=PrintingLogger ~/.zsh_historyDevelopingParsers (used to parse lines) are in erudite/parsers.py, and loggers (used to do things with parsed lines) are in erudite/loggers.py.Product's homepage


Erudite Related Software