stuckbar 0.1.0

A CLI tool for restarting Windows Explorer when the taskbar gets stuck
stuckbar-0.1.0 is not a library.
Visit the last successful build: stuckbar-0.1.7

stuckbar

A straightforward CLI tool for getting that annoying Windows taskbar unstuck.

When the Windows taskbar gets stuck (especially when configured to auto-hide), this utility provides a quick way to restart explorer.exe from the command line.

Installation

From source

cargo install --path .

Using cargo

cargo install stuckbar

Usage

# Restart explorer.exe (default action)

stuckbar


# Or explicitly use the restart command

stuckbar restart


# Just kill explorer.exe

stuckbar kill


# Just start explorer.exe

stuckbar start


# Show help

stuckbar --help


# Show version

stuckbar --version

Commands

Command Description
restart Kill and restart explorer.exe (default)
kill Terminate explorer.exe process
start Start explorer.exe process

License

MIT License - see LICENSE for details.