37a90b83d0
Bump @babel/traverse from 7.21.2 to 7.23.2 in /docs ( #1309 )
...
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>
2023-10-17 15:51:24 -07:00
cfd7032d84
Bump lukemathwalker/cargo-chef ( #1297 )
...
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>
2023-10-17 15:39:55 -07:00
ad6cae4dac
Bump semver from 1.0.18 to 1.0.20 ( #1299 )
...
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>
2023-10-17 15:39:47 -07:00
8f95d63e4b
Bump debian from bullseye-20230919-slim to bullseye-20231009-slim ( #1304 )
...
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>
2023-10-17 15:39:37 -07:00
2da525d7c0
Update key binding docs
2023-10-14 19:39:13 -07:00
20afcd2b63
Add commands to print the default configuration ( #1241 )
...
* 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
2023-10-12 22:13:50 +01:00
14bef9c4a4
Update key-binding.md ( #1291 )
...
added some info about FISH and how to bind the CTRL-up keyset.
2023-10-09 13:37:14 +00:00
089cb6847c
Revert "Revert "Use github runners for unit tests (for now) ( #1279 )" ( #1294 )" ( #1295 )
...
This reverts commit 1054113469
.
2023-10-08 11:50:30 -07:00
1054113469
Revert "Use github runners for unit tests (for now) ( #1279 )" ( #1294 )
...
This reverts commit 0abbcd6941
.
2023-10-08 11:23:36 -07:00
38172f3501
clear history id ( #1263 )
...
* clear history id
* fix nu
2023-10-08 16:15:14 +00:00
1735be05d7
fix(1220): Workspace Filtermode not handled in skim engine ( #1273 )
...
* fix(1220): Workspace Filtermode not handled in skim engine
* fix: review suggestion accepted
2023-10-05 15:54:54 +00:00
f25681d8b1
Fix/1207 deleted entries shown in interactive search ( #1272 )
2023-10-04 18:13:29 +00:00
573ff69749
A man is not dead while his name is still spoken ( #1280 )
2023-10-03 19:36:16 +00:00
6f803b548b
Add --print0 to history list
( #1274 )
...
* 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!
2023-10-02 22:31:40 -07:00
0abbcd6941
Use github runners for unit tests (for now) ( #1279 )
...
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_.
2023-10-02 22:31:16 -07:00
f539580f0e
Revert "Re-enable linux/arm64
platform in CI docker build ( #1276 )" ( #1278 )
...
This reverts commit ab8a48b2e0
.
2023-10-02 21:41:51 -07:00
ab8a48b2e0
Re-enable linux/arm64
platform in CI docker build ( #1276 )
...
This was previously enabled in #616 and then reverted in #730 .
2023-10-02 20:32:32 -07:00
da2221a87f
feat: copy to clipboard ( #1249 )
...
* feat: adds clipboard as a dep
* feat: add copy if you press ctl+y
* docs: add copy to clipboard to docs
2023-09-30 01:04:26 +00:00
b4428c27c6
support timezones in calendar ( #1259 )
2023-09-29 17:49:38 +01:00
a195c389b6
handle empty keybindings list for nushell ( #1270 )
...
fixes #1189
Co-authored-by: Daniel Carosone <dan@geek.com.au >
2023-09-29 16:06:24 +00:00
504400673f
add --reverse to history list ( #1252 )
...
* 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 >
2023-09-29 14:23:09 +01:00
865f0e65f1
Fix support template
2023-09-28 19:37:28 -07:00
7067d772bc
fix sync timestamps ( #1258 )
...
* fix timestamp
* add sync test
* skip all sync tests
2023-09-28 18:56:40 -07:00
71fd31ed4f
Update support.yml ( #1268 )
2023-09-28 18:40:24 -07:00
52e1389ca0
Update support.yml
2023-09-28 18:37:28 -07:00
ffc24c3c29
Add support template ( #1267 )
2023-09-28 18:35:58 -07:00
33f009efad
Correct issue templates
2023-09-28 18:12:59 -07:00
26b9423049
Adjust issue templates
2023-09-28 18:07:04 -07:00
54dc78fc49
Create support.md
...
I'm testing some structuring out
2023-09-28 18:04:14 -07:00
f0a0cdc58b
feat(installer): try installing via paru for the AUR ( #1262 )
2023-09-28 11:22:06 +01:00
fc1a48a4f2
handle missing entries ( fixes #1236 ) ( #1253 )
...
* fix #1236
* lints
2023-09-26 14:52:45 +01:00
bdba88c11f
better sync error messages ( #1254 )
2023-09-26 14:44:56 +01:00
fbed2862fd
refactor: Duplications reduced in order to align implementations of reading history files ( #1247 )
2023-09-23 08:56:55 +00:00
cea68660fd
Bump debian from bullseye-20230904-slim to bullseye-20230919-slim ( #1242 )
2023-09-20 07:58:54 +01:00
351b3e8a57
Add connect timeout and overall timeout ( #1238 )
...
* Add connect timeout and overall timeout
* Make it configurable
* Fix test
* Add docs
2023-09-18 08:39:19 +01:00
ebef5cdaf0
feat(keyup): Configure SearchMode for KeyUp invocation #1216 ( #1224 )
...
* 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
2023-09-17 19:30:13 +01:00
15abf42984
Fix selecting complex fish commands ( #1237 )
...
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
2023-09-17 17:46:49 +01:00
8b815e4b39
docs: document the available format options of History list command ( #1234 )
2023-09-17 15:57:10 +00:00
c091f2f95a
config.md: invert mode detailed options ( #1225 )
2023-09-14 21:04:29 +00:00
0c2d5ce07b
Update config.toml: List inverted mode ( #1226 )
2023-09-14 21:04:13 +00:00
47ea974f54
Bump ratatui from 0.22.0 to 0.23.0 ( #1221 )
...
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>
2023-09-13 07:59:33 +00:00
93bb5a9609
Bump shellexpand from 2.1.2 to 3.1.0 ( #1186 )
...
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>
2023-09-13 08:45:08 +01:00
8c0103dfff
Bump tower-http from 0.3.5 to 0.4.4 ( #1210 )
...
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>
2023-09-13 08:44:59 +01:00
4fbede5a54
Bump debian from bullseye-20230814-slim to bullseye-20230904-slim ( #1213 )
...
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>
2023-09-13 08:44:44 +01:00
9dba3d014b
Bump crossterm from 0.26.1 to 0.27.0 ( #1222 )
...
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>
2023-09-13 08:44:34 +01:00
b87159d990
Bump itertools from 0.10.5 to 0.11.0 ( #1223 )
...
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>
2023-09-13 08:44:19 +01:00
dd6f998a14
Move contributors to be a top-level file ( #931 )
2023-09-11 10:00:30 +01:00
1f3348d789
Run cargo update
( #1218 )
2023-09-11 09:58:55 +01:00
f90c01f702
replace chrono with time ( #806 )
...
* replace chrono with time
* Fix test chrono usage
---------
Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com >
2023-09-11 09:26:05 +01:00
2342a33923
Use case
for Linux distro choice in install.sh
( #1200 )
2023-09-11 09:16:08 +01:00