#file #gtk4 #command #monitor #launcher

app wait-for-file

GTK4 app that wait for file, start a command, with extra button

1 unstable release

0.1.0 Dec 31, 2024

#553 in GUI

Download history 65/week @ 2024-12-25 51/week @ 2025-01-01

116 downloads per month

MIT license

12KB
176 lines

wait-for-file

A GTK4 application that waits for a file to appear and then executes a command. It provides a simple graphical interface with a progress bar and customizable buttons.

Features

  • Monitors a specified file path
  • Executes a command when the file appears
  • Shows a progress bar during waiting
  • Supports an extra customizable button for additional actions
  • Optional icon support (both from file and system icons)
  • Keyboard shortcuts (Esc to quit)

Usage

wait-for-file -p <presence_file> -c <command> [-e <extra_command>] [-i <icon>]

Arguments

  • -p, --presence-file: The file path to monitor
  • -c, --command: Command to execute when the file appears
  • -e, --extra-command: Optional extra command button (format: "Label:command", default: "Unlock:open-vault 120s")
  • -i, --icon: Optional icon path or icon name

Example

wait-for-file -p /tmp/trigger -c "echo 'File found!'" -e "Custom:echo 'Custom action'" -i "system-lock-screen"

Extra Command Format

The extra command can be specified in two formats:

  1. Label:command - Specifies both the button label and the command
  2. command - Uses "Unlock" as the default label

Building

Ensure you have Rust and GTK4 development libraries installed, then:

cargo build --release

Dependencies

  • GTK4
  • Rust 1.56 or later

License

MIT

Dependencies

~20MB
~466K SLoC