Skip to content

Commit d9fd5d0

Browse files
committed
v0.0.27 (Mystic Shine)
1 parent c918caf commit d9fd5d0

File tree

2 files changed

+34
-18
lines changed

2 files changed

+34
-18
lines changed

README.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,17 @@ when you have `echo`, `sleep`, and a little bit of `tput` magic?
3232

3333
The [Gallery README](./gallery/README.md) has info on all the screensavers.
3434

35-
![Matrix](gallery/matrix/matrix.gif)
35+
[![Matrix](gallery/matrix/matrix.gif)](./gallery/README.md)
3636

3737
## Quickstart
3838

39-
To get started, clone the repository and run the main script:
4039
```bash
4140
git clone https://github.com/attogram/bash-screensavers.git
4241
cd bash-screensavers
4342
./screensaver.sh
4443
```
45-
This will display the interactive menu where you can choose a screensaver.
46-
47-
### Command-Line Usage
48-
49-
Alternatively, you can launch a screensaver directly from the command line or use one of the following options:
50-
51-
* `./screensaver.sh [name]`: Launch a specific screensaver by its name (e.g., `matrix`).
52-
* `./screensaver.sh [number]`: Launch a specific screensaver by its number from the menu.
53-
* `./screensaver.sh -r` or `--random`: Launch a random screensaver.
54-
* `./screensaver.sh -h` or `--help`: Display the help message.
55-
* `./screensaver.sh -v` or `--version`: Display the version information.
5644
```
57-
Bash Screensavers v0.0.25 (Mystic Messages)
45+
Bash Screensavers v0.0.27 (Mystic Shine)
5846
5947
1 . alpha - random colorful pixels
6048
2 . bouncing - bouncing 'O' madness
@@ -74,6 +62,33 @@ Bash Screensavers v0.0.25 (Mystic Messages)
7462
Choose your screensaver:
7563
```
7664

65+
## Command-Line Usage
66+
67+
### Start with the menu of screensavers
68+
`./screensaver.sh`
69+
70+
### Start with a specific screensaver
71+
72+
`./screensaver.sh name`
73+
74+
`./screensaver.sh number`
75+
76+
### Start with a random screensaver:
77+
78+
`./screensaver.sh -r`
79+
80+
### Get help
81+
82+
`./screensaver.sh -h`
83+
84+
### Get version
85+
86+
`./screensaver.sh -v`
87+
88+
### Direct run of a screensaver
89+
90+
`./gallery/name/name.sh`
91+
7792
## Contributing
7893

7994
We welcome contributions!
@@ -98,9 +113,10 @@ They test **everything**. They're a bit batsy about it.
98113
See the [Jury Criteria](./jury/README.md) for the rules.
99114

100115
## Library
101-
Think of this as the art supply closet for our digital gallery. It's filled with reusable scripts and functions—our special blend of paints, brushes, and canvases—to help you craft your own visual masterpieces in bash.
102116

103-
Step into the [workshop](./library/README.md) and see what's available.
117+
The library is filled with stuff about visualizations and voices.
118+
119+
Read the [Library Index](./library/README.md) to get started.
104120

105121
## Chat
106122

screensaver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#
88

99
BASH_SCREENSAVERS_NAME='Bash Screensavers'
10-
BASH_SCREENSAVERS_VERSION='0.0.26'
11-
BASH_SCREENSAVERS_CODENAME='Mystic Kawaii'
10+
BASH_SCREENSAVERS_VERSION='0.0.27'
11+
BASH_SCREENSAVERS_CODENAME='Mystic Shine'
1212
BASH_SCREENSAVERS_URL='https://github.com/attogram/bash-screensavers'
1313
BASH_SCREENSAVERS_DISCORD='https://discord.gg/BGQJCbYVBa'
1414
BASH_SCREENSAVERS_LICENSE='MIT'

0 commit comments

Comments
 (0)