aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix deleted history count (#1328)Ellie Huxtable2023-10-25
|
* Prepare release v17.0.0 (#1327)Ellie Huxtable2023-10-25
|
* Correct some secrets filter regex (#1326)Ellie Huxtable2023-10-25
|
* Revert "Revert "Revert "Use github runners for unit tests (for now) (#1279)" ↵Ellie Huxtable2023-10-25
| | | | | (#1294)" (#1295)" (#1325) This reverts commit 089cb6847c41b555b3a69ad1970f9449a77df491.
* fix(nushell): Ignore stderr messages (#1320)Patrick Jackson2023-10-23
|
* Document that the self-hosted port is TCP (#1317)Nemo1572023-10-21
|
* Add bash support to `enter_accept` (#1316)Ellie Huxtable2023-10-21
|
* allow binding server to hostname (#1318)Conrad Ludgate2023-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>
* Checkout repo so the manifest publish step can read git (#1314)Ellie Huxtable2023-10-19
|
* use the short sha to tag images (#1313)Ellie Huxtable2023-10-19
|
* Use ubuntu for x86, oopsEllie Huxtable2023-10-19
|
* Fix eventsEllie Huxtable2023-10-19
|
* Switch to Actuated for docker builds (#1312)Ellie Huxtable2023-10-19
|
* Delete CHANGELOG.mdEllie Huxtable2023-10-17
| | | We don't generally keep this up to date. With the release page, and the blog, I'm not sure a third place makes sense.
* 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>
* Bump lukemathwalker/cargo-chef (#1297)dependabot[bot]2023-10-17
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.72.0-buster to latest-rust-1.73.0-buster. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump semver from 1.0.18 to 1.0.20 (#1299)dependabot[bot]2023-10-17
| | | | | | | | | | | | | | | Bumps [semver](https://github.com/dtolnay/semver) from 1.0.18 to 1.0.20. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.20) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump debian from bullseye-20230919-slim to bullseye-20231009-slim (#1304)dependabot[bot]2023-10-17
| | | | | | | | | | | | Bumps debian from bullseye-20230919-slim to bullseye-20231009-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... 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
|
* Add commands to print the default configuration (#1241)Tobias Genannt2023-10-12
| | | | | | | | | | | | | * Add commands to print the default configuration When updating a software I often want to compare my configuration with the configuration of the new version. To make this possible atuin can now print the default configuration. This also updates the example files with the actual values used as default in the settings.rs files. * Changed command name to 'default-config' * Fixed merge
* Update key-binding.md (#1291)Evan McBeth2023-10-09
| | | added some info about FISH and how to bind the CTRL-up keyset.
* Revert "Revert "Use github runners for unit tests (for now) (#1279)" ↵Ellie Huxtable2023-10-08
| | | | | (#1294)" (#1295) This reverts commit 10541134693ba710261832c309fae67036c6e892.
* Revert "Use github runners for unit tests (for now) (#1279)" (#1294)Ellie Huxtable2023-10-08
| | | This reverts commit 0abbcd6941fb27d9dd7ac3443c78c06607660d33.
* clear history id (#1263)Conrad Ludgate2023-10-08
| | | | | * clear history id * fix nu
* fix(1220): Workspace Filtermode not handled in skim engine (#1273)Dieter Eickstaedt2023-10-05
| | | | | * fix(1220): Workspace Filtermode not handled in skim engine * fix: review suggestion accepted
* Fix/1207 deleted entries shown in interactive search (#1272)Dieter Eickstaedt2023-10-04
|
* A man is not dead while his name is still spoken (#1280)Chris Rose2023-10-03
|
* Add --print0 to `history list` (#1274)Chris Rose2023-10-02
| | | | | | | * Add --print0 to `history list` * Allow too many bools in the handle_list Gotta pacify clippy; I'm not sure how we'd do this without it!
* Use github runners for unit tests (for now) (#1279)Ellie Huxtable2023-10-02
| | | | | | | My self hosted runner is much faster, but my house was hit by lightning and the internet is down. I'm a few thousand miles away atm so won't be able to sort it for a while. Tests broken by _nature_.
* Revert "Re-enable `linux/arm64` platform in CI docker build (#1276)" (#1278)Ellie Huxtable2023-10-02
| | | This reverts commit ab8a48b2e01c33597b96bd05e66aa53413d1fe29.
* Re-enable `linux/arm64` platform in CI docker build (#1276)rriski2023-10-02
| | | This was previously enabled in #616 and then reverted in #730.
* 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
* support timezones in calendar (#1259)Conrad Ludgate2023-09-29
|
* handle empty keybindings list for nushell (#1270)Daniel Carosone2023-09-29
| | | | | fixes #1189 Co-authored-by: Daniel Carosone <dan@geek.com.au>
* 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>
* Fix support templateEllie Huxtable2023-09-28
|
* fix sync timestamps (#1258)Conrad Ludgate2023-09-28
| | | | | | | * fix timestamp * add sync test * skip all sync tests
* Update support.yml (#1268)Ellie Huxtable2023-09-28
|
* Update support.ymlEllie Huxtable2023-09-28
|
* Add support template (#1267)Ellie Huxtable2023-09-28
|
* Correct issue templatesEllie Huxtable2023-09-28
|
* Adjust issue templatesEllie Huxtable2023-09-28
|
* Create support.mdEllie Huxtable2023-09-28
| | | I'm testing some structuring out
* feat(installer): try installing via paru for the AUR (#1262)Orhun Parmaksız2023-09-28
|
* handle missing entries (fixes #1236) (#1253)Conrad Ludgate2023-09-26
| | | | | * fix #1236 * lints
* better sync error messages (#1254)Conrad Ludgate2023-09-26
|
* refactor: Duplications reduced in order to align implementations of reading ↵Dieter Eickstaedt2023-09-23
| | | | history files (#1247)
* Bump debian from bullseye-20230904-slim to bullseye-20230919-slim (#1242)dependabot[bot]2023-09-20
|