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
/
sync
/
login.rs
(
unfollow
)
Commit message (
Expand
)
Author
2023-04-14
Workspace reorder (#868)
Vladislav Stepanov
2023-03-06
fix(client): always read session_path from settings (#757)
Luke Karrys
2023-02-10
Allow using existing key file on login (#688)
Trygve Aaberge
2023-02-06
display mnemonic key (#694)
Conrad Ludgate
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-24
Adds password prompt for register and login (#424)
Satyarth Sampath
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-22
feature-flags (#328)
Conrad Ludgate
2022-04-21
refactor commands for better separation (#313)
Conrad Ludgate
2022-04-12
goodbye warp, hello axum (#296)
Conrad Ludgate
2022-04-07
Update to clap 3.1.x (#289)
Jamie Quigley
2021-12-11
Enable help messages for command line arguments (#239)
Orhun Parmaksız
2021-12-08
feat: login/register no longer blocking (#216)
Conrad Ludgate
2021-11-13
chore: some new linting (#201)
Conrad Ludgate
2021-09-24
feat: allow input of credentials from stdin (#185)
Jannik
2021-05-09
some changes :shrug: (#83)
Conrad Ludgate
2021-05-09
Add logout, only login if not already logged in (#91)
Ellie Huxtable
2021-04-21
Bugfixes, show time ago, perf improvements
Ellie Huxtable
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable
2021-04-13
Add history sync, resolves #13 (#31)
Ellie Huxtable