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
/
atuin-client
/
src
/
import
(
unfollow
)
Commit message (
Expand
)
Author
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-03-05
fix(build): make atuin compile on non-win/mac/linux platforms (#1825)
Rain
2024-02-21
fix(import/zsh-histdb): missing or wrong fields (#1740)
Aloxaf
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
2024-01-03
fix(import/zsh): zsh use a special format to escape some characters (#1490)
依云
2023-09-23
refactor: Duplications reduced in order to align implementations of reading h...
Dieter Eickstaedt
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-06-15
Builder interface for History objects (#933)
Vlad Stepanov
2023-05-10
Patch bash history import regression (#970)
Ellie Huxtable
2023-04-14
Improve error message for issue #850. (#876)
postmath
2023-04-11
Switch to uuidv7 (#864)
Ellie Huxtable
2023-04-08
Use XDG data directory for fish import (#851)
János Illés
2023-04-05
Handle empty lines when importing from Bash (#845)
cyqsimon
2023-03-26
feat: add *Nushell* support (#788)
Steven Xu
2023-03-20
Add history deletion (#791)
Ellie Huxtable
2023-03-02
Rework Bash import (#747)
cyqsimon
2023-02-10
crossterm support (#331)
Conrad Ludgate
2023-02-06
Try to make clippy happy 🥺 (#686)
Ellie Huxtable
2022-10-19
Never use HISTFILE for fish shell import (#573)
Patrick Jackson
2022-10-10
Fix ZSH import print
Ellie Huxtable
2022-06-05
Noyez fix dir hostname utf8 (#430)
noyez
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-22
refactor (#327)
Conrad Ludgate
2022-04-21
A few minor tweaks (#314)
Conrad Ludgate
2021-12-11
Fish importing (#234)
Conrad Ludgate
2021-11-13
chore: some new linting (#201)
Conrad Ludgate
2021-09-09
Reordered fuzzy search (#179)
Mark Wotton
2021-05-09
Fix resh importer crashing on end of file (#92)
Jamie Quigley
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