Love Lines
Installation
SKILL.md
Love Lines
A multi-purpose utility tool for managing and storing creative content — pickup lines, love notes, witty openers, and any text snippets you want to collect. Pickup Lines provides 10 commands for adding, listing, searching, removing, and exporting entries, all backed by a simple date-stamped log file.
Commands
| Command | Description |
|---|---|
pickup-lines run <input> |
Execute the main function with the given input. General-purpose entry point for quick operations. |
pickup-lines config |
Show the current configuration file path ($DATA_DIR/config.json). |
pickup-lines status |
Display the current tool status (ready/not ready). |
pickup-lines init |
Initialize the data directory. Creates $DATA_DIR if it doesn't exist. Safe to run multiple times. |
pickup-lines list |
List all saved entries from the data log. Shows full contents of the data file. |
pickup-lines add <text> |
Add a new entry to the data log with today's date stamp. E.g. add "Are you a magician?" |
pickup-lines remove <item> |
Remove a specific entry from the collection. |
pickup-lines search <term> |
Search saved entries for a keyword (case-insensitive). Returns matching lines from the data log. |
pickup-lines export |
Export all saved data to stdout. Pipe to a file for backup or sharing. |
pickup-lines info |
Show version and data directory information. |
pickup-lines help |
Display the full help message with all available commands. |
pickup-lines version |
Print the current version (v2.0.0). |