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