aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/import.rs (unfollow)
Commit message (Expand)Author
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
3 dayschore: Turn all `allow`s into into `expect`sBenedikt Peetz
2026-04-21chore: update to rust 1.95 (#3426)Ellie Huxtable
2025-10-20feat: add import from PowerShell history (#2864)Lucas Trzesniewski
2025-07-22chore: update to rust 1.88 (#2815)Ellie Huxtable
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-09chore: update rust toolchain to 1.85 (#2618)Ellie Huxtable
2024-05-21feat: support importing from replxx history files (#2024)Amos Bird
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-02-15fix(xonsh): Add xonsh to auto import, respect $HISTFILE in xonsh import, and ...jfmontanaro
2024-02-12feat: Add xonsh history import (#1678)jfmontanaro
2023-10-08clear history id (#1263)Conrad Ludgate
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-03-26feat: add *Nushell* support (#788)Steven Xu
2023-03-05Windows support (#754)YummyOreo
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
2022-10-18Upgrade clap (#568)Conrad Ludgate
2022-05-20Noyez zsh histdb import (#393)noyez
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-26fix import auto for bash (#352)jean-santos
2022-04-21refactor commands for better separation (#313)Conrad Ludgate
2022-04-07Update to clap 3.1.x (#289)Jamie Quigley
2021-12-11Fish importing (#234)Conrad Ludgate
2021-05-09Generic Importer Trait (#71)Conrad Ludgate
2021-05-09Fix resh importer, and change error handling method (#82)Jamie Quigley
2021-05-08Add importer for resh_history file (#69)Jamie Quigley
2021-04-26Support bash, resolves #3Ellie Huxtable
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
2021-04-20Use cargo workspaces (#37)Ellie Huxtable
2021-02-15Fix import messageEllie Huxtable
2021-02-15use database trait instead of sqlite impl (#10)Conrad Ludgate
2021-02-14Add stats command (#9)Ellie Huxtable
2021-02-14zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)Conrad Ludgate
2021-02-14Make pedantic clippy happyEllie Huxtable
2021-02-13Minor fixesEllie Huxtable
2021-02-13Add sessionsEllie Huxtable
2021-02-13Implement history importEllie Huxtable