aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src (unfollow)
Commit message (Expand)Author
2023-06-13Fix `--delete-it-all` and `--delete` commands (#913)J. Emiliano Deustua
2023-06-12add support to override hostname and username via env var (#1041)Peter Brunner
2023-05-22Add option to completely disable help row (#993)Hilmar Wiegand
2023-05-21Input bar at the top if we are in inline mode (#866)Ellie Huxtable
2023-05-21Allow server configured page size (#994)Ellie Huxtable
2023-05-17Restructure account commands to account subcommand (#984)Ellie Huxtable
2023-05-16feat: add delete account option (attempt 2) (#980)Yannick Ulrich
2023-05-11Fix key regression introduced (#974)Ellie Huxtable
2023-05-10Patch bash history import regression (#970)Ellie Huxtable
2023-05-02cwd_filter: much like history_filter, only it applies to cwd (#904)Kjetil Jørgensen
2023-04-17chore: uuhhhhhh crypto lol (#805)Conrad Ludgate
2023-04-14Improve error message for issue #850. (#876)postmath
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-04-11Switch to uuidv7 (#864)Ellie Huxtable
2023-04-11Add `--reverse` to `atuin search` (#862)Tom Cammann
2023-04-08Use XDG data directory for fish import (#851)János Illés
2023-04-05Handle empty lines when importing from Bash (#845)cyqsimon
2023-04-05Updated client config docs (#839)cyqsimon
2023-04-05Fix deleting history that doesn't exist yet (#844)Ellie Huxtable
2023-03-29Add `--offset` flag to `atuin search` (#825)Tom Cammann
2023-03-27client filtering done in query (#629)jean-santos
2023-03-26chore: use fork of skim (#803)Conrad Ludgate
2023-03-26feat: add *Nushell* support (#788)Steven Xu
2023-03-25feat: add an inline view mode (#648)Patrick Decat
2023-03-24Delete all instances of a command (#797)Ellie Huxtable
2023-03-22Allow changing search_mode during interactive search (#586)Krut Patel
2023-03-21Fix skim search (#795)Ellie Huxtable
2023-03-20Support old msgpack (#794)Ellie Huxtable
2023-03-20Add history deletion (#791)Ellie Huxtable
2023-03-19skim-demo (#695)Conrad Ludgate
2023-03-14Prefer PWD environment variable over cwd if available to better support symbo...Patrick Decat
2023-03-09Allow specifying fulltext as well as full-text (#771)Ellie Huxtable
2023-03-08Fix before/after combined with limit (#770)Ellie Huxtable
2023-03-06fix(client): always read session_path from settings (#757)Luke Karrys
2023-03-05feat: add common default keybindings (#719)Steven Xu
2023-03-05Up arrow filter_mode setting default to global filter mode (#758)Ellie Huxtable
2023-03-05Show preview of selected command (#643)Patrick Decat
2023-03-02Rework Bash import (#747)cyqsimon
2023-02-14Add `history_filter` cfg to exclude commands from history (#515) (#716)Johannes Baiter
2023-02-10crossterm support (#331)Conrad Ludgate
2023-02-06display mnemonic key (#694)Conrad Ludgate
2023-02-06Try to make clippy happy 🥺 (#686)Ellie Huxtable
2022-12-27Improve error message when $AUTIN_SESSION is not set. (#654)Jamie Quigley
2022-12-18Allow overriding filter and search modes from CLI (#635)Patrick Decat
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
2022-11-06Add setting for keeping typed query when exiting (#451)Sam Lanning
2022-11-04Add local event log storage (#390)Ellie Huxtable
2022-11-02Make fuzzy search the default (#591)Ellie Huxtable
2022-10-21docs: add more details about date parsing in the stats command (#579)Benjamin Vergnaud
2022-10-19Never use HISTFILE for fish shell import (#573)Patrick Jackson