Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veracioux/tuterm-collection
A collection of tuterm scripts
https://github.com/veracioux/tuterm-collection
bash cli demo good-first-project hacktoberfest tuterm tutorial
Last synced: about 23 hours ago
JSON representation
A collection of tuterm scripts
- Host: GitHub
- URL: https://github.com/veracioux/tuterm-collection
- Owner: veracioux
- License: mit
- Created: 2021-07-25T13:09:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T11:36:36.000Z (about 2 years ago)
- Last Synced: 2023-03-08T21:34:26.246Z (almost 2 years ago)
- Topics: bash, cli, demo, good-first-project, hacktoberfest, tuterm, tutorial
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tuterm-collection
This is a collection of [tuterm](https://github.com/harisgusic/tuterm) scripts for commonly used CLI programs. It is still under construction.
In order to run a tutorial, run the following:
```shell
tuterm ./SCRIPT_NAME
```
or just
```shell
./SCRIPT_NAME
```So, in order to run the `git` tutorial, you have to run
```shell
./git
```Feel free to contribute more tutorials :)