pdiddy
is a command-line tool that allows you to manage a virtual party while tracking the use of babyoil and system users (guests). It keeps track of which users have been babyoiled, how much babyoil is left in the house, and lets you add more babyoil as needed.
- Guestlist: View all system users on the machine
- Party: See currently logged-in users.
- Babyoil Users: Track and apply babyoil to individual users.
- Reset Babyoil Usage: Reset babyoil usage for a specific user.
- Check Babyoil: Display how much babyoil remains in the house.
- Buy Babyoil: Add more babyoil to the house.
- Clone this repository or download the source code.
- Build the programm using Go:
go build -o pdiddy
- Place the
pdiddy
binary in a directory in yourPATH
for easier use, such asusr/local/bin
.
Run pdiddy <command>
with one of the following commands:
guestlist
List all system users on the machine.
pdiddy guestlist
party
List all currently logged-in users (party attendees).
pdiddy party
babyoil <user>
Apply babyoil to a user. This reduces the total babyoil in the house by 1 and keeps track of how many times the user has been babyoiled.
pdiddy babyoil <user>
touch <user
Reset the babyoil usage for a specific user.
pdiddy touch <user>
babyoilhouse
Display the remaining amount of babyoil in the house
pdiddy babyoilhouse
buy <amount>
Buy more babyoil. Specify the amount to add to the house
pdiddy buy <amount>
help
Show the help menu with availble commands and their descriptions
pdiddy help