Skip to content

Zenity

Zenity는 명령줄 및 셸 스크립트에서 GTK 대화 상자를 실행할 수 있는 자유 소프트웨어이자 크로스 플랫폼 프로그램입니다.

File Select

#! /bin/bash

file="$(zenity --title "Pick a file" --file-selection)"
do something with "$file"

See also

Favorite site