Commit Graph

  • 72e3f6f8c5
    Configuration file now relies on OS type Xithrius 2021-09-19 00:14:12 -0700
  • 39f011e3ac
    Removed .env file Xithrius 2021-09-19 00:11:25 -0700
  • 4dab381cbd
    Changed instructions for installing the binary Xithrius 2021-09-19 00:10:48 -0700
  • a99afaefec
    Updated dependencies, manifest, added dirs Xithrius 2021-09-19 00:07:34 -0700
  • 3934ed6ebd
    Merge branch 'main' of github.com:Xithrius/terminal-twitch-chat Xithrius 2021-09-18 22:28:20 -0700
  • 4069171c5d
    Switched to cross-platform backend Xithrius 2021-09-18 22:27:48 -0700
  • 720b12df10
    Updated README with keybinds. Xithrius 2021-09-18 05:46:38 -0700
  • 4bdb49e1d7
    Updated preview screenshot for README Xithrius 2021-09-18 05:40:06 -0700
  • a646a29d0a
    Merge pull request #22 from Xithrius/popup-insert Xithrius 2021-09-18 05:19:39 -0700
  • 4f21661de8
    Hard coded keybinds for now Xithrius 2021-09-18 05:14:24 -0700
  • db9238289f
    Removed config.frontend.input Xithrius 2021-09-18 05:03:20 -0700
  • 626d54a1d0
    Insert box now has horizontal scrolling Xithrius 2021-09-18 04:59:15 -0700
  • f3f3b09e75
    Insert box now can pop up and go away Xithrius 2021-09-17 21:24:28 -0700
  • b77f7305a5
    Unit test commit is not supposed to be here Xithrius 2021-09-17 20:58:46 -0700
  • 18eb966c89
    Merge pull request #21 from Xithrius/unit-testing Xithrius 2021-09-17 20:52:17 -0700
  • 7c9eef7379
    Merge pull request #20 from Xithrius/async-keystrokes Xithrius 2021-09-17 17:12:05 -0700
  • 7f807b94bd
    Keystroke events handler is now async Xithrius 2021-09-17 16:50:29 -0700
  • be581da6d8
    No idea what's going on Xithrius 2021-09-17 14:41:44 -0700
  • 35790598b6
    Merge pull request #18 from Xithrius/dependabot/cargo/unicode-width-0.1.9 Xithrius 2021-09-17 00:20:43 -0700
  • 7e006e37c1
    Bump unicode-width from 0.1.8 to 0.1.9 dependabot[bot] 2021-09-17 07:17:59 +0000
  • c2e8b1a8df
    Merge pull request #17 from Xithrius/user-input Xithrius 2021-09-16 16:25:08 -0700
  • ca9e1f0f55
    Added ability to send messages to Twitch chat Xithrius 2021-09-14 22:15:30 -0700
  • 047b626d3e
    Let Key::Esc quit exit out of layered windows Xithrius 2021-09-14 21:31:20 -0700
  • 8b971d01ee
    Renamed Chat mode to Normal, added Insert. Xithrius 2021-09-14 20:48:17 -0700
  • 2167a474a8
    Lowered default message truncate threshold Xithrius 2021-09-14 17:11:20 -0700
  • f477be0cf5
    Accounting for removed margin between column titles and messages Xithrius 2021-09-14 16:49:27 -0700
  • 0af033bd61
    Merge pull request #15 from Xithrius/dependabot/cargo/anyhow-1.0.44 Xithrius 2021-09-13 00:32:39 -0700
  • 8d39a5a985
    Bump anyhow from 1.0.43 to 1.0.44 dependabot[bot] 2021-09-13 07:16:51 +0000
  • 1097bd38cd
    Added some unit tests. Xithrius 2021-09-11 20:54:45 -0700
  • 9f4fb40cde
    Merge pull request #14 from Xithrius/keybinds-help Xithrius 2021-09-11 17:51:58 -0700
  • 1323968e0b
    Fixed up keybinds for the help window Xithrius 2021-09-11 17:43:37 -0700
  • 02f036c603
    Changing keybinds currently won't do anything. Xithrius 2021-09-11 17:34:17 -0700
  • 7df81bc872
    vector2_col_sums to vector2_col_max Xithrius 2021-09-11 17:22:18 -0700
  • 5498884050
    src/tui.rs renamed to src/terminal.rs Xithrius 2021-09-11 17:18:26 -0700
  • 0d00e46e12
    Formatting imports to look better Xithrius 2021-09-10 20:20:05 -0700
  • 6fc311d870
    Added system attribute to Data, with colors. Xithrius 2021-09-10 20:10:07 -0700
  • 150a7f1186
    Added default colors for titles and columns Xithrius 2021-09-10 20:07:49 -0700
  • 277ec17c93
    Switching between chat and keybinds Xithrius 2021-09-09 20:55:45 -0700
  • 229d66bec0
    Added config for keybinds Xithrius 2021-09-09 20:54:46 -0700
  • 2128ce57d5
    Merge pull request #13 from Xithrius/dev Xithrius 2021-09-09 05:14:16 -0700
  • 1c468ee6d3
    Replaced Vec with VecDeque Xithrius 2021-09-09 04:59:26 -0700
  • 295e1033a1
    Date and time column can now be removed. Xithrius 2021-09-09 04:17:08 -0700
  • c7b81f7cf5
    Updated tui crate to 0.16.0. Xithrius 2021-09-09 03:47:56 -0700
  • 659b21f635
    align_text: Username column and usernames. Xithrius 2021-09-09 03:40:19 -0700
  • 1cedaa65ae
    Added text alignment utility Xithrius 2021-09-09 03:39:28 -0700
  • ceff444ecf
    Starting to add new env vars Xithrius 2021-09-07 16:07:09 -0700
  • 09a26f0982
    Empty Data to higher Rows with text wrapping Xithrius 2021-09-05 23:11:04 -0700
  • e2b8528c62
    Merge pull request #12 from kosayoda/better-colors Xithrius 2021-09-05 13:09:33 -0700
  • d970cd524d Fix test. kosayoda 2021-09-04 20:58:33 -0400
  • 631860ffb6 Allow configuration of the color palette. kosayoda 2021-09-04 20:55:45 -0400
  • adcd94e906 Improve username colors. kosayoda 2021-09-04 18:47:22 -0400
  • 766fc4fdf6
    Merge branch 'main' of github.com:Xithrius/terminal-twitch-chat Xithrius 2021-09-04 11:50:29 -0700
  • 123574ca02
    Added empty field to Data structure Xithrius 2021-09-04 11:49:57 -0700
  • 2f4ba2b0ca
    Merge pull request #11 from kosayoda/error-handling Xithrius 2021-09-04 11:45:02 -0700
  • eae6a051c5 Improve error handling. kosayoda 2021-09-04 12:16:36 -0400
  • a6b40f6c55
    A little bit of formatting Xithrius 2021-09-04 03:06:19 -0700
  • df0b0fc926
    Added constructor for Data, rewrote unit tests Xithrius 2021-09-04 02:59:30 -0700
  • 792dbdbdfb
    Unit testing (#8) Xithrius 2021-09-04 02:28:30 -0700
  • 015485fa9d
    Adding colors to usernames. (#10) Xithrius 2021-09-04 02:27:55 -0700
  • 890e3b6d9e
    Removed unnecessary import Xithrius 2021-09-04 02:23:05 -0700
  • d0a4c856ae
    Renamed building workflow Xithrius 2021-09-03 23:55:12 -0700
  • 4005e31b1b
    Added catjam workflow Xithrius 2021-09-03 23:44:39 -0700
  • ee786e73f7
    Attempting to add colors to usernames. Xithrius 2021-09-03 23:42:24 -0700
  • bdad36e6ad
    Workflows trigger on main or PR push Xithrius 2021-09-03 21:12:06 -0700
  • 056f4505c0
    Added unit test for text wrapping. Xithrius 2021-09-03 21:07:28 -0700
  • a03bea5af8
    Merge branch 'main' into unit-testing Xithrius 2021-09-03 20:33:39 -0700
  • c020f3013d
    Merge pull request #6 from Xithrius/dependabot/cargo/tokio-1.11.0 Xithrius 2021-09-03 20:22:47 -0700
  • 41560c4512
    Merge pull request #7 from Xithrius/text-wrapping Xithrius 2021-09-03 20:22:36 -0700
  • b95983bf49
    Added crude text wrapping Xithrius 2021-09-03 20:20:19 -0700
  • 304275c6c6
    Added a test for the Data structure. Xithrius 2021-09-03 19:00:53 -0700
  • 24a81c0ed9
    Bump tokio from 1.10.1 to 1.11.0 dependabot[bot] 2021-09-01 07:22:48 +0000
  • 100015b2bb
    Merge pull request #5 from Xithrius/dependabot/cargo/futures-0.3.17 Xithrius 2021-08-31 02:57:43 -0700
  • 317267f94e
    Bump futures from 0.3.16 to 0.3.17 dependabot[bot] 2021-08-31 07:17:02 +0000
  • cc95f76664 Reverting to 0.15 until is fixed. Xithrius 2021-08-30 12:20:55 -0700
  • 013cc1d81b
    Merge pull request #4 from Xithrius/scroll Xithrius 2021-08-30 12:00:48 -0700
  • c23cd90ef0
    Merge branch 'main' into scroll Xithrius 2021-08-30 11:56:40 -0700
  • 801fdb36a4 Formatted vector. Xithrius 2021-08-30 11:53:45 -0700
  • 85864d4978 Dynamic column length for dates/names. Xithrius 2021-08-30 11:37:28 -0700
  • 49feb34c44 Vectors containing strings to structures for messages. Xithrius 2021-08-30 11:36:29 -0700
  • 021e08270d Environment variables to toml config. Xithrius 2021-08-30 11:28:54 -0700
  • d18ed623fa Updated tick speed for high volume viewer streams. Xithrius 2021-08-27 19:18:16 -0700
  • aa27d2934f
    Merge pull request #3 from Xithrius/dependabot/cargo/tokio-1.10.1 Xithrius 2021-08-26 14:30:40 -0700
  • 51aad55bba
    Bump tokio from 1.10.0 to 1.10.1 dependabot[bot] 2021-08-25 07:19:02 +0000
  • 9bd43fbb87
    Merge pull request #2 from Xithrius/dependabot/cargo/tui-0.16.0 Xithrius 2021-08-24 12:34:18 -0700
  • 4506cbe8a8
    Bump tui from 0.15.0 to 0.16.0 dependabot[bot] 2021-08-24 04:20:19 +0000
  • 91b7b147cb
    Changed name to terminal-twitch-chat. Xithrius 2021-08-23 21:13:06 -0700
  • 827e755981
    Added dependabot. Xithrius 2021-08-23 21:12:43 -0700
  • 3bbf480d8b
    A little bit of formatting. Xithrius 2021-08-23 20:27:01 -0700
  • 10255c45af
    Autoscrolling added. Manual scrolling coming soon. Xithrius 2021-08-23 20:26:30 -0700
  • 456faa7915
    Switched to local time instead of UTC time. Xithrius 2021-08-23 17:25:38 -0700
  • f5753b0be0
    Finalized pre-commit config, sorted imports. Xithrius 2021-08-23 17:13:33 -0700
  • a4aa58f72f
    Reorganized code, allowing dead structure attributes. Xithrius 2021-08-23 16:46:14 -0700
  • a63a6ed401
    Modified workflows to be easier on the mind. Xithrius 2021-08-23 16:45:02 -0700
  • a600be37a0
    Added pre-commit. Xithrius 2021-08-23 16:33:31 -0700
  • 05d3c672bc
    Attempting to fix the failing build. Xithrius 2021-08-23 16:24:11 -0700
  • 943f10f187
    Added stripped version of full version. Xithrius 2021-08-23 16:14:28 -0700
  • 51ea0de9e2
    Added dependencies. Xithrius 2021-08-23 16:12:38 -0700
  • 676856af36
    Added actual stuff to README. Xithrius 2021-08-23 16:10:53 -0700
  • 02895bc85e
    Added environment variables example. Xithrius 2021-08-23 16:10:28 -0700
  • 3969ac8172
    Added .idea to ignored items. Xithrius 2021-08-23 16:10:04 -0700