aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* 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
* Fix selecting complex fish commands (#1237)Ellie Huxtable2023-09-17
| | | | | | | | | This was failing for commands that spanned multiple lines, and contained a backslash. Thanks to @saulrh for suggesting the fix! I just tested and pushed it. Resolves #1211 Resolves #1232
* docs: document the available format options of History list command (#1234)Dieter Eickstaedt2023-09-17
|
* config.md: invert mode detailed options (#1225)Matheus Martins2023-09-14
|
* Update config.toml: List inverted mode (#1226)Matheus Martins2023-09-14
|
* Bump ratatui from 0.22.0 to 0.23.0 (#1221)dependabot[bot]2023-09-13
| | | | | | | | | | | | | | | | Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui-org/ratatui/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: ratatui 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>
* Bump shellexpand from 2.1.2 to 3.1.0 (#1186)dependabot[bot]2023-09-13
| | | | | | | | | | | | | | Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 2.1.2 to 3.1.0. - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand/2.1.2...shellexpand-3.1.0) --- updated-dependencies: - dependency-name: shellexpand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump tower-http from 0.3.5 to 0.4.4 (#1210)dependabot[bot]2023-09-13
| | | | | | | | | | | | | | | Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.5 to 0.4.4. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.5...tower-http-0.4.4) --- updated-dependencies: - dependency-name: tower-http 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>
* Bump debian from bullseye-20230814-slim to bullseye-20230904-slim (#1213)dependabot[bot]2023-09-13
| | | | | | | | | | | | Bumps debian from bullseye-20230814-slim to bullseye-20230904-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>
* Bump crossterm from 0.26.1 to 0.27.0 (#1222)dependabot[bot]2023-09-13
| | | | | | | | | | | | | | | | Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/compare/0.26.1...0.27.0) --- updated-dependencies: - dependency-name: crossterm 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>
* Bump itertools from 0.10.5 to 0.11.0 (#1223)dependabot[bot]2023-09-13
| | | | | | | | | | | | | | | Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: itertools 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>
* Move contributors to be a top-level file (#931)Vlad Stepanov2023-09-11
|
* Run `cargo update` (#1218)Ellie Huxtable2023-09-11
|
* replace chrono with time (#806)Conrad Ludgate2023-09-11
| | | | | | | | | * replace chrono with time * Fix test chrono usage --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Use `case` for Linux distro choice in `install.sh` (#1200)mentalisttraceur2023-09-11
|
* Update issue templatesEllie Huxtable2023-09-11
|
* feat: mouse selection support (#1209)YummyOreo2023-09-11
| | | | | * feat: mouse selection support * refactor: don't import self
* Update docker.mdEllie Huxtable2023-09-01
|
* Explicitly use buster image for cargo-chef, mitigates #1204 (#1205)Jinna Kiisuo2023-08-31
| | | Co-authored-by: Jinna Kiisuo <jinna+git@nocturnal.fi>
* Bump lukemathwalker/cargo-chef (#1196)dependabot[bot]2023-08-30
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.71.1 to latest-rust-1.72.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>
* Run formatting (#1202)Ellie Huxtable2023-08-30
|
* Update shell-completions.mdEllie Huxtable2023-08-30
|
* Update config.mdEllie Huxtable2023-08-28
|
* Remove fig from README (#1197)Ellie 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
* Update dependencies (#1181)Conrad Ludgate2023-08-18
|
* Add kv map builder and list function (#1179)Ellie Huxtable2023-08-18
| | | | | | | | | | | | | | | * Add kv map builder and list function 1. BREAKING - default namespace is now called "default" 2. Build an in-memory hashmap from the kv store 3. Allow listing I need to cache the hashmap next, probs with a write-through to avoid constant rebuilds. Also check if BTreeMap is suitable. Sorted is useful for listing but there's probs a better ds to use. * Allow pure kv set, no filesystem