Have your terminal flirt with you when you run commands
This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Swindles McCoop ab2dddde3d Update error msg 2023-04-11 16:21:44 -04:00
.gitignore Ignore binary 2023-03-31 04:08:37 +00:00
Makefile Complete overhaul in C 2023-03-31 04:07:55 +00:00
README.md Update install instructions 2023-04-11 16:21:13 -04:00
config.h Configure stuff 2023-04-11 16:20:20 -04:00
flirt.c Update error msg 2023-04-11 16:21:44 -04:00

README.md

Have your terminal flirt with you

Install

make
sudo make install

Bash

Add

trap flirt DEBUG

to your bashrc.

Zsh

Add

preexec() {
    flirt
}

to your zshrc.

Configuration

Edit config.h and uncomment the line with the girl type you want.