Skip to content

Commit 6e37d4d

Browse files
authored
Update README.md
1 parent 7479a15 commit 6e37d4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
Visually dynamic terminal to overlay your Windows background, made with <a href="https://www.nuget.org/packages/CoreMeter/">CoreMeter</a>.
44

55
![Video Sample](https://s7.gifyu.com/images/wallpaperdemoresultcutgif.gif)
6+
7+
## Controls
8+
9+
Font Family - Input the name of any of the [Microsoft Fonts](https://learn.microsoft.com/en-us/typography/font-list/) (i.e. "Consolas" or "Arial Black")
10+
11+
Regex Filter - Apply a regex filter to specify what to remove from all output. Useful for removing escape characters from other encodings (ANSI etc.).
12+
13+
Newline Trigger - Specify a command that will change the default newline character. For instance setting (`bash`, `exit`, `\n`) will switch from using Windows `\r\n` newline character when the command `bash` is detected, and will switch back to `\r\n` when `exit` is detected.
14+

0 commit comments

Comments
 (0)