From af514857674add80506c106b76384ee50e460589 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 9 Jan 2024 11:53:51 +0000 Subject: [PATCH] docs: remove activity graph --- README.md | 15 --------------- 1 file changed, 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) ```