https://github.com/cppshane/background-terminal
A customizable terminal to integrate with your desktop background on Windows.
https://github.com/cppshane/background-terminal
dotnet windows wpf
Last synced: 8 months ago
JSON representation
A customizable terminal to integrate with your desktop background on Windows.
- Host: GitHub
- URL: https://github.com/cppshane/background-terminal
- Owner: cppshane
- Created: 2020-03-16T01:46:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:56:06.000Z (about 3 years ago)
- Last Synced: 2025-03-26T09:51:15.255Z (9 months ago)
- Topics: dotnet, windows, wpf
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 48
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Background-Terminal
Visually dynamic terminal to overlay your Windows background, made with CoreMeter.

## Controls
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")
Regex Filter - Apply a regex filter to specify what to remove from all output. Useful for removing escape characters from other encodings (ANSI etc.).
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.