aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/history.rs (unfollow)
Commit message (Expand)Author
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-03-28Add more fields to `atuin search -f` formatting (#824)Tom Cammann
2023-03-20Add history deletion (#791)Ellie Huxtable
2023-03-14Prefer PWD environment variable over cwd if available to better support symbo...Patrick Decat
2023-02-14Add `history_filter` cfg to exclude commands from history (#515) (#716)Johannes Baiter
2023-02-06Try to make clippy happy 🥺 (#686)Ellie Huxtable
2023-01-26feat(history): Add new flag to allow custom output format (#662)Baptiste
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
2022-12-16Fix session history (#620)Patrick Jackson
2022-11-04Add local event log storage (#390)Ellie Huxtable
2022-10-18Upgrade clap (#568)Conrad Ludgate
2022-10-14Add automatic update checking (#555)Ellie Huxtable
2022-09-12update default layout (#523)Conrad Ludgate
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-25history list (#340)Conrad Ludgate
2022-04-22feature-flags (#328)Conrad Ludgate
2022-04-22History filter (#329)Ellie Huxtable
2022-04-22refactor (#327)Conrad Ludgate
2022-04-21refactor commands for better separation (#313)Conrad Ludgate
2022-04-07Update to clap 3.1.x (#289)Jamie Quigley
2022-03-17Update config-rs (#280)Ellie Huxtable
2022-03-13Fix `history list --cwd` errors (#278)Lucas Burns
2021-12-11Enable help messages for command line arguments (#239)Orhun Parmaksız
2021-09-24Resolve clippy warnings (#187)Jannik
2021-05-14Ignore commands beginning with a space, resolve #114 (#123)Ellie Huxtable
2021-05-09fix some bugs (#90)Conrad Ludgate
2021-05-09Allow listing or searching with only the command as output (#89)Ellie Huxtable
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable
2021-04-20Use cargo workspaces (#37)Ellie Huxtable
2021-04-20Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-04-06Bump rusqlite from 0.24.2 to 0.25.0 (#30)dependabot[bot]
2021-03-20Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable
2021-02-15Add init command (#12)Ellie Huxtable
2021-02-15Allow listing by current directory and/or sessionEllie Huxtable
2021-02-15use database trait instead of sqlite impl (#10)Conrad Ludgate
2021-02-14tidy some stuff (#6)Conrad Ludgate
2021-02-14Neaten the history listing code (#5)Ellie Huxtable
2021-02-14Make pedantic clippy happyEllie Huxtable
2021-02-13Add fuzzy history search and distinct argEllie Huxtable
2021-02-13Add sessionsEllie Huxtable
2021-02-13Implement history importEllie Huxtable