summaryrefslogtreecommitdiffstats
path: root/atuin
AgeCommit message (Expand)Author
2024-04-02fix(nu): Update atuin.nu to resolve 0.92 deprecation (#1913)Wind
2024-03-13feat: add atuin prefix binding (#1875)Ellie Huxtable
2024-03-13fix: pass search query in via env for *Nushell* (#1874)Steven Xu
2024-03-12fix: pass search query in via env (#1865)Ellie Huxtable
2024-03-12fix(search): allow empty search (#1866)Ellie Huxtable
2024-03-12feat(search): allow specifying search query as an env var (#1863)Ellie Huxtable
2024-03-11feat(search): process [C-h] and [C-?] as representations of backspace (#1857)Koichi Murase
2024-03-11chore(release): prepare for release v18.1.0 (#1854)Ellie Huxtable
2024-03-11fix: doctor shell wording (#1858)Ellie Huxtable
2024-03-10feat: adds info command to show env vars and config files (#1841)YummyOreo
2024-03-06chore: do not show history table stats when using records (#1835)Ellie Huxtable
2024-03-06fix(store-init): re-sync after running auto store init (#1834)Ellie Huxtable
2024-03-06feat: add automatic history store init (#1831)Ellie Huxtable
2024-03-05feat(dotfiles): add enable setting to dotfiles, disable by default (#1829)Ellie Huxtable
2024-03-05fix(build): make atuin compile on non-win/mac/linux platforms (#1825)Rain
2024-03-04fix(doctor): use a different method to detect env vars (#1819)Ellie Huxtable
2024-03-04feat(nu): Return early if history is disabled (#1807)Ian Manske
2024-03-04refactor: rename atuin-config to atuin-dotfiles (#1817)Ellie Huxtable
2024-03-02fix(tz): attempt to fix timezone reading (#1810)Ellie Huxtable
2024-03-01fix(regex): disable regex error logs (#1806)Ellie Huxtable
2024-03-01feat(ui): Add config setting for showing tabs (#1755)Anderson
2024-03-01fix(sync): check store length after sync, not before (#1805)Ellie Huxtable
2024-03-01feat: support regex with r/.../ syntax (#1745)依云
2024-03-01fix: missing characters in preview (#1803)Helmut K. C. Tessarek
2024-02-29feat: add checks for common setup issues (#1799)Ellie Huxtable
2024-02-29feat: add atuin doctor (#1796)Ellie Huxtable
2024-02-29feat(nushell): add nushell completion generation (#1791)Remmy Cat Stock
2024-02-28fix(nushell): readd up-arrow keybinding, now with menu handling (#1770)Remmy Cat Stock
2024-02-28chore(deps): bump env_logger from 0.10.2 to 0.11.2 (#1781)dependabot[bot]
2024-02-28feat: add `CTRL+[` binding as `<Esc>` alias (#1787)Zhanibek Adilbekov
2024-02-26fix(stats): Enable multiple command stats to be shown using unicode_segmentat...Eric Hodel
2024-02-26feat: Add '/', '?', and 'I' bindings to vim-normal mode (#1760)Mike Pastore
2024-02-26fix(client): no panic on empty inspector (#1768)Helmut K. C. Tessarek
2024-02-26chore(release): prepare for release v18.0.2 (#1775)Ellie Huxtable
2024-02-22fix: ensure sync time is saved for sync v2 (#1758)Ellie Huxtable
2024-02-22fix: check session file exists for status command (#1756)Ellie Huxtable
2024-02-21refactor(alias): Clarify operation result for working with aliases (#1748)David Chocholatý
2024-02-21feat: add alias feedback and list command (#1747)Ellie Huxtable
2024-02-21feat: add history prune subcommand (#1743)Xavier Vello
2024-02-21feat(client): add config option keys.scroll_exits (#1744)Helmut K. C. Tessarek
2024-02-20refactor(nushell): update `commandline` syntax, closes #1733 (#1735)Steven Xu
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-15fix(xonsh): Add xonsh to auto import, respect $HISTFILE in xonsh import, and ...jfmontanaro
2024-02-15fix: fish init (#1725)Ellie Huxtable
2024-02-15feat: support syncing aliases (#1721)Ellie Huxtable
2024-02-15feat: add 'ignored_commands' option to stats (#1722)David
2024-02-14feat(search): process Ctrl+m for kitty keyboard protocol (#1720)Koichi Murase
2024-02-13fix(ui): don't preserve for empty space (#1712)依云