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

推荐订阅源

MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
雷峰网
雷峰网
V
Visual Studio Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
IT之家
IT之家
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
月光博客
月光博客
A
About on SuperTechFans
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale

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"
      }
    ]
  }
}
```