arrblair/context
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A tool that uses available system information to provide contextualizing information related to the machine that you are working on. So far (5/5/13): Parses through .bash_history using the Collections module and tabulates how many times each command has been run, then sorts those by most ran. TODO(Ryan): - Parse timestamps of those commands and graph their usage over time (probably via Graphite or something similar). Flip on timestamping in .bash_history if it's not activated. Dig deeper into various commands (e.g. ssh, scp, make). - Combine create_collection && sort_collection methods. - Map out which order in which methods need to be ran such that each could be called independently on an instance and still work correctly, then implement this. -e <<<<<<< HEAD ======= >>>>>>> c4d96a631456d1160e162b9d605a872af8fa927c