blob: 0d022e8972ca13cc75aba5ff412975c2d460532f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
━━━━━━━━━
LYRA
Andinus
━━━━━━━━━
Lyra is a simple cli program to manage fortune files. It can read
directly from plain-text files, creating datafiles through `strfile' is
not required.
This also means that it has less features compared to fortune(6).
Default directory is assumed to be `$HOME/fortunes'.
This program is not useful if you have `strfile' installed, just use it
& place the datafiles in fortune directory.
1 Usage
═══════
You have to run `lyra mirror' once before using it, it'll mirror all
the fortune files in `%fortune'.
┌────
│ lyra mst # Print a random fortune from mst fortunes.
│ lyra mirror # Mirror fortune files.
│ lyra latest # Get latest fortune files.
│ lyra ls # List all fortune files.
└────
|