Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szymonkaliski/cartographist

experimental web browser optimized for rabbit-holing
https://github.com/szymonkaliski/cartographist

Last synced: 2 days ago
JSON representation

experimental web browser optimized for rabbit-holing

Awesome Lists containing this project

README

        

# Cartographist

![Screenshot](./assets/screen.png)

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.