https://github.com/sjkingo/history_cloud
Creates a pretty "tag" cloud of your bash history
https://github.com/sjkingo/history_cloud
bash-history history-cloud jinja2 python shell-history tagcloud
Last synced: about 1 year ago
JSON representation
Creates a pretty "tag" cloud of your bash history
- Host: GitHub
- URL: https://github.com/sjkingo/history_cloud
- Owner: sjkingo
- Created: 2014-09-28T11:27:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T04:55:55.000Z (over 11 years ago)
- Last Synced: 2025-02-10T07:15:31.278Z (over 1 year ago)
- Topics: bash-history, history-cloud, jinja2, python, shell-history, tagcloud
- Language: Python
- Size: 207 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## history_cloud
Creates a pretty "tag" cloud of your bash history.
It requires the excellent [Jinja2 library](https://pypi.python.org/pypi/Jinja2).
### 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
