summary refs log tree commit diff stats
path: root/README.org
blob: 0f433b56dd5f449239ffe39244dc5ee04c4b20cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#+HTML_HEAD: <link rel="stylesheet" href="../static/style.css">
#+HTML_HEAD: <link rel="icon" href="../static/pictor.png" type="image/png">
#+EXPORT_FILE_NAME: index
#+TITLE: Pictor

Pictor is a simple acronym expander. It's based on =wtf= program from
/NetBSD 1.5/.

| Project Home    | [[https://andinus.nand.sh/pictor/][Pictor]]           |
| Source Code     | [[https://git.tilde.institute/andinus/pictor/][Andinus / Pictor]] |
| GitHub (Mirror) | [[https://github.com/andinus/pictor/][Pictor - GitHub]]  |

*Tested on*:
- OpenBSD 6.6
  - Perl v5.28

*Note*: This program will only run on /OpenBSD/ because =OpenBSD::Pledge= &
=OpenBSD::Unveil= is used, to run it on other systems remove =pledge= &
=unveil= from the program.