While Yad works for setting a custom filename, it shouldn't be required if Nextshot is being run directly in a terminal window.
Code to detect whether or not we're in a terminal will be required for #42, so build on that and use read -p instead of Yad when Nextshot is called interactively.
While Yad works for setting a custom filename, it shouldn't be required if Nextshot is being run directly in a terminal window.
Code to detect whether or not we're in a terminal will be required for #42, so build on that and use
read -p
instead of Yad when Nextshot is called interactively.