summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2023-07-09Update docusaurus.config.jsEllie Huxtable
2023-06-30update nushell env update syntax (#1080)JT
2023-06-27Update key-binding.mdEllie Huxtable
2023-06-26Update `nu` section in `key-bindings.md` - `set-env` -> `let-env` (#1074)Ethan Brierley
I don't think `set-env` exists πŸ€” ``` ❯ : set-env ATUIN_NOBIND = true Error: nu::shell::external_command Γ— External command failed ╭─[entry #6:1:1] 1 β”‚ set-env ATUIN_NOBIND = true Β· ───┬─── Β· ╰── did you mean 'let-env'? ╰──── help: No such file or directory (os error 2) ```
2023-06-21More redirectsEllie Huxtable
2023-06-21Move key binding docs so they can be more easily found (#1067)Ellie Huxtable
* Move key binding docs so they can be more easily found * Redirect
2023-06-21Redirect old docs (#1066)Ellie Huxtable
2023-06-21Revamp getting started guide (#1065)Ellie Huxtable
We were lacking some docs here really. Walk new users through getting installed and signed up! Coming next - Common config (how to disable the up arrow lol) - Troubleshooting - Community config/integrations
2023-06-13Make requirement of PostgreSQL 14 explicit (#1048)Maxim Burgerhout
2023-05-30fix: Adjust broken link to supported shells (#1013)Anish Pallati
2023-05-28Release v15.0.0 (#995)v15.0.0Ellie Huxtable
* Release v15.0.0 * Draft post * Update contributors
2023-05-27Make volume path absolute (#1009)Ed Ive
* Make volume path absolute * Update docs/docs/self-hosting/docker.md
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)v14.0.1Ellie 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)v14.0.0Ellie 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)v13.0.1Ellie 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)v13.0.0Ellie 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