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.bash
(
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-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-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-10-31
fix(bash): work around a keybinding bug of Bash 5.1 (#2975)
Koichi Murase
2025-10-31
fix(bash/blesh): suppress error message for auto-complete source (#2976)
Koichi Murase
2025-10-31
fix(bash): fix issues with intermediate key sequences in the vi editing mode ...
Koichi Murase
2025-10-20
feat(bash): use Readline's accept-line for enter_accept (#2953)
Koichi Murase
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
2025-01-23
fix(bash): fix preexec of child Bash session started by enter_accept (#2558)
Koichi Murase
2024-07-05
feat(bash/blesh): hook into BLE_ONLOAD to resolve loading order issue (#2234)
Koichi Murase
2024-05-30
fix(bash): fix a workaround for bash-5.2 keybindings (#2060)
Koichi Murase
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-04-17
feat(doctor): detect active preexec framework (#1955)
Koichi Murase
2024-04-10
feat(bash/blesh): use _ble_exec_time_ata for duration even in bash < 5 (#1940)
Koichi Murase
2024-04-08
fix(bash): do not use "return" to cancel initialization (#1928)
Koichi Murase
2024-04-02
fix(doctor): detect preexec plugin using env ATUIN_PREEXEC_BACKEND (#1856)
Koichi Murase
2024-03-12
fix: pass search query in via env (#1865)
Ellie Huxtable
2024-02-17
fix(bash): rework #1509 to recover from the preexec failure (#1729)
Koichi Murase
2024-02-17
Revert "Revert "fix(bash): avoid unexpected `atuin history start` for keybind...
Ellie Huxtable
2024-02-17
Revert "fix(bash): avoid unexpected `atuin history start` for keybindings (#1...
Ellie Huxtable
2024-02-04
fix(bash/preexec): support termcap names for tput (#1670)
Koichi Murase
2024-02-03
fix(bash/preexec): erase the previous prompt before overwriting
Koichi Murase
2024-02-03
fix(bash/preexec): erase the prompt last line before Bash renders it
Koichi Murase
2024-01-26
feat(shell)!: bind the Atuin search to "/" in vi-normal mode (#1629)
Koichi Murase
2024-01-23
fix(bash): strip control chars generated by `\[\]` in PS1 with bash-preexec (...
Koichi Murase
2024-01-16
feat(search): introduce keymap-dependent vim-mode (#1570)
Koichi Murase
2024-01-10
fix(bash): work around bash < 4 and introduce initialization guards (#1533)
Koichi Murase
2024-01-10
feat(bash): support high-resolution timing even without ble.sh (#1534)
Koichi Murase
2024-01-10
refactor(shell): refactor and localize `HISTORY => __atuin_output` (#1535)
Koichi Murase
2024-01-09
style(bash): use consistent coding style (#1528)
Koichi Murase
2024-01-08
fix(shell): fix incorrect timing of child shells (#1510)
Koichi Murase
2024-01-07
fix(bash): fix and improve the keybinding to `up` (#1515)
Koichi Murase
2024-01-07
fix(bash): work around custom IFS (#1514)
Koichi Murase
2024-01-06
fix(bash): prevent input to be interpreted as options for blesh auto-complete...
Koichi Murase
2024-01-06
fix(bash): avoid unexpected `atuin history start` for keybindings (#1509)
Koichi Murase
2024-01-02
feat(bash): provide auto-complete source for ble.sh (#1487)
Koichi Murase
2024-01-02
fix(bash): fix error by the use of ${PS1@P} in bash < 4.4 (#1488)
Koichi Murase
2024-01-02
feat(shell): support high-resolution duration if available (#1484)
Koichi Murase
2024-01-02
fix(bash,zsh): fix quirks on search cancel (#1483)
Koichi Murase
2024-01-02
refactor(bash): refactor and optimize `__atuin_accept_line` (#1482)
Koichi Murase
2024-01-01
refactor(bash): factorize `__atuin_accept_line` (#1476)
Koichi Murase
[next]