index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
turtle
/
src
/
shell
/
atuin.fish
(
unfollow
)
Commit message (
Expand
)
Author
3 days
chore(server): Simplify the database support
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
6 days
feat: Capture command output + expose to new `atuin_output` tool (#3510)
Michelle Tilley
2026-05-27
fix: Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#3502)
Michelle Tilley
2026-04-23
fix: minor issues with fish's vim mode(s) (#3362)
Aditya Bhargava
2026-02-24
fix: forward $PATH to tmux popup in zsh (#3198)
postmath
2026-02-13
fix: silent DB failures e.g. when disk is full (#3183)
Johannes Naylor
2026-02-12
fix: multiline commands with fish (#3179)
Ellie Huxtable
2026-02-11
fix(shell): fix ATUIN_SESSION errors in tmux popup (#3170)
Kkoi
2026-01-28
feat: add option to use tmux display-popup (#3058)
Kkoi
2026-01-27
fix: new session on shlvl change (#3111)
Ellie Huxtable
2026-01-27
fix: do not set ATUIN_SESSION if it is already set (#3107)
Ellie Huxtable
2025-09-18
refactor: shell environment variables
Lucas Trzesniewski
2025-09-18
fix: remove __atuin_chain_command__ prefix
Lucas Trzesniewski
2025-07-22
feat: command chaining (#2834)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-03-12
fix: pass search query in via env (#1865)
Ellie Huxtable
2024-01-16
feat(search): introduce keymap-dependent vim-mode (#1570)
Koichi Murase
2024-01-15
fix(fish): integration on older fishes (#1563)
Matt Godbolt
2024-01-08
fix(shell): fix incorrect timing of child shells (#1510)
Koichi Murase
2023-12-02
fix(fish): accept multiline commands (#1418)
Patrick Jackson
2023-11-03
fix(fish): use fish builtins for `enter_accept` (#1373)
Patrick Jackson
2023-11-03
fix(fish): clean up the fish script options (#1370)
Patrick Jackson
2023-10-28
fix(enter_accept): clear old cmd snippet (#1350)
Patrick Jackson
2023-10-27
fix(fish): improve output for `enter_accept` (#1341)
Patrick Jackson
2023-10-26
Silence fish string match (#1336)
Ellie Huxtable
2023-10-20
Add fish support for `enter_accept` (#1315)
Ellie Huxtable
2023-10-08
clear history id (#1263)
Conrad Ludgate
2023-09-17
Fix selecting complex fish commands (#1237)
Ellie Huxtable
2023-04-14
Workspace reorder (#868)
Vladislav Stepanov
2023-02-14
fish: Fix `atuin init` for the fish shell (#699)
Tobias Hunger
2022-12-24
Rework `atuin init` (#652)
Jamie Quigley
2022-12-18
Allow overriding filter and search modes from CLI (#635)
Patrick Decat
2022-11-19
Handle multiline commands in fish shell (#623)
Patrick Jackson
2022-10-21
Respect fish shell's builtin private mode (#577)
Patrick Jackson
2022-10-07
Fix compatability with fish vi key bindings (#541)
Jacob Evan Shreve
2022-09-01
hide errors for #516 (#518)
Conrad Ludgate
2022-08-23
Fix atuin crashing on commands that start with -- (#509)
Jamie Quigley
2022-05-20
Improve default fish keybindings (#420)
Sam Lanning
2022-02-15
Update fish bindings. (#265)
Patrick Jackson
2021-12-16
remove unused environment var loading entire history into an env var (#242)
Mat Jones
2021-12-11
Fish importing (#234)
Conrad Ludgate