tilp_and_gfm
tilp_and_gfm copied to clipboard
Capture screen from command line
There is no way to capture screen from command line (while using option --no-gui
). Or the documentation using man tilp
is not showing this.
(Version tilp: 1.18; Using TI-84 Plus CE-T)
Indeed, tilp's CLI is very limited.
There are two options for capturing screenshots using a CLI on top of libti*:
- the test_ticalcs_2 tool, which is built as part of the libti* build process. Its functionality has grown a lot after the TILP II 1.18 release. Next time I make an updated Windows installer, which will occur after I can find enough time to automate the maintainer cross-build process for Windows once and for all, I intend to package test_ticalcs_2 as well;
- TITools' tiscr. You can find TITools linked from https://github.com/debrouxl/tilibs/issues/31 .
I hope that this helps :)