aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAge
* 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>
* Add kubernetes instructions and manifests (#427)Klas Mellbourn2022-06-26
| | | | | | | | | | | | | | | * add kubernetes instructions * minor wording improvements * better password instructions * add information about changed port * improved grammar * Separate docker and k8s docs Add k8s folder for kubernetes configs
* Add fish shell to key binding docs (#418)Ubiquitous Photon2022-05-19
| | | | | Add the missing fish shell part into the documentation for ATUIN_NOBIND. Binding to up is pretty problematic in fish, as if you want to navigate the pager for auto-suggestions, you tend to get a bit stuck.
* Update Chinese version README.md (#403)ZhiHong Li2022-05-12
|
* Add Chinese documentation translation & Fix spelling mistakes (#373)ZhiHong Li2022-05-01
| | | | | * Add Chinese documentation translation * Fix spelling mistakes
* Add Russian documentation translation (#365)mb6ockatf2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translate config.md to russian * Translate docs/import_ru.md to russian * Translate docs/key-binding.md to russian * Translate docs/list_ru.md to russian * Correct misprint in config_ru.md * Translate docs/search.md to russian * Translate docs/server_ru.md to russian * Translate docs/shell-completions.md to russian * Translate docs/stats.md to russian * Translate docs/sync.md to russian * Add .idea/ to .gitignore * Translated files are placed in a separate folder * Correct misprint (~~истоии~~ => истории). Correct links between files Co-authored-by: BigProject404 <bigproject404@yandex.ru>
* Fix typos in the docs. (#171)mundry2022-04-22
| | | Co-authored-by: mundry <mundry@users.noreply.github.com>
* History filter (#329)Ellie Huxtable2022-04-22
| | | | | | | | | | | | | | * Add history filters, and hotkey toggle Switch between different search modes to narrow down the history you want - global search for all history, host for all history from your current machine, session for the current shell session, and directory for the current directory The default can be configured via `filter_mode` * Update docs * Add context
* Added docker-compose.yml (#325)lchausmann2022-04-22
| | | | | Also added section to how to run your own server. Co-authored-by: Lars Chr. Duus Hausmann <lars.chr@duus-hausmann.dk>
* Improve fuzzy search (#279)Patrick2022-03-18
| | | | | | | | | | | | | | | | | | | | | * Add SearchMode fzf. Add a new search mode "fzf" that tries to mimic the search syntax of https://github.com/junegunn/fzf#search-syntax This search mode splits the query into terms where each term is matched individually. Terms can have operators like prefix, suffix, exact match only and can be inverted. Additionally, smart-case matching is performed: if a term contains a non-lowercase letter the match will be case-sensitive. * PR feedback. - Use SearchMode::Fuzzy instead of SearchMode::Fzf - update docs - re-order tests so previous fuzzy tests come first, add more tests for each operator * PR comments: remove named arguments, match expression * PR comments: macro -> async func
* Support generating shell completions (#235)Orhun Parmaksız2021-12-10
| | | | | | | * Add gen-completions subcommand for generating shell completions * Update documentation about generating shell completions * Include the shell completions in release tarball
* chore: supply pre-build docker image (#199)Conrad Ludgate2021-11-17
| | | | | * feat: supply pre-built docker image * chore: add docker run to docs
* fix: dockerfile with correct glibc (#198)Conrad Ludgate2021-11-13
| | | | | * fix: dockerfile with correct glibc * chore: update server docs
* Add fuzzy text search mode (#142)Frank Hamand2021-06-01
|
* Fix doc links in sync.md (#115)Frank Hamand2021-05-11
|
* Release v0.7.0 (#103)Ellie Huxtable2021-05-10
| | | | | | | | | | | | | | | | * Release v0.7.0 - Update all the crate versions - Update the demo gif - Write a changelog - Adjust the title of the search screen (has the old name still) - Adjust the colours of the quick-jump numbers (sadly invisible on some colour schemes as dark grey :/) * Update README, default config file, docs * Link usernames * Trigger release workflow upon release creation, as well as tags
* Add logout, only login if not already logged in (#91)Ellie Huxtable2021-05-09
| | | | | | | | | | | Also: - Ensures that a key is generated as soon as a user registers! - Ensures that "atuin key" will generate a key if needed, and doesn't double base64 encode data And a few other little fixes :) Resolves #85 Resolves #86
* Add ATUIN_NOBIND (#62)Ellie Huxtable2021-05-08
| | | | | | | | | | | * Add ATUIN_NOBIND * Update docs/key-binding.md `<kbd>`, what magic Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update README and docsEllie Huxtable2021-05-07
|
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
* Begin moving to sqlx for local too * Stupid scanners should just have a nice cup of tea Random internet shit searching for /.env or whatever * Remove diesel and rusqlite fully