+new TermRecord

This commit is contained in:
kyodev 2017-06-13 21:32:58 +02:00
parent f6fdf6fc98
commit b507956b7c
2 changed files with 32 additions and 0 deletions

31
docs/docs/TermRecord.md Normal file
View File

@ -0,0 +1,31 @@
# Enregistrer une session Terminal pour afficher dans une page html
## installation
```shell
su
apt install python-pip
pip install TermRecord
exit
```
## enregistrement
```shell
# le fichier où sauvegarder
TermRecord -o /home/user/exemple.html
...
#saisie de commandes
...
# fin
exit
```
## exploitation
maintenant il est possible d'ouvrir exemple.html dans un navigateur avec js, et partager
cette **seule** et simple page
Plus d'infos: [TermRecord script](https://github.com/theonewolf/TermRecord)

View File

@ -19,6 +19,7 @@ pages:
- docs/firefox.md
- "keepassXC": docs/keepassXC.md
- docs/LibreOffice.md
- docs/TermRecord.md
- docs/liens.md
- "live-build":
- man Fr: "live-build/man-fr.md"