Skip to content

FrancisTheCat/Window_Title_Bar_Remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Window_Title_Bar_Remover

Simple Cli App to remove the default title bar from all windows, matching a specified title, classname or filename

Usage:
$ title_remover.exe <Criterium> <Verb> <Arg>

Verbs:
	- exact    | x = exact match
	- regex    | r = regex match
	- contains | c = arg contained

Criterium:
	- title | t = window title
	- class | c = window class
	- file  | f = window executable file path

Example:
$ title_remover.exe title exact 'Minecraft Launcher'

Building:

odin.exe build .

About

Simple Cli App to remove the default title bar from a window, matching name, classname or filename

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages