Commit Graph

443 Commits

Author SHA1 Message Date
Xithrius
a5a87d33fd
Merge pull request #88 from ModProg/configure_title 2022-01-12 17:10:23 -08:00
Xithrius
4734e530ce
Merge branch 'main' into configure_title 2022-01-12 17:01:40 -08:00
Xithrius
7a757dff53
Merge pull request #89 from ModProg/configure_padding 2022-01-12 17:00:15 -08:00
Roland Fredenhagen
69b9ed19fc
Make padding configurable 2022-01-12 07:26:05 +01:00
Roland Fredenhagen
4f4cdba44f
Added config to disable title 2022-01-12 07:20:08 +01:00
Xithrius
a4e26b3b18
Merge pull request #79 from Xithrius/dependabot/cargo/rustyline-9.1.2 2022-01-04 00:54:48 -08:00
Xithrius
71111c0f43
Merge pull request #81 from Xithrius/dependabot/cargo/serde-1.0.133 2022-01-04 00:54:23 -08:00
dependabot[bot]
ab4e7f7399
Bump serde from 1.0.132 to 1.0.133
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>
2022-01-03 07:15:27 +00:00
dependabot[bot]
a16577087b
Bump rustyline from 9.1.1 to 9.1.2
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](https://github.com/kkawakam/rustyline/compare/v9.1.1...v9.1.2)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 07:15:08 +00:00
Xithrius
1d3be28ae2
Merge pull request #78 from Xithrius/pre-commit-ci-update-config 2021-12-27 19:02:38 +00:00
pre-commit-ci[bot]
59299bf490
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
2021-12-27 18:56:26 +00:00
Xithrius
c10cc644cc
Merge pull request #77 from Xithrius/dependabot/cargo/anyhow-1.0.52 2021-12-24 23:01:57 +00:00
dependabot[bot]
d9367e3fbf
Bump anyhow from 1.0.51 to 1.0.52
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>
2021-12-24 07:16:16 +00:00
Xithrius
e78c556e80
Merge pull request #76 from Xithrius/dependabot/cargo/futures-0.3.19 2021-12-21 00:53:29 +00:00
dependabot[bot]
89ae737cfc
Bump futures from 0.3.18 to 0.3.19
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.18...0.3.19)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 07:21:27 +00:00
Xithrius
9a43fe0336
Merge pull request #75 from Xithrius/dependabot/cargo/serde-1.0.132 2021-12-17 18:42:44 +00:00
dependabot[bot]
6bfdb11b2f
Bump serde from 1.0.131 to 1.0.132
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>
2021-12-17 07:16:51 +00:00
Xithrius
2f89f81e20
Merge pull request #73 from Xithrius/dependabot/cargo/tokio-1.15.0 2021-12-16 17:01:56 +00:00
dependabot[bot]
97408411dc
Bump tokio from 1.14.0 to 1.15.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.14.0...tokio-1.15.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 07:17:53 +00:00
Xithrius
2bd50e81c1
Merge pull request #72 from Xithrius/dependabot/cargo/rustyline-9.1.1 2021-12-13 11:05:46 +00:00
dependabot[bot]
279ae07ffa
Bump rustyline from 9.1.0 to 9.1.1
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](https://github.com/kkawakam/rustyline/compare/v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 07:21:13 +00:00
Xithrius
f7edafd6e9
Updated keybinds to reflect popup windows 2021-12-12 17:05:28 -08:00
Xithrius
a513ed2403
Preparing for release 2021-12-12 16:59:23 -08:00
Xithrius
9a1846a38d
Pressing the up key escapes input mode 2021-12-12 15:52:00 -08:00
Xithrius
f53bf52c00
Appeased clippy 2021-12-12 15:30:37 -08:00
Xithrius
c82d5fbcda
Title of main window shows date/channel
This works on channel changes
2021-12-12 15:29:01 -08:00
Xithrius
d73fcf931c
Made help window wider 2021-12-12 15:28:42 -08:00
Xithrius
b5cf0d6549
Updated setup process 2021-12-12 01:04:47 -08:00
Xithrius
af8b38f65b
Ignoring vim's temporary files 2021-12-11 22:24:59 -08:00
Xithrius
503c7e9644
Merge pull request #65 from Xithrius/simplify-channel-switching 2021-12-11 14:16:40 +00:00
Xithrius
6ceaa0cdb6
Centering::Box -> Centering::Window 2021-12-11 06:00:32 -08:00
Xithrius
4f9615165e
Merged HELP_INSERT_MODE and HELP_NORMAL_MODE into HELP_KEYBINDS 2021-12-11 05:53:11 -08:00
Xithrius
cc2ee23809
Added debug to config structs 2021-12-11 05:52:45 -08:00
Xithrius
e710ba51ca
Everything except chat is a popup window now 2021-12-11 05:52:12 -08:00
Xithrius
59ebaa51c9
IndexMap to HashMap of BufferName, LineBuffer 2021-12-11 05:50:59 -08:00
Xithrius
ccb18f28b0
Removed index map, added enum-iterator 2021-12-11 05:49:12 -08:00
dependabot[bot]
ff8e7bb1f6
Bump serde from 1.0.130 to 1.0.131 (#64)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-10 03:01:52 +00:00
dependabot[bot]
44e7fd32f2
Bump rustyline from 9.0.0 to 9.1.0 (#63)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-07 00:56:30 +00:00
Xithrius
4d3ab8a94f
Bumped version 2021-12-03 03:50:39 -08:00
dependabot[bot]
7f99eaed63
Bump clap from 2.33.3 to 2.34.0 (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 10:57:13 +00:00
Xithrius
306ea814f2
Moved clap args to cli.yml 2021-12-02 20:36:34 -08:00
balroggg
588cfc85d4
Add clap (#58)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-02 22:24:20 +00:00
Xithrius
ee09e2c34c
Merge pull request #61 from Xithrius/dependabot/cargo/anyhow-1.0.51 2021-11-30 12:18:32 -08:00
dependabot[bot]
b3f5140b1b
Bump anyhow from 1.0.50 to 1.0.51
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.50...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>
2021-11-30 07:22:11 +00:00
Xithrius
0e10fb4ae8
Merge pull request #59 from Xithrius/dependabot/cargo/anyhow-1.0.50 2021-11-28 23:24:01 -08:00
dependabot[bot]
d352bad432
Bump anyhow from 1.0.48 to 1.0.50
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.50.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.50)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 07:18:27 +00:00
Xithrius
d23f4e8a9f
Merge pull request #56 from balroggg/fix_deps 2021-11-26 21:19:25 +00:00
Vtorygin Valerii
d31c94f8c0 Fix deps 2021-11-25 23:27:53 +03:00
Xithrius
c3203b9633
Merge pull request #54 from Xithrius/dependabot/cargo/anyhow-1.0.48 2021-11-23 10:23:41 +00:00
Xithrius
b88386a6d8
Merge pull request #55 from Xithrius/dependabot/cargo/futures-0.3.18 2021-11-23 10:23:32 +00:00