https://github.com/szymonkaliski/cartographist
experimental web browser optimized for rabbit-holing
https://github.com/szymonkaliski/cartographist
Last synced: 29 days ago
JSON representation
experimental web browser optimized for rabbit-holing
- Host: GitHub
- URL: https://github.com/szymonkaliski/cartographist
- Owner: szymonkaliski
- License: gpl-3.0
- Created: 2021-12-22T15:18:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T17:25:52.000Z (over 3 years ago)
- Last Synced: 2025-03-29T13:07:37.939Z (about 1 month ago)
- Language: JavaScript
- Size: 759 KB
- Stars: 614
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - szymonkaliski/cartographist - experimental web browser optimized for rabbit-holing (others)
README
# Cartographist

Cartographist is an experimental web browser optimized for rabbit-holing.
- Instead of opening new windows (with `cmd`-click), Cartographist spawns horizontally scrollable panes.
- Instead of forcing you to find things in a linear history, Cartographist shows a tree-structured outline of your browsing.
- Instead of always starting fresh, Cartographist can save, and load "trails" - the exact state of the session you've left - supporting researching topics over long periods of time.## Running
1. `npm install`
2. `npm start`No binary builds are available right now, purely out of laziness.