summaryrefslogtreecommitdiffstats
path: root/atuin
AgeCommit message (Expand)Author
2024-02-12chore(release): prepare for release v18.0.1 (#1706)v18.0.1Ellie Huxtable
2024-02-12fix: reorder the exit of enhanced keyboard mode (#1694)Andrew Lee
2024-02-09chore(release): prepare for release v18.0.0 (#1685)v18.0.0Ellie Huxtable
2024-02-06fix(tests): add Settings::utc() for utc settings (#1677)Ellie Huxtable
2024-02-06Add timezone configuration option & CLI overrides (#1517)cyqsimon
2024-02-04feat: disable auto record store init (#1671)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-02-02feat: add `store pull`Ellie Huxtable
2024-02-02feat: add `store push --force`Ellie Huxtable
2024-02-02feat: add store purge commandEllie Huxtable
2024-02-02feat: add verify command to local storeEllie Huxtable
2024-02-01feat: add prefers_reduced_motion flag (#1645)Conrad Ludgate
2024-02-01feat: reencrypt/rekey local store (#1662)Ellie Huxtable
2024-01-30feat: add store push (#1649)Ellie Huxtable
2024-01-29feat: automatically init history store when record sync is enabled (#1634)Ellie Huxtable
2024-01-29test: add multi-user integration tests (#1648)Ellie Huxtable
2024-01-29Add xonsh support (#1375)Matthieu LAURENT
2024-01-29feat: Add change-password command & support on server (#1615)TymanWasTaken
2024-01-29feat: make history list format configurable (#1638)Dongxu Wang
2024-01-29feat(zsh): update widget names (#1631)Koichi Murase
2024-01-28chore(deps): update axum (#1637)Conrad Ludgate
2024-01-26fix: Skip padding time if it will overflow the allowed prefix length (#1630)Nemo157
2024-01-26feat(shell)!: bind the Atuin search to "/" in vi-normal mode (#1629)Koichi Murase
2024-01-26feat(ui): When in vim-normal mode apply an alternative highlighting to the se...Nemo157
2024-01-26chore: add feature to allow always disable check update (#1628)Mag Mell
2024-01-24fix: Check for format errors when printing history (#1623)Peter Holloway
2024-01-24stats: Misc improvements (#1613)Philippe Normand
2024-01-23fix(bash): strip control chars generated by `\[\]` in PS1 with bash-preexec (...Koichi Murase
2024-01-23fix: Only escape control characters when writing to terminal (#1593)Peter Holloway
2024-01-22feat: make store init idempotent (#1609)Ellie Huxtable
2024-01-22refactor(search): refactor handling of key inputs (#1606)Koichi Murase
2024-01-22feat(search): make cursor style configurable (#1595)Koichi Murase
2024-01-21report alternate keys so shift still works (#1601)Conrad Ludgate
2024-01-19fix: add acquire timeout to sqlite database connection (#1590)Ellie Huxtable
2024-01-19fix: Use existing db querying for history list (#1589)Peter Holloway
2024-01-19fix: Escape control characters in command preview (#1588)Peter Holloway
2024-01-19fix: Print literal control characters to non terminals (#1586)Peter Holloway
2024-01-17feat: make deleting from the UI work with record store sync (#1580)Ellie Huxtable
2024-01-17Stop control characters being printed to terminal (#1576)Peter Holloway
2024-01-16feat(search): introduce keymap-dependent vim-mode (#1570)Koichi Murase
2024-01-16feat: add history rebuild (#1575)Ellie Huxtable
2024-01-15fix(fish): integration on older fishes (#1563)Matt Godbolt
2024-01-14refactor(search): refactor vim mode (#1559)Koichi Murase
2024-01-14fix: shorten text, use ctrl-o for inspector (#1561)Ellie Huxtable
2024-01-14chore: make clipboard dep optional as a feature (#1558)依云
2024-01-14fix(search): fix invisible tab title (#1560)Koichi Murase
2024-01-14fix(windows): disables unix specific stuff for windows (#1557)YummyOreo
2024-01-13feat(ui): vim mode (#1553)YummyOreo