Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/szymonkaliski/cartographist
- Owner: szymonkaliski
- License: gpl-3.0
- Created: 2021-12-22T15:18:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T17:25:52.000Z (almost 3 years ago)
- Last Synced: 2024-08-08T18:20:52.993Z (3 months ago)
- Language: JavaScript
- Size: 759 KB
- Stars: 211
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
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
![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.