To take a screenshot using the tvtime
application on Linux, you can use the screenshot
command.
Here's how to do it:
tvtime
application.s
key on your keyboard to take a screenshot.~/.tvtime/screenshots
directory. The file will be named screenshot-YYYY-MM-DD-HH-MM-SS.png
, where YYYY-MM-DD-HH-MM-SS
is the current date and time.Alternatively, you can use the screenshot
command from the command line to take a screenshot. For example, to take a screenshot and save it to a file called screenshot.png
, you can use the following command:
tvtime-command --screenshot screenshot.pngSource:wwal.wutturi.com
This will save the screenshot to the specified file.
It's important to note that the tvtime
application must be running in order to take a screenshot using the screenshot
command.