summary refs log blame commit diff stats
path: root/README.org
blob: feac3221ad3e0a3708d5a2f2c1540a094accb691 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  


                         

                                                                     
 
                                                                           
                                                                                       
                                                                              

            


                            
 

                                                                          









                                                    
#+SETUPFILE: ~/.emacs.d/org-templates/projects.org
#+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)
- OpenBSD 6.7 (Perl v5.30.2)
- OpenBSD 6.8 (Perl v5.30.3)

*Note* (OpenBSD users): If you're using a custom Perl install then add the
path to =OpenBSD::= in @INC.

* Installation
#+BEGIN_SRC sh
# Clone the project.
git clone https://git.tilde.institute/andinus/pictor
cd pictor

# Install.
sudo make install
#+END_SRC