fullscreener 0.1.0

A TUI that lists open windows and toggles any of them into borderless fullscreen.
fullscreener-0.1.0 is not a library.

fullscreener

crates.io

demo.gif

A terminal app that lets you toggle any open window into borderless fullscreen and back

Install

cargo install fullscreener

Then run fullscreener from any terminal.

Build

Requires the MSVC or GNU Windows toolchain (build on Windows, or cross-compile with x86_64-pc-windows-gnu + mingw-w64 if you're on Linux):

cargo build --release

The binary ends up at target\release\fullscreener.exe.

Run

cargo run --release

Controls

Key Action
Move selection
Enter Toggle borderless fullscreen on the selected window
r Refresh the window list
Esc/q Quit (restores every window you fullscreened)