Skip to content

sjkingo/history_cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

history_cloud

Creates a pretty "tag" cloud of your bash history.

It requires the excellent Jinja2 library.

How to use

$ virtualenv history_cloud && cd history_cloud
$ source bin/activate
$ pip install jinja2
$ git clone https://github.com/sjkingo/history_cloud.git
$ cd history_cloud
$ ./tagcloud.py > output.html
$ $BROWSER output.html

Sample

Sam's bash history

Releases

No releases published

Packages

No packages published

Languages