aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/shell/atuin.fish (unfollow)
Commit message (Expand)Author
3 dayschore(server): Simplify the database supportBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
6 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-04-23fix: minor issues with fish's vim mode(s) (#3362)Aditya Bhargava
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-12fix: multiline commands with fish (#3179)Ellie Huxtable
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
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-16feat(search): introduce keymap-dependent vim-mode (#1570)Koichi Murase
2024-01-15fix(fish): integration on older fishes (#1563)Matt Godbolt
2024-01-08fix(shell): fix incorrect timing of child shells (#1510)Koichi Murase
2023-12-02fix(fish): accept multiline commands (#1418)Patrick Jackson
2023-11-03fix(fish): use fish builtins for `enter_accept` (#1373)Patrick Jackson
2023-11-03fix(fish): clean up the fish script options (#1370)Patrick Jackson
2023-10-28fix(enter_accept): clear old cmd snippet (#1350)Patrick Jackson
2023-10-27fix(fish): improve output for `enter_accept` (#1341)Patrick Jackson
2023-10-26Silence fish string match (#1336)Ellie Huxtable
2023-10-20Add fish support for `enter_accept` (#1315)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-09-17Fix selecting complex fish commands (#1237)Ellie Huxtable
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-02-14fish: Fix `atuin init` for the fish shell (#699)Tobias Hunger
2022-12-24Rework `atuin init` (#652)Jamie Quigley
2022-12-18Allow overriding filter and search modes from CLI (#635)Patrick Decat
2022-11-19Handle multiline commands in fish shell (#623)Patrick Jackson
2022-10-21Respect fish shell's builtin private mode (#577)Patrick Jackson
2022-10-07Fix compatability with fish vi key bindings (#541)Jacob Evan Shreve
2022-09-01hide errors for #516 (#518)Conrad Ludgate
2022-08-23Fix atuin crashing on commands that start with -- (#509)Jamie Quigley
2022-05-20Improve default fish keybindings (#420)Sam Lanning
2022-02-15Update fish bindings. (#265)Patrick Jackson
2021-12-16remove unused environment var loading entire history into an env var (#242)Mat Jones
2021-12-11Fish importing (#234)Conrad Ludgate