aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAge
* use Ctrl-n instead of Alt-n on macOS (#1106)Richard Turner2023-07-27
| | | | | * use Ctrl-n instead of Alt-n on macOS * make ctrl-n instead of alt-n configurable
* Tidy up docs (#1120)Ellie Huxtable2023-07-26
|
* Remove vercel config (#1119)Ellie Huxtable2023-07-26
|
* Try adjusting docs root (#1118)Ellie Huxtable2023-07-26
|
* Serve docusaurus on /docs/ (#1117)Ellie Huxtable2023-07-26
|
* Bump semver from 5.7.1 to 5.7.2 in /docs (#1100)dependabot[bot]2023-07-14
| | | | | | | | | | | | | | | Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add OG image (#1097)Ellie Huxtable2023-07-11
| | | | | | | * Add OG image * Fix * byebye
* atuin crypto blog post (#1079)Conrad Ludgate2023-07-11
|
* Update docusaurus.config.jsEllie Huxtable2023-07-09
|
* update nushell env update syntax (#1080)JT2023-06-30
|
* Update key-binding.mdEllie Huxtable2023-06-27
|
* Update `nu` section in `key-bindings.md` - `set-env` -> `let-env` (#1074)Ethan Brierley2023-06-26
| | | | | | | | | | | | | | | | 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) ```
* More redirectsEllie Huxtable2023-06-21
|
* Move key binding docs so they can be more easily found (#1067)Ellie Huxtable2023-06-21
| | | | | * Move key binding docs so they can be more easily found * Redirect
* Redirect old docs (#1066)Ellie Huxtable2023-06-21
|
* Revamp getting started guide (#1065)Ellie Huxtable2023-06-21
| | | | | | | | | | 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
* Make requirement of PostgreSQL 14 explicit (#1048)Maxim Burgerhout2023-06-13
|
* fix: Adjust broken link to supported shells (#1013)Anish Pallati2023-05-30
|
* Release v15.0.0 (#995)Ellie Huxtable2023-05-28
| | | | | | | * Release v15.0.0 * Draft post * Update contributors
* Make volume path absolute (#1009)Ed Ive2023-05-27
| | | | | * Make volume path absolute * Update docs/docs/self-hosting/docker.md
* 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