Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:56:06.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:07:44.075Z (almost 2 years ago)
- Topics: dotnet, windows, wpf
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 32
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Background-Terminal
Visually dynamic terminal to overlay your Windows background, made with CoreMeter.
![Video Sample](https://s7.gifyu.com/images/wallpaperdemoresultcutgif.gif)
## 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.