index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
command
/
client
/
import.rs
(
unfollow
)
Commit message (
Expand
)
Author
2022-12-16
Switch to using ATUIN_LOG instead of RUST_LOG (#642)
Ellie Huxtable
2022-10-18
Upgrade clap (#568)
Conrad Ludgate
2022-05-20
Noyez zsh histdb import (#393)
noyez
2022-05-09
Importer V3 (#395)
Conrad Ludgate
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-26
fix import auto for bash (#352)
jean-santos
2022-04-21
refactor commands for better separation (#313)
Conrad Ludgate
2022-04-07
Update to clap 3.1.x (#289)
Jamie Quigley
2021-12-11
Fish importing (#234)
Conrad Ludgate
2021-05-09
Generic Importer Trait (#71)
Conrad Ludgate
2021-05-09
Fix resh importer, and change error handling method (#82)
Jamie Quigley
2021-05-08
Add importer for resh_history file (#69)
Jamie Quigley
2021-04-26
Support bash, resolves #3
Ellie Huxtable
2021-04-25
Update docs, unify on SQLx, bugfixes (#40)
Ellie Huxtable
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-02-15
Fix import message
Ellie Huxtable
2021-02-15
use database trait instead of sqlite impl (#10)
Conrad Ludgate
2021-02-14
Add stats command (#9)
Ellie Huxtable
2021-02-14
zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)
Conrad Ludgate
2021-02-14
Make pedantic clippy happy
Ellie Huxtable
2021-02-13
Minor fixes
Ellie Huxtable
2021-02-13
Add sessions
Ellie Huxtable
2021-02-13
Implement history import
Ellie Huxtable