aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/import.rs (unfollow)
Commit message (Expand)Author
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