aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)Author
2023-05-22Add option to completely disable help row (#993)Hilmar Wiegand
* Add option to completely disable help row * Pass full settings object to draw command * Add documentation for show_help
2023-05-17Restructure account commands to account subcommand (#984)Ellie Huxtable
* Stop running triggers on history delete * Move to account management dir * Alter trigger function to only run for inserts * wip * Add atuin account subcommands, and re-org delete * Clarify docs * Delete silly dupe migration * Um where did this come from * Oops, insert only plz
2023-05-16validate usernames on registration (#982)Conrad Ludgate
improve login password incorrect error message update docs for registration with passwords
2023-05-16feat: add delete account option (attempt 2) (#980)Yannick Ulrich
* Added DELETE register endpoint * Added remove function to database * Added unregister to client * Updated docs * Renamed functions * Reformatting * Used execute instead of fetch in delete_user
2023-05-16Include bash preexec warning (#983)Ellie Huxtable
2023-05-08website: Fix participle "be ran" -> "be run" (#939)Niklas Hambüchen
2023-05-07Correct typos in website (#946)Steve Kemp
This commit fixes the spelling of "variables" in a couple of places.
2023-05-06docs: fix "From source" `cd` command (#937)Richard de Boer
Cloning does not automatically cd to the new directory, and we need to cd to "atuin" *inside* the cloned repository.
2023-05-02Add command flag for `inline_height` (#905)VuiMuich
* add a command flag for `inline_height` * docs * docs: better formating for short command flags
2023-05-02add nu section to keybind docs (#881)VuiMuich
2023-04-17Add keyboard shortcuts to the Config/Keybinding chapter. (#875)Maxim Uvarov
* Added Shortcuts section to keybinings * Removed obvious shortcuts * Update docs/docs/config/key-binding.md Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> * Update docs/docs/config/key-binding.md Co-authored-by: Conrad Ludgate <oon@conradludgate.com> * replaced cursor keys with emojis * got back to utf symbols --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
2023-04-16Release v14.0.1 (#883)Ellie Huxtable
2023-04-15Make the homepage prettier (#880)Ellie Huxtable
2023-04-15Add footer (#879)Ellie Huxtable
2023-04-15Avoid accidentally deleting all history, but allow it if intended (#878)Ellie Huxtable
* Avoid accidentally deleting all history, but allow it if intended * docs
2023-04-11Add additional detail to search documentation (#860)Brian Kung
2023-04-11Add `--reverse` to `atuin search` (#862)Tom Cammann
Add `-r/--reverse` flag to `atuin search` to allow searching by oldest results first. Example to find the oldest `cargo` command: ``` atuin search --limit 1 --reverse cargo ```
2023-04-05Updated client config docs (#839)cyqsimon
* Updated client config docs - Example `config.toml` now includes all the newest options - `settings.rs`, `config.toml`, and `config.md` now have uniform option order * Remove trailing space
2023-04-01Clarify in docsEllie Huxtable
2023-04-01Release Atuin v14 (#836)Ellie Huxtable
* Bump versions * Write release notes * add link
2023-03-29Update `atuin search` docs (#828)Tom Cammann
Add docs for using `--limit` and `--offset` in `atuin search`
2023-03-19fix: many wins were broken :memo: (#789)Nico Kokonas
2023-03-08Minor documentation updates (#767)onkelT2
2023-02-28Add hachyderm to homeEllie Huxtable
2023-02-28Add Hachyderm links (#742)Ellie Huxtable
2023-02-28Patch release v13.0.1 (#741)Ellie Huxtable
* Patch release v13.0.1 * Update blog post
2023-02-27[docs] fix some links between config and commands (#733)Maurice Escher
2023-02-27Fix link to self-hosting (#731)Alpha Chen
2023-02-27Fix editURL for docs (#732)Alpha Chen
2023-02-26Release v13 (#727)Ellie Huxtable
* Write release blog post * Bump versions * Update contributors
2023-02-26Docs index pageEllie Huxtable
2023-02-25More fixes :)Ellie Huxtable
2023-02-25I think the link checker gets it wrong sometimesEllie Huxtable
2023-02-25Fix website buildEllie Huxtable
2023-02-25Add fancy web docs (#725)Ellie Huxtable
* Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
2023-02-10docs(README): add static activity graph example (#680)Eric Ripa
resolves ellie/atuin#678
2023-02-07Fix missing `-` in key-binding.md (#698)Evan Purkhiser
2023-01-15docs: Fix typo in zh-CN/README.md (#666)Yolo
2023-01-11docs: Remove human short flag from docs, duplicate of help -h (#663)Baptiste
2022-12-24Rework `atuin init` (#652)Jamie Quigley
* Rework `atuin init` This allows users to disable the CTRL-R and Up Arrow bindings, independently from one another * Document --disable-{ctrl-r,up-arrow} * Apply suggestions from code review Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
2022-12-18Allow overriding filter and search modes from CLI (#635)Patrick Decat
* Allow overriding filter and search modes from CLI arguments * Use session filter mode for bash up key binding * We precisely do not want to add quotes here so that all arguments are properly passed * Add --shell-up-key-binding hidden command argument and filter_mode_shell_up_key_binding configuration option to allow customizing the filter mode used when atuin is invoked from a shell up-key binding * Correct up binding for zsh Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
2022-11-17Fix minor typo in config.md (#615)Patrick Jackson
2022-11-06Fix copy/paste artifact (#598)Eric Crosson
2022-11-06Add setting for keeping typed query when exiting (#451)Sam Lanning
* Add option for keeping typed query on escape fixes #422 * chore: Address duplicate if statement blocks
2022-11-02Update server.md (#589)Plamen Dimitrov
Update the usage of the short flag -h for --help instead of --host.
2022-10-21docs: add more details about date parsing in the stats command (#579)Benjamin Vergnaud
* docs: add more details about date parsing in the stats command * chore: Replace chrono-english crate with interim
2022-10-14Add automatic update checking (#555)Ellie Huxtable
* Add automatic update checking * Add setting to opt out of update checks * Document options * no * no * also no * Make clippy happy * Update atuin-client/src/settings.rs Co-authored-by: Conrad Ludgate <conradludgate@gmail.com> * fix features Co-authored-by: Conrad Ludgate <conradludgate@gmail.com> Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
2022-10-08update zh-CN docs (#539)Bruce Huang
* update zh-CN docs * update zh-CN docs * update zh-CN docs * update zh-CN docs
2022-10-05Add `style` to config.toml and config.md (#552)xfzv
* Add `style` to config.toml * Add `style` to config.md * Update atuin-client/config.toml Co-authored-by: Conrad Ludgate <oon@conradludgate.com> Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
2022-07-26Add support for prepending a path to all routes for the server (#484)morguldir
* Add support for prepending a path to all routes * Don't nest if there is no path provided Co-authored-by: Conrad Ludgate <oon@conradludgate.com> * Change the default for the path variable * run cargo-fmt Co-authored-by: Conrad Ludgate <oon@conradludgate.com>