Haris Gušić
Haris Gušić
**Is your feature request related to a problem? Please describe.** No, just eye candy for the README. Many READMEs of CLI programs show a gif of the command in action....
Closes #646. @chrisallenlane Here's a first draft. You can run a non-interactive demo as: ``` tuterm cheat.tut -m demo ``` You can also run an interactive tutorial as: ``` tuterm...
**Note:** Let it be out in the open, self-promotion is a byproduct of this suggestion. Hi, I have undertaken a holy quest to convince people to use the CLI/Linux/FOSS. In...
I had a minute, so I decided to de-clutter some pages using the pymdownx.tabbed extension, already listed as a dependency in mkdocs.yml. I think this makes the instructions more readable.
Currently there is only an AUR package, because I only use Arch Linux to a significant degree. I would be very grateful if someone created packages for the other popular...
I think it would be great if we could export tuterm scripts in a format suitable for the [`cheat`](https://github.com/cheat/cheat) program. To enable exporting, the user should pass a `-x/--export` option...
It would be very useful if we could run tuterm as an interpreter for commands. An idea for the implementation: - Create a temporary rcfile that will load all tuterm...
When I create tuterm scripts, I often want to test out a certain portion of the tutorial starting somewhere from the middle. What I can do is comment out the...
I'm not sure how we could go about this. What I do know is that it is a pain having to run tutorials/demos every time I make a change. We...
It would be cool if we implemented a "free-roam" mode. In this mode, the user can run any commands, not just those that are expected by the tutorial. The user...