Skip to content

Commit

Permalink
document atuin info
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Mar 11, 2024
1 parent d46af6f commit a48533a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/content/docs/reference/info.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: info
---

# `atuin info`

This command shows the location of config files on your system

Example output:

```
Config files:
client config: "/Users/ellie/.config/atuin/config.toml"
server config: "/Users/ellie/.config/atuin/server.toml"
client db path: "/Users/ellie/.local/share/atuin/history.db"
key path: "/Users/ellie/.local/share/atuin/key"
session path: "/Users/ellie/.local/share/atuin/session"
Env Vars:
ATUIN_CONFIG_DIR = "None"
Version info:
version: 18.1.0
```

0 comments on commit a48533a

Please sign in to comment.