1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

docs: remove activity graph

This commit is contained in:
Ellie Huxtable 2024-01-09 11:53:51 +00:00 committed by GitHub
parent 2b94f05735
commit af51485767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```