Commit graph

858 commits

Author SHA1 Message Date
Denis Isidoro
153d081d40
Merge pull request #670 from cherryblossom000/patch-1
Update legacy syntax from Elvish widget
2022-01-14 21:35:28 -03:00
cherryblossom000
c082c09935
Update legacy syntax from Elvish widget
This commit updates the legacy assignment and lambda syntax from the Elvish widget so it works on v0.17 without deprecation errors. This commit also refactors some of the code so it's cleaner.
2022-01-13 21:34:55 +11:00
Denis Isidoro
35b544f418
Bump clap from 3.0.0-beta.5 to 3.0.6 2022-01-12 08:50:55 -03:00
dependabot[bot]
e3cae3d46f
Bump serde from 1.0.132 to 1.0.133 (#666)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.133)

---
updated-dependencies:
- dependency-name: serde
  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>
2022-01-12 08:50:21 -03:00
Denis Isidoro
f3e237de4a
Fix tldr test (#669) 2022-01-12 08:50:07 -03:00
dependabot[bot]
a3a48419de
Bump anyhow from 1.0.51 to 1.0.52 (#662)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52)

---
updated-dependencies:
- dependency-name: anyhow
  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>
2021-12-28 09:11:49 -03:00
dependabot[bot]
0aec91d4bc
Bump serde from 1.0.131 to 1.0.132 (#660)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132)

---
updated-dependencies:
- dependency-name: serde
  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>
2021-12-20 19:47:31 -03:00
dependabot[bot]
7ca098da81
Bump serde from 1.0.130 to 1.0.131 (#652)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131)

---
updated-dependencies:
- dependency-name: serde
  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>
2021-12-19 17:33:05 -03:00
dependabot[bot]
cb27fb3834
Bump serde_yaml from 0.8.21 to 0.8.23 (#653)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.21 to 0.8.23.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.21...0.8.23)

---
updated-dependencies:
- dependency-name: serde_yaml
  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>
2021-12-19 17:32:51 -03:00
Denis Isidoro
91783f6764
Merge pull request #655 from DevAtDawn/master
Add “smart replace” functionality to the fish shell widget
2021-12-19 17:04:04 -03:00
Denis Isidoro
d672d6253d
Fix lint issues (#658) 2021-12-19 17:00:11 -03:00
DevAtDawn
e7dea3ed68
FINAL v1
the error handling here made me cry (making esc/ctrl+c/ctrl+g exiting work without issues)
2021-12-16 11:45:57 -07:00
DevAtDawn
5e3215466d
Update navi.plugin.fish 2021-12-16 10:43:52 -07:00
DevAtDawn
38f807c1f6
finished/working with extra comments 2021-12-16 06:54:09 -07:00
DevAtDawn
b756573be8
Update navi.plugin.fish 2021-12-16 05:35:15 -07:00
DevAtDawn
d0b8b09f94
keybindings
\cg smart_replace
2021-12-16 05:27:13 -07:00
DevAtDawn
44d8dfc01d
Update navi.plugin.fish 2021-12-16 05:21:07 -07:00
DevAtDawn
487417574d
Notes
Notes
2021-12-16 04:24:21 -07:00
DevAtDawn
a5d295f828
Fish smart replace
Add “smart replace” functionality to the fish shell widget
2021-12-16 03:54:41 -07:00
dependabot[bot]
6aa8707c11
Bump anyhow from 1.0.48 to 1.0.51 (#649)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.51.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.51)

---
updated-dependencies:
- dependency-name: anyhow
  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>
2021-11-29 18:22:09 -03:00
Denis Isidoro
8725654a74
Allow multi-word shell.command config (#644)
Fixes #645
2021-11-23 09:54:25 -03:00
dependabot[bot]
5f8079668c
Bump anyhow from 1.0.45 to 1.0.48 (#643)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.48.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.45...1.0.48)

---
updated-dependencies:
- dependency-name: anyhow
  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>
2021-11-22 17:46:12 -03:00
dependabot[bot]
e08b662114
Bump anyhow from 1.0.44 to 1.0.45 (#638)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.44 to 1.0.45.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.44...1.0.45)

---
updated-dependencies:
- dependency-name: anyhow
  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>
2021-11-08 18:45:57 -03:00
Denis Isidoro
95e57cf084
Update to rust 1.56.0 and 2021 edition (#637) 2021-10-30 18:07:05 -03:00
dependabot[bot]
63e9d1364e
Bump crossterm from 0.21.0 to 0.22.1 (#636)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.21.0 to 0.22.1.
- [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/commits)

---
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>
2021-10-26 08:47:43 -03:00
Denis Isidoro
fe36dcf46e
Merge pull request #635 from kbknapp/clap-beta.5
updates clap to v3.0-beta.5
2021-10-25 14:47:04 -03:00
Kevin K
63f2a693cf
updates clap to v3.0-beta.5 2021-10-25 11:32:44 -04:00
Denis Isidoro
3b1038c884
Add support for multiline variables
Fixes #628
2021-10-15 13:16:10 -03:00
dependabot[bot]
8672c02558
Bump thiserror from 1.0.29 to 1.0.30 (#627)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.29 to 1.0.30.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...1.0.30)

---
updated-dependencies:
- dependency-name: thiserror
  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>
2021-10-12 06:28:02 -03:00
dependabot[bot]
1e449b23e7
Bump anyhow from 1.0.43 to 1.0.44 (#623)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.44.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.43...1.0.44)

---
updated-dependencies:
- dependency-name: anyhow
  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>
2021-09-17 11:23:22 -03:00
dependabot[bot]
839215f882
Bump serde_yaml from 0.8.20 to 0.8.21 (#622)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.20 to 0.8.21.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.20...0.8.21)

---
updated-dependencies:
- dependency-name: serde_yaml
  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>
2021-09-17 11:23:06 -03:00
Denis Isidoro
6674ca9410
[CI] Fix tests (#624) 2021-09-16 09:11:35 -03:00
Denis Isidoro
ec35cd0edc
Merge pull request #620 from crinklywrappr/add-elvish-widget
Add elvish widget
2021-09-10 15:57:20 -03:00
Daniel Fitzpatrick
715d3d59e4 Add elvish widget 2021-09-08 16:51:44 -05:00
dependabot[bot]
86b5befa02
Bump thiserror from 1.0.28 to 1.0.29 (#619)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29)

---
updated-dependencies:
- dependency-name: thiserror
  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>
2021-09-07 17:30:06 -03:00
dependabot[bot]
97064b3204
Bump strip-ansi-escapes from 0.1.0 to 0.1.1 (#618)
Bumps [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/luser/strip-ansi-escapes/releases)
- [Commits](https://github.com/luser/strip-ansi-escapes/compare/0.1.0...0.1.1)

---
updated-dependencies:
- dependency-name: strip-ansi-escapes
  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>
2021-08-31 08:43:28 -03:00
dependabot[bot]
5860498e78
Bump serde from 1.0.128 to 1.0.130 (#617)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.128 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.128...v1.0.130)

---
updated-dependencies:
- dependency-name: serde
  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>
2021-08-30 21:16:04 -03:00
dependabot[bot]
fce30995d1
Bump thiserror from 1.0.26 to 1.0.28 (#616)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.28.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.26...1.0.28)

---
updated-dependencies:
- dependency-name: thiserror
  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>
2021-08-30 21:15:54 -03:00
dependabot[bot]
7f9dcfd902
Bump serde_yaml from 0.8.17 to 0.8.20 (#615)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.17 to 0.8.20.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.17...0.8.20)

---
updated-dependencies:
- dependency-name: serde_yaml
  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>
2021-08-30 21:15:40 -03:00
Denis Isidoro
6f4e04c6fc Aug-24 09h22: Cargo.lock, Cargo.toml 2021-08-24 09:22:58 -03:00
dependabot[bot]
4c030423f3
Bump serde from 1.0.127 to 1.0.128 (#613)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.128)

---
updated-dependencies:
- dependency-name: serde
  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>
2021-08-24 09:16:09 -03:00
dependabot[bot]
7c27e372bf
Bump crossterm from 0.20.0 to 0.21.0 (#612)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.20.0 to 0.21.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/commits)

---
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>
2021-08-24 09:15:49 -03:00
Denis Isidoro
4d404a75fe Aug-23 09h14: Cargo.toml, Cargo.lock 2021-08-23 09:14:37 -03:00
Denis Isidoro
ea198d5e25
Revert "Bump clap from 3.0.0-beta.2 to 3.0.0-beta.4 (#606)" (#609)
This reverts commit 03534138a9.
2021-08-23 09:13:02 -03:00
dependabot[bot]
70b8e1062b
Bump anyhow from 1.0.42 to 1.0.43 (#607)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.42 to 1.0.43.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.42...1.0.43)

---
updated-dependencies:
- dependency-name: anyhow
  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>
2021-08-16 20:21:49 -03:00
dependabot[bot]
03534138a9
Bump clap from 3.0.0-beta.2 to 3.0.0-beta.4 (#606)
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.2 to 3.0.0-beta.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.0.0-beta.2...v3.0.0-beta.4)

---
updated-dependencies:
- dependency-name: clap
  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>
2021-08-16 20:21:23 -03:00
Denis Isidoro
b30f680cb0 Bump to 2.17.0 2021-08-09 10:47:24 -03:00
Denis Isidoro
9396fd539c
Widget: fix replacements in case of multiple occurrences 2021-08-09 10:47:03 -03:00
Denis Isidoro
3abd3dad6e
Widget: fix interpretation of ||
Fixes #543
2021-08-09 10:42:51 -03:00
Denis Isidoro
c976c9199d
Ignore paths with invalid env vars 2021-08-09 10:23:07 -03:00