Open a picture as a macOS window
?️ 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:
windowify example.jpg
windowify +fullSizeContentView +titlebarAppearsTransparent example.jpg
windowify --minimal example.jpg