aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAge
* Document that the self-hosted port is TCP (#1317)Nemo1572023-10-21
|
* Add fish support for `enter_accept` (#1315)Ellie Huxtable2023-10-20
| | | | | | | | * Add fish support for `enter_accept` Also fixes shell detection. Who trusted me to write jetlagged code last night huh? * Document
* Add enter_accept to immediately execute an accepted command (#1311)Ellie Huxtable2023-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make enter execute the command, tab copy it * Add config for enter_accept enter_accept will make Atuin immediately accept an execute a command when selected. It defaults to false in our binary, but the default config enables it. This means that users who already use atuin will not default to the new behaviour unless they opt in, but new users will have it by default. Thanks to @davidhewitt for the patch and bulk of this implementation! Currently we have it just for zsh, but I'll follow up with other shells (unless anyone beats me to it :D) * Add docs * we need to tidy up the ui code anyway * Check if using zsh * Update docs/docs/config/config.md Co-authored-by: Conrad Ludgate <conradludgate@gmail.com> --------- Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
* Bump @babel/traverse from 7.21.2 to 7.23.2 in /docs (#1309)dependabot[bot]2023-10-17
| | | | | | | | | | | | | | | Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update key binding docsEllie Huxtable2023-10-14
|
* Update key-binding.md (#1291)Evan McBeth2023-10-09
| | | added some info about FISH and how to bind the CTRL-up keyset.
* Fix/1207 deleted entries shown in interactive search (#1272)Dieter Eickstaedt2023-10-04
|
* feat: copy to clipboard (#1249)YummyOreo2023-09-30
| | | | | | | * feat: adds clipboard as a dep * feat: add copy if you press ctl+y * docs: add copy to clipboard to docs
* add --reverse to history list (#1252)Chandra Kiran G2023-09-29
| | | | | | | | | | | | | | | | | | | * wip: add --reverse to history list * fix: remove print_list being called twice when reverse=true * chore: update documentation * feat: Avoid unneeded reverse by iterate forward or backward instead * feat: Make sure to only iterate once and avoid unneeded reverse call * feat: It used to be reverse by default. So make it default true here to be backwards compatible * fix clap --------- Co-authored-by: Dieter Eickstädt <eickstaedt@deicon.de>
* Add connect timeout and overall timeout (#1238)Ellie Huxtable2023-09-18
| | | | | | | | | * Add connect timeout and overall timeout * Make it configurable * Fix test * Add docs
* feat(keyup): Configure SearchMode for KeyUp invocation #1216 (#1224)Dieter Eickstaedt2023-09-17
| | | | | | | | | | | * feat(keyup): Configure SearchMode for KeyUp invocation #1216 * docs: adjusted search mode documentation * feat: setting search mode on engine * chore: cargo fmt * chore: removed redundant field name
* config.md: invert mode detailed options (#1225)Matheus Martins2023-09-14
|
* Update docker.mdEllie Huxtable2023-09-01
|
* Update shell-completions.mdEllie Huxtable2023-08-30
|
* Update config.mdEllie Huxtable2023-08-28
|
* Automatically filter out secrets (#1182)Ellie Huxtable2023-08-19
| | | | | | | | | | | | | | I'd like to extend the regex list here very soon, but start off by automatically filtering out secrets. Do not store them in history! I've included regex for: 1. AWS key id 2. Github pat (old and new) 3. Slack oauth tokens (bot, user) 4. Slack webhooks 5. Stripe live/test keys Will need updating after #806
* docs: update `workspace` config key to `workspaces` (#1174)Thomas Buckley-Houston2023-08-17
|
* Update(docs) Add `workspace` to config.toml and config.md (#1157)Emanuele Panzeri2023-08-09
|
* fix(docs): Correct command overview paths (#1145)LeoniePhiline2023-08-02
|
* fix(docs): List all presently documented commands (#1140)LeoniePhiline2023-08-01
|
* Add support for `max_preview_height` setting (#1088)Richard Jones2023-07-31
|
* Move all references to the old repo (#1132)Ellie Huxtable2023-07-30
| | | The repo now lives on an org! Move all references to the old path.
* 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.