aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/shell/atuin.zsh (unfollow)
Commit message (Expand)Author
3 dayschore(server): Simplify the database supportBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
5 daysfeat: Capture command output + expose to new `atuin_output` tool (#3510)Michelle Tilley
2026-05-27fix: Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#3502)Michelle Tilley
2026-02-24fix: forward $PATH to tmux popup in zsh (#3198)postmath
2026-02-13fix: silent DB failures e.g. when disk is full (#3183)Johannes Naylor
2026-02-11fix(shell): fix ATUIN_SESSION errors in tmux popup (#3170)Kkoi
2026-01-28feat: add option to use tmux display-popup (#3058)Kkoi
2026-01-27fix: new session on shlvl change (#3111)Ellie Huxtable
2026-01-27fix: do not set ATUIN_SESSION if it is already set (#3107)Ellie Huxtable
2025-09-18refactor: shell environment variablesLucas Trzesniewski
2025-09-18fix: remove __atuin_chain_command__ prefixLucas Trzesniewski
2025-07-22feat: command chaining (#2834)Ellie Huxtable
2025-06-05fix: Don't print errors in `zsh_autosuggest` helper (#2780)jyn
2025-04-28Revert "feat(zsh): try to go to the position in zsh's history (#1469)" (#2715)Ellie Huxtable
2025-04-04fix(zsh): avoid calling user-defined widgets when searching for history posit...依云
2025-04-01fix(zsh): fix an error introduced earilier with support for bracketed paste m...依云
2025-03-25feat(zsh): re-enable bracketed paste (#2646)依云
2025-03-12feat(zsh): try to go to the position in zsh's history (#1469)依云
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-03-12fix: pass search query in via env (#1865)Ellie Huxtable
2024-01-29feat(zsh): update widget names (#1631)Koichi Murase
2024-01-16feat(search): introduce keymap-dependent vim-mode (#1570)Koichi Murase
2024-01-10feat(bash): support high-resolution timing even without ble.sh (#1534)Koichi Murase
2024-01-10refactor(shell): refactor and localize `HISTORY => __atuin_output` (#1535)Koichi Murase
2024-01-08fix(shell): fix incorrect timing of child shells (#1510)Koichi Murase
2024-01-05fix: Prevent input to be interpreted as options for zsh autosuggestions (#1506)Mattias Eriksson
2024-01-02fix(zsh): zsh_autosuggest_strategy for no-unset environment (#1486)DS/Charlie
2024-01-02feat(shell): support high-resolution duration if available (#1484)Koichi Murase
2024-01-02fix(bash,zsh): fix quirks on search cancel (#1483)Koichi Murase
2024-01-01feat: integrate with zsh-autosuggestions (#1479)Ellie Huxtable
2023-10-31fix(zsh): Only trigger up-arrow on first line (#1359)Patrick Jackson
2023-10-20Add fish support for `enter_accept` (#1315)Ellie Huxtable
2023-10-20Add enter_accept to immediately execute an accepted command (#1311)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-08-14Remove terminal mode switching (#1170)Ellie Huxtable
2023-07-10fix for zsh no-unset environments (#921)DS/Charlie
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2022-12-24Rework `atuin init` (#652)Jamie Quigley
2022-12-18Allow overriding filter and search modes from CLI (#635)Patrick Decat
2022-09-25Clear RBUFFER when accepting output from atuin (#545)c-14
2022-08-23Fix atuin crashing on commands that start with -- (#509)Jamie Quigley
2022-05-16Don't pollute shell environment - remove 'id' variable (#408)Jakub Jirutka
2021-05-14run shellcheck (#97)Ian Smith
2021-05-08Add ATUIN_NOBIND (#62)Ellie Huxtable
2021-04-26Support bash, resolves #3Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable
2021-04-20Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-03-20Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable