aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAge
...
* Add option to completely disable help row (#993)Hilmar Wiegand2023-05-22
| | | | | | | * Add option to completely disable help row * Pass full settings object to draw command * Add documentation for show_help
* Restructure account commands to account subcommand (#984)Ellie Huxtable2023-05-17
| | | | | | | | | | | | | | | | | | | * 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
* validate usernames on registration (#982)Conrad Ludgate2023-05-16
| | | | | improve login password incorrect error message update docs for registration with passwords
* feat: add delete account option (attempt 2) (#980)Yannick Ulrich2023-05-16
| | | | | | | | | | | | | | | * 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
* Include bash preexec warning (#983)Ellie Huxtable2023-05-16
|
* website: Fix participle "be ran" -> "be run" (#939)Niklas Hambüchen2023-05-08
|
* Correct typos in website (#946)Steve Kemp2023-05-07
| | | This commit fixes the spelling of "variables" in a couple of places.
* docs: fix "From source" `cd` command (#937)Richard de Boer2023-05-06
| | | | Cloning does not automatically cd to the new directory, and we need to cd to "atuin" *inside* the cloned repository.
* Add command flag for `inline_height` (#905)VuiMuich2023-05-02
| | | | | | | * add a command flag for `inline_height` * docs * docs: better formating for short command flags
* add nu section to keybind docs (#881)VuiMuich2023-05-02
|
* Add keyboard shortcuts to the Config/Keybinding chapter. (#875)Maxim Uvarov2023-04-17
| | | | | | | | | | | | | | | | | | | | | | * 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>
* Release v14.0.1 (#883)Ellie Huxtable2023-04-16
|
* Make the homepage prettier (#880)Ellie Huxtable2023-04-15
|
* Add footer (#879)Ellie Huxtable2023-04-15
|
* Avoid accidentally deleting all history, but allow it if intended (#878)Ellie Huxtable2023-04-15
| | | | | * Avoid accidentally deleting all history, but allow it if intended * docs
* Add additional detail to search documentation (#860)Brian Kung2023-04-11
|
* Add `--reverse` to `atuin search` (#862)Tom Cammann2023-04-11
| | | | | | | | | 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 ```
* Updated client config docs (#839)cyqsimon2023-04-05
| | | | | | | | * 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
* Clarify in docsEllie Huxtable2023-04-01
|
* Release Atuin v14 (#836)Ellie Huxtable2023-04-01
| | | | | | | * Bump versions * Write release notes * add link
* Update `atuin search` docs (#828)Tom Cammann2023-03-29
| | | Add docs for using `--limit` and `--offset` in `atuin search`
* fix: many wins were broken :memo: (#789)Nico Kokonas2023-03-19
|
* Minor documentation updates (#767)onkelT22023-03-08
|
* Add hachyderm to homeEllie Huxtable2023-02-28
|
* Add Hachyderm links (#742)Ellie Huxtable2023-02-28
|
* Patch release v13.0.1 (#741)Ellie Huxtable2023-02-28
| | | | | * Patch release v13.0.1 * Update blog post
* [docs] fix some links between config and commands (#733)Maurice Escher2023-02-27
|
* Fix link to self-hosting (#731)Alpha Chen2023-02-27
|
* Fix editURL for docs (#732)Alpha Chen2023-02-27
|
* Release v13 (#727)Ellie Huxtable2023-02-26
| | | | | | | * Write release blog post * Bump versions * Update contributors
* Docs index pageEllie Huxtable2023-02-26
|
* More fixes :)Ellie Huxtable2023-02-25
|
* I think the link checker gets it wrong sometimesEllie Huxtable2023-02-25
|
* Fix website buildEllie Huxtable2023-02-25
|
* Add fancy web docs (#725)Ellie Huxtable2023-02-25
| | | | | | | | | | | | | * Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
* docs(README): add static activity graph example (#680)Eric Ripa2023-02-10
| | | resolves ellie/atuin#678
* Fix missing `-` in key-binding.md (#698)Evan Purkhiser2023-02-07
|
* docs: Fix typo in zh-CN/README.md (#666)Yolo2023-01-15
|
* docs: Remove human short flag from docs, duplicate of help -h (#663)Baptiste2023-01-11
|
* Rework `atuin init` (#652)Jamie Quigley2022-12-24
| | | | | | | | | | | | | | * 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>
* Allow overriding filter and search modes from CLI (#635)Patrick Decat2022-12-18
| | | | | | | | | | | | | * 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>
* Fix minor typo in config.md (#615)Patrick Jackson2022-11-17
|
* Fix copy/paste artifact (#598)Eric Crosson2022-11-06
|
* Add setting for keeping typed query when exiting (#451)Sam Lanning2022-11-06
| | | | | | | * Add option for keeping typed query on escape fixes #422 * chore: Address duplicate if statement blocks
* Update server.md (#589)Plamen Dimitrov2022-11-02
| | | Update the usage of the short flag -h for --help instead of --host.
* docs: add more details about date parsing in the stats command (#579)Benjamin Vergnaud2022-10-21
| | | | | * docs: add more details about date parsing in the stats command * chore: Replace chrono-english crate with interim
* Add automatic update checking (#555)Ellie Huxtable2022-10-14
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* update zh-CN docs (#539)Bruce Huang2022-10-08
| | | | | | | | | * update zh-CN docs * update zh-CN docs * update zh-CN docs * update zh-CN docs
* Add `style` to config.toml and config.md (#552)xfzv2022-10-05
| | | | | | | | | | | * 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>
* Add support for prepending a path to all routes for the server (#484)morguldir2022-07-26
| | | | | | | | | | | | | * 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>