# fullscreener
[](https://crates.io/crates/fullscreener)

A terminal app that lets you toggle any open window into borderless fullscreen and back
## Install
```powershell
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):
```powershell
cargo build --release
```
The binary ends up at `target\release\fullscreener.exe`.
## Run
```powershell
cargo run --release
```
## Controls
| `↑` `↓` | Move selection |
| `Enter` | Toggle borderless fullscreen on the selected window |
| `r` | Refresh the window list |
| `Esc`/`q` | Quit (restores every window you fullscreened) |