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

推荐订阅源

V
Visual Studio Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
博客园_首页
量子位
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
S
SegmentFault 最新的问题
雷峰网
雷峰网
小众软件
小众软件
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog

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 Plans on plugin system for atuin Login fails with "bad protocol version" Smart_sort with daemon-fuzzy SUGGESTION - atuin doctor to print config locations 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
Session+ filter behaving differently after upgrade
one · 2026-08-10 · via Atuin Community - Latest posts

1

Description

If I just pull up search in a new session without typing anything. [ SESSION+ ] and [ GLOBAL ] are indistinguishable. However once I start to type [ SESSION+ ] incorrectly (based on my understanding of the docs) matches [ SESSION ]. IE. It will only match commands from the current session not global plus the current session.

Additional Possibly relevant info

I recently upgraded to the latest version of atuin. I’d missed a few upgrades in between since my last upgrade. (And doesn’t seem I did my usual backup before this upgrade so not sure which version I upgraded from. Last backup was 2026-04-20 so likely when I last upgraded before this time).

I normally use [ DIRECTORY ] as my filter mode and then switch to [ SESSION+ ] if I’ve never run that command in the current directory. However I noticed that a command I expected to find didn’t show up. Once I switched to [ GLOBAL ] the command showed up and I realized I wasn’t getting the full history.

Output of atuin doctor


Atuin Doctor
Checking for diagnostics


Please include the output below with any bug reports or issues

{
  "atuin": {
    "version": "18.19.0",
    "commit": "",
    "sync": {
      "auth_state": "Hub (legacy token — run 'atuin login' to upgrade)",
      "auto_sync": true,
      "last_sync": "2026-08-10 5:19:16.905629654 +00:00:00"
    },
    "sqlite_version": "3.51.3",
    "daemon_enabled": true
  },
  "shell": {
    "name": "nu",
    "default": "nu",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Ubuntu",
    "arch": "x86_64",
    "version": "22.04",
    "disks": [
      {
        "name": "/dev/mapper/nvme0n1p6_crypt",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/mapper/nvme0n1p6_crypt",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p5",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p1",
        "filesystem": "vfat"
      }
    ]
  }
}
```