bitbar-php icon indicating copy to clipboard operation
bitbar-php copied to clipboard

PHP formatter for BitBar plugins

Results 1 bitbar-php issues
Sort by recently updated
recently updated
newest added

``` // Create BitBar formatter $bb = new BitBar(); // Create the first line $line = $bb->newLine(); // Set the text and formatting $mainMenu = $line ->setText("Servers") ->setColour("yellow"); $mainMenu =...

Hacktoberfest