Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |
|| ||
```