Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
✌️ release 2.0.0. A big rewrite using cljs + re-frame + ant.design
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jan 8, 2018
1 parent 68db4ee commit 6ed01d2
Show file tree
Hide file tree
Showing 72 changed files with 12,737 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.DS_Store

24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
## better-history [![NPM](https://img.shields.io/npm/v/better-history.svg)](https://www.npmjs.com/package/better-history) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/mkfgjjeggnmkbobjmelbjhdchcoadnin.svg)](https://chrome.google.com/webstore/detail/advanced-history/mkfgjjeggnmkbobjmelbjhdchcoadnin) [![Stars](https://img.shields.io/github/stars/jiacai2050/better-history.svg)](https://github.com/jiacai2050/better-history/stargazers)
## History Master [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/mkfgjjeggnmkbobjmelbjhdchcoadnin.svg?style=plastic)](https://chrome.google.com/webstore/detail/gooreplacer/mkfgjjeggnmkbobjmelbjhdchcoadnin) [![Mozilla Add-on](https://img.shields.io/amo/v/history-master.svg?style=plastic)](https://addons.mozilla.org/firefox/addon/history-master/)

> 💡 Get a better sense of browsing history via Chrome/Firefox 💡
> 💡 Visualize browsing history, Discover your unknown habits, downloads supported.
Nowadays everyone surfs the Internet a lot, but I don't think everyone have a clear sense of their browsing habits.
> 🏆 Try to be the best practical history manager ever!
`better-history` comes to the rescue. Chrome and Firefox are supported. Hope you enjoy. 💗
Open an issue If you have any problems/suggestions. 💗

## Install

- [Chrome Web Store](https://chrome.google.com/webstore/detail/advanced-history/mkfgjjeggnmkbobjmelbjhdchcoadnin)
- [Mozilla Add-ons](https://addons.mozilla.org/firefox/addon/advanced-history/)
- [Mozilla Add-ons](https://addons.mozilla.org/firefox/addon/history-master/)

## Screenshots

![activity](screenshots/activity.jpg)
![Page Views](screenshots/pv.png)
![URL Schemes](screenshots/url_scheme.png)

## Development

- [master](https://github.com/jiacai2050/better-history/tree/master) branch used for Node.js
History Master is written in pure JavaScript before v2.0.0, you can check this version at [legacy-js-src](legacy-js-src).

After v2.0.0, it gets a big rewrite in [ClojureScript](https://github.com/clojure/clojurescript) + [Reagent](https://github.com/reagent-project/reagent) + [Re-frame](https://github.com/Day8/re-frame) + [Ant.design](https://ant.design/),which locates in [cljs-src](cljs-src).

- [extensions](https://github.com/jiacai2050/better-history/tree/extensions) branch used for Firefox/Chrome extensions, thanks to [WebExtensions](https://developer.mozilla.org/Add-ons/WebExtensions) -- Write once, Run All browsers.
- [master](https://github.com/jiacai2050/better-history/tree/master) branch used for Node.js


## License

Expand Down
19 changes: 19 additions & 0 deletions cljs-src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/classes/
/lib/
/node_modules/
/target/
resources/release/background/js/
resources/release/option/js/
resources/release/content/js/
resources/dev/background/js/
resources/dev/option/js/
resources/dev/content/js/
*.jar
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.nrepl-port
.figwheel*.log
pom.xml
*.DS_Store
.cljs_rhino_repl/
Loading

0 comments on commit 6ed01d2

Please sign in to comment.