| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
* Add initial database and server setup
* Set up all routes, auth, etc
* Implement sessions, password auth, hashing with argon2, and history storage
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* Add init command
This makes setting up the shell part of A'tuin much easier. Eval the
output of "atuin init".
* Update readme, add up binding
|
| |
|
| |
small improvements
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add stats command
For example
atuin stats day yesterday
atuin stats day last friday
atuin stats day 01/01/21
* Output tables, fix import blanks
|
| |
|
|
|
| |
zsh also uses ~/.zsh_history
get better errors for not found history file
|
| |
|
|
|
| |
* a few more tiny touch ups
* all praise clippy
|
| | |
|
| | |
|
| |
|