Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claire-lex/terminul
A collection of silly scripts that utilize terminal capabilities
https://github.com/claire-lex/terminul
Last synced: 7 days ago
JSON representation
A collection of silly scripts that utilize terminal capabilities
- Host: GitHub
- URL: https://github.com/claire-lex/terminul
- Owner: claire-lex
- License: gpl-3.0
- Created: 2023-06-23T13:11:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T14:03:35.000Z (over 1 year ago)
- Last Synced: 2024-12-04T16:49:03.091Z (2 months ago)
- Language: Shell
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Terminul
========**A collection of silly scripts that utilize terminal capabilities.**
There are currently **2** scripts in the collection:
* [Wheel of Wisdom](#wheel-of-wisdom) - Make bad decisions
* [Termoulox](#termoulox) - Say bright thingsWheel of Wisdom
---------------**Make important (and often bad) decisions so that you don't have to.**
```
./wheel-of-wisdom bulbasaur charmander squirtlecat pokemon_starters.txt | ./wheel-of-wisdom
```![Wheel of Wisdom demo GIF](img/wheel.gif)
> The wheel stops when the choice is made, but you can interrupt it by pressing
any key.For convenience, consider adding `wheel-of-wisdom` as an alias:
```
alias wow="/path/to/wheel-of-wisdom"
```Termoulox
---------**Display colorful messages in the terminal.**
```
./termoulox -a "Seriously WTF"cat important.txt | ./termoulox
```![Termoulox demo GIF](img/termoulox.gif)
> Termoulox can be interrupted by pressing any key or with Ctrl+C
Usage:
```
options (to combine with a mode or a text):
-a Display text in ASCII art using figletmodes:
balec Option from french speaker to express that you don't give a f*ck
Inspiration: Mr. Yeye - On s'en bat les couilles (video clip)other arguments:
Any other argument will be printed as text in termoulox.
```