diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-06-05 21:49:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-05 21:49:00 +0100 |
| commit | f2abc23a1ee1713032b3cd990e78e778281fcc0a (patch) | |
| tree | 35084187b7eab3d9c842be7df088af4cfe6c3b7d /README.md | |
| parent | Noyez fix dir hostname utf8 (#430) (diff) | |
| download | atuin-f2abc23a1ee1713032b3cd990e78e778281fcc0a.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -102,6 +102,21 @@ atuin import auto atuin sync ``` +### 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: + + + +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) ``` |
