Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilk/vcsapeek
Linux virtual console dumper
https://github.com/jwilk/vcsapeek
Last synced: about 1 month ago
JSON representation
Linux virtual console dumper
- Host: GitHub
- URL: https://github.com/jwilk/vcsapeek
- Owner: jwilk
- License: mit
- Created: 2016-05-24T19:34:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T17:43:26.000Z (8 months ago)
- Last Synced: 2024-08-09T00:22:03.494Z (5 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
.. code:: console
$ vcsapeek --help
usage: vcsapeek [-h] [-f FORMAT] [DEVICE]positional arguments:
DEVICE device to peek into; either /dev/ttyN or /dev/vcsaNoptions:
-h, --help show this help message and exit
-f FORMAT, --format FORMAT
output format: 'text' or 'ansi' or 'xhtml'.. vim:ft=rst ts=3 sts=3 sw=3 et