?️ Windowify

Open a picture as a macOS window.

Installation

git clone https://github.com/valeriangalliat/windowify.git

Then either put that folder in your PATH or use as ./windowify.

Usage

windowify [options] [<attribute>...] <file>

Arguments:

  • <file> Path to an image.
  • <attribute> Attribute name, prefixed with + or - to enable or disable it.

Options:

  • -h, --help Show help.
  • --title <title> Set title.
  • --minimal Shortcut for -closable -miniaturizable -resizable +fullSizeContentView +titlebarAppearsTransparent +titleHidden.

Attributes:

Attribute Default
titled true
closable true
miniaturizable true
resizable true
fullSizeContentView false
titlebarAppearsTransparent false
titleHidden false
closeButtonHidden false
miniaturizeButtonHidden false
zoomButtonHidden false

You can press Command + W to quit.

Example

Using this picture as example:

Example

windowify example.jpg

Screenshot of window showing the image with a title bar and usual buttons

windowify +fullSizeContentView +titlebarAppearsTransparent example.jpg

Screenshot of window showing the image with a floating title bar

windowify --minimal example.jpg

Screenshot of window showing the image with no title bar

GitHub

View Github