惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
D
DataBreaches.Net
腾讯CDC
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
罗磊的独立博客
月光博客
月光博客
MyScale Blog
MyScale Blog
U
Unit 42
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
G
Google Developers Blog
博客园 - 【当耐特】
D
Docker
I
InfoQ
雷峰网
雷峰网

Atuin Community - Latest posts

Is Atuin Desktop orphaned? Strange commented history entries Learnings from the Debian/Ubuntu Package About the Package Maintenance category Bind self-update to "binary platform" along the OS platform History.db not changing, but history is being stored....where? Self-hosted key failure The API request to create the runbook failed Imported [space]commands presentation Error: migration was previously applied but is missing in the resolved migrations Using working directories history to ease navigation Per-directory default filter mode Low statement: execution time exceeded alert threshold Always chronologically ordered history Atuin 18.18.1 replaces my RPS1 Session+ filter behaving differently after upgrade Plans on plugin system for atuin Login fails with "bad protocol version" Smart_sort with daemon-fuzzy Internationalization Fzf output is more correct compared to atuin [Feature]: Add option to hide filter section or make it with minimal static width Full replace zsh HISTFILE with atuin SUGGESTION - new paramater for command line SUGGESTION - new parameter for the command line Slight Mod to history screen Appreciation to Elli and the team Broken Reset Password for Hub Can't sign up to Hub Up Arrow key to act like the "native" history navigation when invert=true
SUGGESTION - atuin doctor to print config locations
AtomicRobotMan0101 · 2026-08-02 · via Atuin Community - Latest posts

$atuin doctor provides some useful info.

On my systems (Linux Mint Cinnamon (mine), Fedora and Ubuntu (work)) the config files are spread all over the place(s). My memory resembles Swiss cheese, so remembering their locations is a challenge.

if doctor also provided the location of the configs and the files it likes to modify to make it work, it may remove some load off the forums(?) by people like me :disguised_face:

e.g. the AI when queried, dumped the following on this particular system (my dev box, one of … uummm, four!)

Here’s the full picture of Atuin on your system:

Binary

  • /home/atomicrobot/.atuin/bin/atuin — installed via cargo-dist (v18.18.1)

Config files

  • /home/atomicrobot/.config/atuin/config.toml — main config
  • /home/atomicrobot/.config/atuin/permissions.ai.toml — AI permission grants
  • /home/atomicrobot/.config/atuin/atuin-receipt.json — install receipt (metadata)

Data files

  • /home/atomicrobot/.local/share/atuin/ — all databases live here:

  • history.db — your command history

  • ai_sessions.db — AI session continuity

  • records.db, meta.db, kv.db, scripts.db — sync & internal state

  • key — encryption key

  • dotfiles/ — synced shell aliases

Logs

  • /home/atomicrobot/.atuin/logs/ — with the config we just added:

  • ai.log.YYYY-MM-DD — AI requests/responses (debug level)

  • daemon.log.YYYY-MM-DD — daemon logs

  • search.log.YYYY-MM-DD — search logs

Shell init (atuin lives in three shells)

  • fish: ~/.config/fish/config.fish — atuin init fish | source
  • bash: ~/.bashrc — sources env + atuin init bash
  • zsh: ~/.zshrc — sources env + atuin init zsh

Env script

  • /home/atomicrobot/.atuin/bin/env — shared env setup sourced by bash/zsh