Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derricw/soulmsg
random Dark Souls messages
https://github.com/derricw/soulmsg
console-service curl dark-souls generator motd-message
Last synced: about 2 months ago
JSON representation
random Dark Souls messages
- Host: GitHub
- URL: https://github.com/derricw/soulmsg
- Owner: derricw
- License: mit
- Created: 2023-01-06T00:43:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T19:48:22.000Z (10 months ago)
- Last Synced: 2024-04-21T11:16:19.730Z (9 months ago)
- Topics: console-service, curl, dark-souls, generator, motd-message
- Language: Go
- Homepage:
- Size: 2.11 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soulmsg
Generate random Dark Souls messages. Use for inspiration, fortunes, or message of the day!
```
$ soulmsg
try miracles
```Try a live version [here](https://derricw.github.io/soulmsg/)
or with curl:
```
curl -L fir3.link
```Try `-h` for options.
### build
```bash
go build
```### install
```bash
go install github.com/derricw/soulmsg@latest
```### examples
Make 10 messages, allow conjuctions.
```bash
soulmsg -c -n 10
```Make messages forever.
```bash
soulmsg -c -n -1
```Grab the first message containing something I want.
```bash
soulmsg -c -n -1 | grep woman | head -n 1
```Cowsay
```bash
$ soulmsg | cowsay
________________________________
< be wary of close-ranged battle >
--------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```