| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | fix(fish): accept multiline commands (#1418) | Patrick Jackson | 2023-12-02 | |
| | | ||||
| * | chore: `cargo update` (#1419) | Ellie Huxtable | 2023-12-02 | |
| | | ||||
| * | chore: update to sqlx 0.7.3 (#1416) | Ellie Huxtable | 2023-11-29 | |
| | | ||||
| * | feat: allow spaces in stats prefixes (#1414) | Patrick Jackson | 2023-11-29 | |
| | | ||||
| * | docs: new stats config (#1412) | Ellie Huxtable | 2023-11-23 | |
| | | ||||
| * | feat: allow configuring stats prefix (#1411) | Ellie Huxtable | 2023-11-23 | |
| | | ||||
| * | docs: Update Arch Linux package URL in advanced-install.md (#1407) | Felix Yan | 2023-11-23 | |
| | | | | The old URL returns 404 now. | |||
| * | docs: Update sync.md (#1409) | 镜面王子 | 2023-11-22 | |
| | | | | Linux name correction | |||
| * | Update CONTRIBUTING.md | Ellie Huxtable | 2023-11-19 | |
| | | ||||
| * | feat: add some metrics related to Atuin as an app (#1399) | Ellie Huxtable | 2023-11-18 | |
| | | ||||
| * | feat: add metrics server and http metrics (#1394) | Ellie Huxtable | 2023-11-16 | |
| | | | | | | | | | | * feat: add metrics server and http metrics * setup metrics * update default config * fix tests | |||
| * | fix: new clippy lints (#1395) | Ellie Huxtable | 2023-11-16 | |
| | | ||||
| * | fix: Make `atuin account delete` void session + key (#1393) | Dom Rodriguez | 2023-11-16 | |
| | | | | | | | | | | | | | | | | | | | | | When I deleted my Atuin.sh account, I found the command did not delete the key or session files. This caused `bail!`s from Atuin when querying the session status, or synchronising. Of course, one shouldn't expect Atuin to be able to synchronise or query with the server when the account is deleted, but the relevant files were still present, so the behaviour was different to what we'd expect. I discussed this with @ellie on Discord, and we came to the conclusion that I should open a PR, and submit a patch. I'm not sure how well this PR fits in with the borrow checker, but I've run tests, a Nix build, and a Cargo build - all goes well. I have not tested on macOS or Windows; only NixOS. Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk> | |||
| * | Disable enter-accept for bash (#1385) | Ellie Huxtable | 2023-11-11 | |
| | | | | | | * Disable enter-accept for bash * pretty sure ignoring those lints is correct | |||
| * | Bash `enter_accept` best effort fixes (#1384) | Patrick Jackson | 2023-11-10 | |
| | | | | | | * fix(bash): Rewrite the enter_accept integration * docs(bash): Update bash installation instructions with warnings | |||
| * | fix(fish): use fish builtins for `enter_accept` (#1373) | Patrick Jackson | 2023-11-03 | |
| | | ||||
| * | fix(fish): clean up the fish script options (#1370) | Patrick Jackson | 2023-11-03 | |
| | | ||||
| * | Update docs (#1367) | Ellie Huxtable | 2023-11-01 | |
| | | ||||
| * | Bump debian from bullseye-20231009-slim to bullseye-20231030-slim (#1366) | dependabot[bot] | 2023-11-01 | |
| | | ||||
| * | fix(zsh): Only trigger up-arrow on first line (#1359) | Patrick Jackson | 2023-10-31 | |
| | | | | | | * fix(zsh): Only trigger up-arrow on first line * fix(zsh): only trigger up-key if the buffer is 1 line | |||
| * | fix(zsh): bind in the most popular modes (#1360) | Patrick Jackson | 2023-10-30 | |
| | | ||||
| * | fix(nix): Add Appkit to the package build (#1358) | Patrick Jackson | 2023-10-30 | |
| | | ||||
| * | feat(nix): Add a nixpkgs overlay (#1357) | Patrick Jackson | 2023-10-29 | |
| | | ||||
| * | fix: initial list of history in workspace mode (#1356) | Ellie Huxtable | 2023-10-29 | |
| | | | | | The initial list didn't correctly show all history while in workspace mode, while it worked totally as expected while searching. Fix this. | |||
| * | Add Kris Nova to X-Clacks-Overhead (#1355) | Ellie Huxtable | 2023-10-28 | |
| | | | | | | Rest in peace 😔 https://nivenly.org/memorials/krisnova/ | |||
| * | Release v17.0.1 (#1354) | Ellie Huxtable | 2023-10-28 | |
| | | ||||
| * | fix(enter_accept): clear old cmd snippet (#1350) | Patrick Jackson | 2023-10-28 | |
| | | ||||
| * | Fix for breaking change in ratatui 0.24.0 (#1352) | Tobias Genannt | 2023-10-28 | |
| | | ||||
| * | fix(bash): improve output of `enter_accept` (#1342) | Patrick Jackson | 2023-10-27 | |
| | | ||||
| * | fix(fish): improve output for `enter_accept` (#1341) | Patrick Jackson | 2023-10-27 | |
| | | | | | | | | Fixes 2 issues with the fish shell prompt when using `enter_accept` 1. Runs pre/post exec so the command is added to the atuin history. 2. Adds padding so that the repainting of the shell prompt doesn't overwrite the output. This adds 2 lines of padding to account for prompts up to 2 lines tall, larger prompts will still cause repainting problems and smaller prompts will be getting an extra line. | |||
| * | update support template (#1340) | Ellie Huxtable | 2023-10-26 | |
| | | ||||
| * | Remove duplicate "invert" in default config (#1338) | Michael Vincent | 2023-10-26 | |
| | | ||||
| * | Silence fish string match (#1336) | Ellie Huxtable | 2023-10-26 | |
| | | | | | | | Oops. `string match` is a bit too noisy, make it quiet. Also print the match before executing it. Resolve #1335 | |||
| * | Fix cargo deb usage (#1337) | Ellie Huxtable | 2023-10-26 | |
| | | | | | | v2.0.0 of cargo deb added the revision number. I'd rather not change the output name of our file, so force cargo-deb to stick to the "old" behaviour | |||
| * | Add release blog post and update docs (#1332) | Ellie Huxtable | 2023-10-26 | |
| | | | | | | | | * Add release blog post and update docs * I forgot I moved the blog lmao * Fix images | |||
| * | fix(nu): disable the up-arrow keybinding for Nushell (#1329) | Patrick Jackson | 2023-10-26 | |
| | | ||||
| * | Fix deleted history count (#1328) | Ellie Huxtable | 2023-10-25 | |
| | | ||||
| * | Prepare release v17.0.0 (#1327) | Ellie Huxtable | 2023-10-25 | |
| | | ||||
| * | Correct some secrets filter regex (#1326) | Ellie Huxtable | 2023-10-25 | |
| | | ||||
| * | Revert "Revert "Revert "Use github runners for unit tests (for now) (#1279)" ↵ | Ellie Huxtable | 2023-10-25 | |
| | | | | | | (#1294)" (#1295)" (#1325) This reverts commit 089cb6847c41b555b3a69ad1970f9449a77df491. | |||
| * | fix(nushell): Ignore stderr messages (#1320) | Patrick Jackson | 2023-10-23 | |
| | | ||||
| * | Document that the self-hosted port is TCP (#1317) | Nemo157 | 2023-10-21 | |
| | | ||||
| * | Add bash support to `enter_accept` (#1316) | Ellie Huxtable | 2023-10-21 | |
| | | ||||
| * | allow binding server to hostname (#1318) | Conrad Ludgate | 2023-10-21 | |
| | | ||||
| * | Add fish support for `enter_accept` (#1315) | Ellie Huxtable | 2023-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 Huxtable | 2023-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> | |||
| * | Checkout repo so the manifest publish step can read git (#1314) | Ellie Huxtable | 2023-10-19 | |
| | | ||||
| * | use the short sha to tag images (#1313) | Ellie Huxtable | 2023-10-19 | |
| | | ||||
| * | Use ubuntu for x86, oops | Ellie Huxtable | 2023-10-19 | |
| | | ||||
| * | Fix events | Ellie Huxtable | 2023-10-19 | |
| | | ||||
