Commit Graph

443 Commits

Author SHA1 Message Date
Xithrius
c17833abe7
Added clippy as rust analyzer's checker 2023-03-09 20:13:47 -08:00
Xithrius
c19efeaaeb
Removing null bytes from incoming Twitch messages 2023-03-09 19:58:11 -08:00
Xithrius
5f970df742
Very close to having search fully working 2023-03-09 08:07:11 -08:00
Xithrius
3cf493d574
Wrapping works, searching only first line as well 2023-03-09 07:25:37 -08:00
Xithrius
f3d5956cb2
Added possibility of usernames getting disabled, #301 2023-03-09 05:22:12 -08:00
Xithrius
fa8bd6bd69
Merge branch 'main' into chat-to-list 2023-03-08 19:59:38 -08:00
Xithrius
62bf5efb45
Error UI occurs on small enough window 2023-03-06 21:52:46 -08:00
Xithrius
cbe470d914
Bumped crossterm to 0.26, which changed cursor enums 2023-03-06 21:02:08 -08:00
dependabot[bot]
c75bbbe5b0
Bump actions/checkout from 2 to 3 (#305)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 00:58:12 -08:00
dependabot[bot]
14a7cf8dac
Bump clap from 4.1.1 to 4.1.6 (#302)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 21:50:05 -08:00
Xithrius
e5b47bfa73
Compiles, but searching is very, very broken 2023-02-12 22:58:43 -08:00
Xithrius
afba44e4c2
Compiles, but wrapping still doesn't completely work 2023-02-12 17:08:21 -08:00
Xithrius
a59cc5addb
Custom wrapping algorithm added, attempted to use 2023-02-12 16:06:57 -08:00
Xithrius
9abb201aba
Added light/dark theme to datetime column 2023-02-11 20:42:49 -08:00
Xithrius
a93d0657b4
More stability, but also less 2023-02-10 22:49:32 -08:00
Xithrius
064ae13474
Messages show up 2023-02-10 21:37:54 -08:00
dependabot[bot]
648dc42e5d
Bump toml from 0.5.10 to 0.7.1 (#295)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 14:02:30 -08:00
Xithrius
8eccb62ac2
Appeased the formatter 2023-01-26 09:21:20 -08:00
Martin Hloska
501a730340
feat: add interactive config on first start (#289) 2023-01-26 09:00:06 -08:00
dependabot[bot]
8cc126735b
Bump rustyline from 10.0.0 to 10.1.0 (#284)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-15 23:19:44 -08:00
dependabot[bot]
6eedfe7d64
Bump actions/upload-artifact from 2 to 3 (#283)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 18:27:15 -08:00
Xithrius
8faa3c0805
Dependabot checks updates for actions, lockfile updated 2023-01-14 17:21:30 -08:00
Xithrius
ea9b7c37da
Bumped tokio to avoid vulnerability.
More information: https://github.com/Xithrius/twitch-tui/security/dependabot/4
2023-01-08 21:05:25 -08:00
Xithrius
489cf9b686
Moved terminal commands to own file 2023-01-08 21:03:04 -08:00
Xithrius
341e94926e
Updated wording within some files
README from "Other" to "More" information, Added Xithrius to list of
authors of book, renamed mdbook file for capitalization
2023-01-08 21:01:37 -08:00
Xithrius
3ccadc8a9a
Function suggestion_query -> first_similarity, added more tests to said function 2023-01-03 19:40:28 -08:00
Xithrius
d79add9e35
Updated dependencies 2023-01-02 21:06:21 -08:00
Xithrius
7a82240714
Documented msg_cells in data.rs file.
Closes #276

Due to the long initialization of this variable, it needed documentation
so developers don't get confused by the nature of its existance.

Perhaps in the future it'll be completely split up if new modifications
are added to specified rows, but this'll do for now.
2022-12-29 19:02:09 -08:00
Xithrius
a5cdaa232e
Added tests for function hsl_to_rgb.
Closes #277.
2022-12-29 18:54:08 -08:00
Xithrius
064c9274a5
Create SECURITY.md 2022-12-26 11:06:20 -08:00
dependabot[bot]
049dda9364
Bump clap from 4.0.29 to 4.0.32 (#278)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-26 09:08:01 -08:00
Xithrius
ff35eca988
Input inboxes now show statuses on validity of said input 2022-12-19 22:42:28 -08:00
Xithrius
e84ecb8dc2
Added blinking cursor config option 2022-12-19 22:09:00 -08:00
Xithrius
dd09ce2d4e
Made state a private field to reduce possible side effects 2022-12-19 21:37:55 -08:00
Xithrius
3d6d8b9701
Added support for inversion of scrolling (#270) 2022-12-20 04:59:58 +00:00
Xithrius
21488160f7
Appeased clippy::needless_pass_by_value 2022-12-16 10:08:17 -08:00
Xithrius
4ddaf5b733
Data builder payload converted to string type 2022-12-16 07:18:24 -08:00
Xithrius
76dd136b28
v2.0.1 -> v2.0.2, appeased rust 1.66 2022-12-15 16:38:59 -08:00
Xithrius
82de6663b4
Added feature list 2022-12-15 16:08:02 -08:00
Xithrius
b9a9988a96
Cursor shape can now be configured. (#269) 2022-12-14 17:09:21 +00:00
Xithrius
b9515f41cc
New sample image. 2022-12-11 12:20:55 -08:00
Xithrius
2b9cf4951e
v2.0.0 -> v2.0.1 2022-12-10 11:53:13 -08:00
Xithrius
b8091c5667
Addition of vscode closure snippet 2022-12-10 11:52:39 -08:00
Xithrius
8cdecfdb1a
Config vs CLI args are decided via OR. 2022-12-10 11:52:17 -08:00
Xithrius
30a316f198
v2.0.0-rc.1 -> 2.0.0 2022-12-10 01:15:49 -08:00
Xithrius
29347496aa
Added extension recommendations for vscode 2022-12-10 01:13:29 -08:00
pre-commit-ci[bot]
86ba1f4908
[pre-commit.ci] pre-commit autoupdate (#258)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-30 04:13:08 -08:00
Xithrius
7955e2859b
Conformed to rust 1.65.0 styling 2022-11-07 17:26:15 -08:00
Xithrius
184564cd85
v2.0.0-alpha.12 -> v2.0.0-rc.1 2022-10-27 20:29:30 -07:00
Xithrius
ad68d45ea6
Updated dependencies, added install/config to book summary 2022-10-26 12:50:12 -07:00