You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,21 @@ A set of tools for manipulating text files through the Elgato Stream Deck. Usefu
4
4
5
5
**Author's website and contact information:**[https://barraider.com](https://barraider.com)
6
6
7
-
## New in v1.3
8
-
-`Last Word Display` action now supports splitting long words into multiple lines on the key.
9
-
-`Text File Updater` action now supports appending data (instead of only overwriting like before).
10
-
- Updated input textbox in `Text File Updater` to support multiple lines of text
11
-
12
-
13
-
## New in v1.2
14
-
-`Last Word Display` action can now alert if the text equals a preset value. This works great with the `CountDown Timer` if you're saving the timer to a file and want to show it/alert on it from a different profile.
15
-
-`Last Word Display` now supports modifying the Title settings from the Title properties menu
16
-
- Added Multi-Action support to all actions
17
-
18
-
19
-
## New in v1.1.5
20
-
- Random Line action now supports `Sending Enter` key at the end of the line. Useful if using for things like Chat, and you want the random line to be sent automatically.
7
+
## New in 1.4
8
+
- New `Next Line` action cycles through a text file and output the next line on every keypress
9
+
- Both `Next Line` and `Random Line` actions now support outputting to clipboard
10
+
- New `Regex Display` action parses a text file for a regex and displays the match on key.
11
+
- Both `Regex Display` and `Last Word Display` support Auto Stopping the Flashing Alert when the text no longer matches.
21
12
22
13
## Current Features
23
14
* Text File Updater - Overwrites the contents of a text file with a predefined string. Use to change overlay text during Stream
24
15
* Last Word Display - Shows the last word of a text file on your Stream Deck
16
+
- Can alert if the text equals a preset value. This works great with the `CountDown Timer` if you're saving the timer to a file and want to show it/alert on it from a different profile.
25
17
* Random Line Writer - Sends a random line from a text file to your keyboard, useful for giveaways or just sending a random 'hello' message in chat.
26
-
18
+
* Next Line - cycles through a text file and output the next line on every keypress
19
+
- Regex Display - parses a text file for a regex and displays the match on key.
20
+
- Both `Regex Display` and `Last Word Display` support Auto Stopping the Flashing Alert when the text no longer matches.
21
+
- Both `Next Line` and `Random Line` actions now support outputting to clipboard
27
22
28
23
### Download
29
24
@@ -38,3 +33,20 @@ Please contact the developer. Contact information is available at https://barrai
38
33
## Dependencies
39
34
* Uses StreamDeck-Tools by BarRaider: [](https://www.nuget.org/packages/streamdeck-tools)
40
35
* Uses [Easy-PI](https://github.com/BarRaider/streamdeck-easypi) by BarRaider - Provides seamless integration with the Stream Deck PI (Property Inspector)
36
+
37
+
## Change Log
38
+
39
+
## New in v1.3
40
+
-`Last Word Display` action now supports splitting long words into multiple lines on the key.
41
+
-`Text File Updater` action now supports appending data (instead of only overwriting like before).
42
+
- Updated input textbox in `Text File Updater` to support multiple lines of text
43
+
44
+
45
+
## New in v1.2
46
+
-`Last Word Display` action can now alert if the text equals a preset value. This works great with the `CountDown Timer` if you're saving the timer to a file and want to show it/alert on it from a different profile.
47
+
-`Last Word Display` now supports modifying the Title settings from the Title properties menu
48
+
- Added Multi-Action support to all actions
49
+
50
+
51
+
## New in v1.1.5
52
+
- Random Line action now supports `Sending Enter` key at the end of the line. Useful if using for things like Chat, and you want the random line to be sent automatically.
0 commit comments