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
/
crates
/
turtle
/
src
/
command
/
client
/
import.rs
(
unfollow
)
Commit message (
Expand
)
Author
2 days
feat(server): Really make users stateless (with tests)
Benedikt Peetz
3 days
chore: Remove all `pub`s
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
3 days
chore: Turn all `allow`s into into `expect`s
Benedikt Peetz
2026-04-21
chore: update to rust 1.95 (#3426)
Ellie Huxtable
2025-10-20
feat: add import from PowerShell history (#2864)
Lucas Trzesniewski
2025-07-22
chore: update to rust 1.88 (#2815)
Ellie Huxtable
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2025-03-09
chore: update rust toolchain to 1.85 (#2618)
Ellie Huxtable
2024-05-21
feat: support importing from replxx history files (#2024)
Amos Bird
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-02-15
fix(xonsh): Add xonsh to auto import, respect $HISTFILE in xonsh import, and ...
jfmontanaro
2024-02-12
feat: Add xonsh history import (#1678)
jfmontanaro
2023-10-08
clear history id (#1263)
Conrad Ludgate
2023-04-14
Workspace reorder (#868)
Vladislav Stepanov
2023-03-26
feat: add *Nushell* support (#788)
Steven Xu
2023-03-05
Windows support (#754)
YummyOreo
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