All Projects → palash25 → Foaas Cli

palash25 / Foaas Cli

Licence: mit
A terminal client to interact with Fuck Off 🖕 as a Service API. Made this to learn Go, it has lots of shitty code.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Foaas Cli

Cli
The official command line client for Cloud Foundry
Stars: ✭ 1,613 (+1200.81%)
Mutual labels:  cli
Pipenv Pipes
A PipEnv Environment Switcher
Stars: ✭ 122 (-1.61%)
Mutual labels:  cli
Ink Gradient
Gradient color component for Ink
Stars: ✭ 123 (-0.81%)
Mutual labels:  cli
Bull Repl
Bull / BullMQ queue command line REPL
Stars: ✭ 121 (-2.42%)
Mutual labels:  cli
Easycert
EasyCert quickly generates web server TLS certificates that have been self-signed by a private certificate authority that it also creates.
Stars: ✭ 121 (-2.42%)
Mutual labels:  cli
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-1.61%)
Mutual labels:  cli
Unfog
⏱ Minimalist CLI task & time manager, written in Haskell.
Stars: ✭ 121 (-2.42%)
Mutual labels:  cli
Riko
A Python stream processing engine modeled after Yahoo! Pipes
Stars: ✭ 1,571 (+1166.94%)
Mutual labels:  cli
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (-1.61%)
Mutual labels:  cli
Twurl
OAuth-enabled curl for the Twitter API
Stars: ✭ 1,648 (+1229.03%)
Mutual labels:  cli
Openapi Cli Generator
Generate a CLI from an OpenAPI 3 specification
Stars: ✭ 121 (-2.42%)
Mutual labels:  cli
Ds1054z
Python package for the Rigol DS1054Z Oscilloscope
Stars: ✭ 121 (-2.42%)
Mutual labels:  cli
Create New Cli
Create your own CLI using a series of simple commands.
Stars: ✭ 122 (-1.61%)
Mutual labels:  cli
Asus Fan Control
🌀 Fan control for ASUS devices running Linux.
Stars: ✭ 120 (-3.23%)
Mutual labels:  cli
Atbmarket
🎉 JUST FOR FUN :: npm package of ATB plastic bag
Stars: ✭ 123 (-0.81%)
Mutual labels:  cli
Pipedream
Connect APIs, remarkably fast. Free for developers.
Stars: ✭ 2,068 (+1567.74%)
Mutual labels:  cli
Genesis
Templating, scaffolding and generation tool
Stars: ✭ 122 (-1.61%)
Mutual labels:  cli
Flow Cli
The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
Stars: ✭ 123 (-0.81%)
Mutual labels:  cli
Chest
Bash glue to encrypt and hide files
Stars: ✭ 123 (-0.81%)
Mutual labels:  cli
Libneo4j Client
neo4j-client -- Neo4j Command Line Interface (CLI)
Stars: ✭ 121 (-2.42%)
Mutual labels:  cli

Logo

FOaaS CLI

A simple CLI tool to interact with the FOaaS (Fuck Off as a Service) API made in an attempt to learn Go.

Installation

go get github.com/palash25/foaas-cli

Make sure that your GOPATH and GOROOT are set properly.

Usage

Every command starts with the app name and then the command followed by arguments and flags (if any)

There are 3 commands in total:

  1. help: foaas-cli help
  2. version: foaas-cli version. This will return the version of the FOaaS API
  3. fuck: foaas-cli fuck [argument] [flags]. The argument is the kind of fuck (the message) that you want the API to return and the flags substitute the values provided to them in the message returned by the API. For example
      $ foaas-cli fuck bucket --from Borat
    
      Gives the following output:
    
      Please choke on a bucket of cocks. - Borat
    
    Here bucket is the argument and from is the flag with Borat as its value.

Arguments

Here is a list of various arguments along with their flags generated using go doc. The function names are the arguments (should be in small letters when typed on the terminal) and the parameters passed to them are the flags. So if you want to give a fuck, say "Anyway" then type foaas-cli fuck anyway --company DoofenshmirtzEvilInc --name Ferb

func Anyway(comapany, from string) string
func Asshole(from string) string
func Awesome(from string) string
func Back(name, from string) string
func Bag(from string) string
func Ballmer(name, company, from string) string
func Bday(name, from string) string
func Because(from string) string
func Blackadder(name, from string) string
func Bm(name, from string) string
func Bucket(from string) string
func Bus(name, from string) string
func Bye(from string) string
func Caniuse(tool, from string) string
func Chainsaw(name, from string) string
func Cocksplat(name, from string) string
func Cool(from string) string
func Cup(from string) string
func Dalton(name, from string) string
func Deraadt(name, from string) string
func Diabetes(from string) string
func DoSomething(do, something, from string) string
func Donut(name, from string) string
func Everyone(from string) string
func Everything(from string) string
func Family(from string) string
func Fascinating(from string) string
func Field(name, from, reference string) string
func Flying(from string) string
func Fyyff(from string) string
func GetOperations() string
func GetVersion() string
func Give(from string) string
func Greed(noun, from string) string
func Horse(from string) string
func Immensity(from string) string
func Ing(name, from string) string
func Keep(name, from string) string
func KeepCalm(reaction, from string) string
func King(name, from string) string
func Life(from string) string
func Linus(name, from string) string
func Look(name, from string) string
func Looking(from string) string
func Madison(name, from string) string
func Maybe(from string) string
func Me(from string) string
func Mornin(from string) string
func No(from string) string
func Nugget(name, from string) string
func Off(name, from string) string
func OffWith(behaviour, from string) string
func Outside(name, from string) string
func Particular(thing, from string) string
func Pink(from string) string
func Problem(name, from string) string
func Programmer(from string) string
func Pulp(language, from string) string
func Question(from string) string
func Retard(from string) string
func Ridiculous(from string) string
func Rtfm(from string) string
func Sake(from string) string
func Shakespeare(name, from string) string
func Shit(from string) string
func Single(from string) string
func Thanks(from string) string
func That(from string) string
func Think(name, from string) string
func Thinking(name, from string) string
func This(from string) string
func Thumbs(name, from string) string
func Too(from string) string
func Tucker(from string) string
func What(from string) string
func Xmas(name, from string) string
func Yoda(name, from string) string
func You(name, from string) string
func Zayn(from string) string

Like what you see? Then consider giving it a ⭐️ star

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].