summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-09 11:53:51 +0000
committerGitHub <noreply@github.com>2024-01-09 11:53:51 +0000
commitaf514857674add80506c106b76384ee50e460589 (patch)
tree1260c5a75814d34be548c83ba47e541f997c74d3
parent2b94f05735fe83db741370078ebfb44fa92b6907 (diff)
docs: remove activity graph
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 039abf60..e7a96db8 100644
--- a/README.md
+++ b/README.md
@@ -121,21 +121,6 @@ atuin sync
Then restart your shell!
-### Opt-in to activity graph
-Alongside the hosted Atuin server, there is also a service which generates activity graphs for your shell history! These are inspired by the GitHub graph.
-
-For example, here is mine:
-
-![Activity Graph Example](docs/static/img/activity-graph-example.png)
-
-If you wish to get your own, after signing up for the sync server, run this
-
-```
-curl https://api.atuin.sh/enable -d $(cat ~/.local/share/atuin/session)
-```
-
-The response includes the URL to your graph. Feel free to share and/or embed this URL, the token is _not_ a secret, and simply prevents user enumeration.
-
## Offline only (no sync)
```