diff --git a/docs/tutorial/0.md b/docs/tutorial/0.md index 9623b66..444985f 100644 --- a/docs/tutorial/0.md +++ b/docs/tutorial/0.md @@ -3,7 +3,12 @@ --- -#### Exit with action #0: +#### Exit with action #0 + +Select option `0` and press `Enter` to exit the menu. + +
+Output ``` $ tird @@ -19,12 +24,22 @@ $ tird [01] Select an option [0-9]: 0 I: action #0: exit ``` +
+ +
+Screenshot ![Screenshot](https://i.imgur.com/baPCKwA.png) +
--- -#### Exit with `Ctrl` + `C`: +#### Exit with `Ctrl` + `C` + +Press `Ctrl` + `C` to exit. + +
+Output ``` $ tird @@ -40,12 +55,22 @@ $ tird [01] Select an option [0-9]: ^C I: caught signal 2 ``` +
+ +
+Screenshot ![Screenshot](https://i.imgur.com/gAA7AYN.png) +
--- -#### Exit from an ongoing action with `Ctrl` + `C`: +#### Exit from an ongoing action with `Ctrl` + `C` + +Press `Ctrl` + `C` to exit. Aborting an unfinished action results in an error exit. + +
+Output ``` $ tird @@ -63,5 +88,10 @@ I: action #8: create a file with random bytes [07] Output file: ^C E: caught signal 2 ``` +
+ +
+Screenshot ![Screenshot](https://i.imgur.com/tV1scDO.png) +