Skip to content

Kaya-Sem/pdiddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pdiddy

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.

P -Diddy-1-2448788980

Features

  • 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.

Installation

  1. Clone this repository or download the source code.
  2. Build the programm using Go:
go build -o pdiddy
  1. Place the pdiddy binary in a directory in your PATH for easier use, such as usr/local/bin.

Usage

Run pdiddy <command> with one of the following commands:

  1. guestlist List all system users on the machine.
pdiddy guestlist
  1. party List all currently logged-in users (party attendees).
pdiddy party
  1. 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>
  1. touch <user Reset the babyoil usage for a specific user.
pdiddy touch <user>
  1. babyoilhouse Display the remaining amount of babyoil in the house
pdiddy babyoilhouse
  1. buy <amount> Buy more babyoil. Specify the amount to add to the house
pdiddy buy <amount>
  1. help Show the help menu with availble commands and their descriptions
pdiddy help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages