dialogtocli-0.1.4 is not a library.
dialogtocli
An application to open a dialog GUI and print it to stdout.
Installation
Usage
Usage: <command>
Commands:
-h Show this help message
-s Save a file
-l Load a file
-d Set a directory
Bind it to your favorite app
Bash
Fish
hyprshot -m region -o (dialogtocli -d)
Niri config
Mod+Shift+A { spawn "sh" "-c" "hyprshot -m region -o $(dialogtocli -d)"; }
i3 config
bindsym $mod+Shift+s exec sh -c "hyprshot -m region -o $(dialogtocli -d)"