Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Atuin displays entries with a date in the future #2417

Open
1 task done
Ember-ruby opened this issue Oct 13, 2024 · 0 comments
Open
1 task done

[Bug]: Atuin displays entries with a date in the future #2417

Ember-ruby opened this issue Oct 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Ember-ruby
Copy link

What did you expect to happen?

Atuin should not consider a command ran in the future to be the last command run

What happened?

atuin sorts these entries in front of everything, pinning them to the top of the history until the date passes

Screenshot_13_1539441
Screenshot_13_1533421
(as of now the date is Sun 13 Oct 2024 15:43 AEDT)

Atuin doctor output

{
  "atuin": {
    "version": "18.3.0",
    "sync": {
      "cloud": true,
      "records": true,
      "auto_sync": true,
      "last_sync": "2024-10-13 4:39:09.42551255 +00:00:00"
    },
    "sqlite_version": "3.44.0"
  },
  "shell": {
    "name": "fish",
    "default": "fish",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "NixOS",
    "arch": "x86_64",
    "version": "24.11",
    "disks": [
      {
        "name": "/dev/nvme1n1p2",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme1n1p2",
        "filesystem": "btrfs"
      },
      {
        "name": "systemd-1",
        "filesystem": "autofs"
      },
      {
        "name": "systemd-1",
        "filesystem": "autofs"
      },
      {
        "name": "/dev/nvme1n1p1",
        "filesystem": "vfat"
      },
      {
        "name": "/dev/nvme0n1",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/sdb1",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/md127",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme1n1p2",
        "filesystem": "btrfs"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Ember-ruby Ember-ruby added the bug Something isn't working label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant