aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix editURL for docs (#732)Alpha Chen2023-02-27
|
* Revert "Re-enable arm docker builds (#616)" (#730)Ellie Huxtable2023-02-26
| | | | | | | Docker builds are failing on ARM, let's see if they work on AMD. Might be worth waiting until we have less C that needs building This reverts commit f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5.
* Enable RUST_BACKTRACE for docker builds (#729)Ellie Huxtable2023-02-26
| | | They're failing on ARM atm, maybe this will help
* Release v13 (#727)Ellie Huxtable2023-02-26
| | | | | | | * Write release blog post * Bump versions * Update contributors
* Docs index pageEllie Huxtable2023-02-26
|
* More fixes :)Ellie Huxtable2023-02-25
|
* I think the link checker gets it wrong sometimesEllie Huxtable2023-02-25
|
* Fix website buildEllie Huxtable2023-02-25
|
* Add fancy web docs (#725)Ellie Huxtable2023-02-25
| | | | | | | | | | | | | * Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
* Revert "Remove shortcut numbers (#708)" (#724)Ellie Huxtable2023-02-24
| | | This reverts commit 3fdd4f4591bc573906480c1c700df91ba866a2cb.
* Remove shortcut numbers (#708)Ellie Huxtable2023-02-15
| | | | | | | | * Remove shortcut numbers I was also going to remove the offset so scrolling only happens at the top. But tbh, I quite like it this way. * Remove key binding
* Bump lukemathwalker/cargo-chef (#715)dependabot[bot]2023-02-15
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.67.0 to latest-rust-1.67.1. --- 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>
* Add nix files and install instructions (#477)Jamie Quigley2023-02-15
|
* Add support for generic database in AppState (#711)Erwin Kroon2023-02-15
|
* fish: Fix `atuin init` for the fish shell (#699)Tobias Hunger2023-02-14
|
* Check before unwrapping in stats (#717)Ellie Huxtable2023-02-14
| | | Should fix the error @pdecat found!
* Add `history_filter` cfg to exclude commands from history (#515) (#716)Johannes Baiter2023-02-14
| | | | | Adds a new `history_filter` setting through which users can specify a list of regular expressions that match commands that should not be recorded in the history.
* Make the install script more robust (#692)frukto2023-02-10
| | | | Dont't fail is a Linux system does not provide lsb_release, try to read the distro from /etc/os-release in this case.
* Allow using existing key file on login (#688)Trygve Aaberge2023-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * Allow logging in without overwriting existing key file If the given key on login in empty, keep the existing key file rather than overwriting it with an empty file. This is useful if you log out and want to log in again and still use the same key, or if you have copied over the key file rather than providing it as input. * Refuse logging in if key is empty Before the previous commit, an empty key file would be created if key wasn't specified, and after the previous commit, the key file would not be created if the key wasn't specified and stay empty if it was empty. Now the log command checks the key file if a key is not specified and exits with an error message if either the key file couldn't be opened or is empty. If a key is specified, the key file is just created with it as before. * Validate the key on login, create new if no exists After reading the key either from an existing key file, or from the user input, validate that the provided key is valid (rather than just checking that it isn't empty). If no key file exists, create a new key instead of erroring out.
* docs(README): add static activity graph example (#680)Eric Ripa2023-02-10
| | | resolves ellie/atuin#678
* Bump bumpalo from 3.11.0 to 3.12.0 (#668)dependabot[bot]2023-02-10
| | | | | | | | | | | | | | | Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/fitzgen/bumpalo/releases) - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.11.0...3.12.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump tokio from 1.21.2 to 1.25.0 (#679)dependabot[bot]2023-02-10
| | | | | | | | | | | | | | | Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.25.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* stats (#707)Conrad Ludgate2023-02-10
|
* make update_needed check lazy (#706)Ellie Huxtable2023-02-10
|
* crossterm support (#331)Conrad Ludgate2023-02-10
| | | | | | | | | | | * crossterm v2 * patch crossterm * fix-version * no more tui dependency * lints
* Bump debian from bullseye-20221205-slim to bullseye-20230208-slim (#701)dependabot[bot]2023-02-10
| | | | | | | | | | | | Bumps debian from bullseye-20221205-slim to bullseye-20230208-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>
* axum6 with typesafe state (#674)Conrad Ludgate2023-02-10
|
* Bump fs-err from 2.8.1 to 2.9.0 (#604)dependabot[bot]2023-02-10
| | | | | | | | | | | | | | | | Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/andrewhickman/fs-err/releases) - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/compare/2.8.1...2.9.0) --- updated-dependencies: - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update README.md (#704)Ellie Huxtable2023-02-10
|
* Bump lukemathwalker/cargo-chef (#681)dependabot[bot]2023-02-07
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.64.0 to latest-rust-1.67.0. --- 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>
* Fix missing `-` in key-binding.md (#698)Evan Purkhiser2023-02-07
|
* Remove whitespace in template client config.tom (#697)Evan Purkhiser2023-02-07
|
* display mnemonic key (#694)Conrad Ludgate2023-02-06
|
* Try to make clippy happy 🥺 (#686)Ellie Huxtable2023-02-06
| | | | | | | * Try to make clippy happy 🥺 * Fmt * I missed one (can't run clippy locally on airport wifi...)
* Fix CI build badge (#683)Martin Junghanns2023-02-05
| | | | | see https://github.com/badges/shields/issues/8671 also, nice talk at FOSDEM :)
* feat(history): Add new flag to allow custom output format (#662)Baptiste2023-01-26
| | | | | | | | | | | * feat(history): Add new flag to allow custom output format * more efficient formatting * add user and host * docs Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
* Update contributors.rsEllie Huxtable2023-01-24
| | | sorry @conradludgate 😭
* docs: Fix typo in zh-CN/README.md (#666)Yolo2023-01-15
|
* docs: Remove human short flag from docs, duplicate of help -h (#663)Baptiste2023-01-11
|
* chore(#621): Exit atuin when pressing down arrow on most recent entry (#659)Baptiste2023-01-10
| | | | | Signed-off-by: Baptiste Roux <arte.but.posix@gmail.com> Signed-off-by: Baptiste Roux <arte.but.posix@gmail.com>
* Improve error message when $AUTIN_SESSION is not set. (#654)Jamie Quigley2022-12-27
| | | Closes #653
* Rework `atuin init` (#652)Jamie Quigley2022-12-24
| | | | | | | | | | | | | | * Rework `atuin init` This allows users to disable the CTRL-R and Up Arrow bindings, independently from one another * Document --disable-{ctrl-r,up-arrow} * Apply suggestions from code review Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Allow overriding filter and search modes from CLI (#635)Patrick Decat2022-12-18
| | | | | | | | | | | | | * Allow overriding filter and search modes from CLI arguments * Use session filter mode for bash up key binding * We precisely do not want to add quotes here so that all arguments are properly passed * Add --shell-up-key-binding hidden command argument and filter_mode_shell_up_key_binding configuration option to allow customizing the filter mode used when atuin is invoked from a shell up-key binding * Correct up binding for zsh Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Bump debian from bullseye-20221024-slim to bullseye-20221205-slim (#638)dependabot[bot]2022-12-18
| | | | | | | | | | | | | | Bumps debian from bullseye-20221024-slim to bullseye-20221205-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump base64 from 0.13.0 to 0.20.0 (#641)dependabot[bot]2022-12-18
| | | | | | | | | | | | | | | | | | Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.20.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable2022-12-16
| | | | | | | * Switch to using ATUIN_LOG instead of RUST_LOG * Stop clippy complaining * I should know better - clippy is never happy :(
* Fix session history (#620)Patrick Jackson2022-12-16
|
* install.sh: Fallback to using cargo (#639)Patrick Jackson2022-12-16
|
* Add support for some additional keys in interactive mode (#634)Patrick Decat2022-12-03
| | | | | | | * Ignore tab key in interactive mode * Support home and end keys in interactive mode * Support delete key in interactive mode
* Handle multiline commands in fish shell (#623)Patrick Jackson2022-11-19
|