Skip to content

Releases: cppshane/Background-Terminal

v1.2.6

Choose a tag to compare

@cppshane cppshane released this 01 Dec 04:42
  • Adds FontFamily option
  • Hotfix for RegexFilter

1.2.5

Choose a tag to compare

@cppshane cppshane released this 28 Nov 23:20
07bba26
  • Adds a Regex Filter option to filter output (specifically intended for filtering pesky ANSI escape characters, though may be useful elsewhere)
  • Updates TextBox to RichTextBox (for color support in the future...?)
  • Small performance optimization

1.2.4

Choose a tag to compare

@cppshane cppshane released this 14 Jul 07:58
  • Implemented control to lock/unlock the window to more easily position and resize it.
  • Added input to specify process to use, rather than just Windows cmd.exe.
  • SSH session functionality, implemented with SSH.net ShellStream

1.1.0

Choose a tag to compare

@cppshane cppshane released this 23 Mar 03:03

Changes:

  • Ctrl + C will now kill all spawned child processes.
  • bgt newline <character> can be used to set the environment newline character, where <character> can be something like \n or \r.
  • You can also set Newline Trigger Events in the application UI. For instance, you can set the newline character to change to "\r" when you input the "bash" command, so it automatically adjusts to your environment. You can also input an exit command, which will signify to change the newline character back to the default.
  • You can now use the arrow keys to traverse command history.
  • Implemented hiding from Alt+Tab menu.

Initial Release

Choose a tag to compare

@cppshane cppshane released this 19 Mar 20:21

Installation
Standard version requires .Net Core, which can be downloaded here:

https://dotnet.microsoft.com/download/dotnet-core/3.1

Usage
After install, the application will run on your machine's next startup. You can start it up manually from your Program Files directory. While running, it will have a tray icon that you can open/close the settings window from.