Giter Site home page Giter Site logo

bitbar's Introduction

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Signed by Signed commit % Linux build Status
Minimal R Version License

bitbar

Craft macOS Menu Bar Applications with Rscript

Description

Mat Ryer’s macOS utility https://getbitbar.com/ enables any script to become a menu bar application. Tools are provided to make it easier to craft these scripts.

Installing BitBar

If you have homebrew installed, you can do:

brew cask install bitbar

Otherwise grab the latest release and install it the hard way.

Open the application and choose the directory you want to be your plugins directory. This is where your menubar scripts will go. (I use ~/Library/BitBar/Plugins but you can pick any directory; just make sure it isn’t one with a gazillion files as that impacts BitBar’s performance).

What’s Inside The Tin

The following functions are implemented:

  • add_entry: Add an entry to the menu
  • applescript: Execute AppleScript and Return Results
  • b64_image: Return a base64 encoded string of an image (local filesystem or URL)
  • bitbar_plugins_dir: BitBar plugins directory
  • new_bitbar_script: Helper to get started with a new BitBar bitbar script
  • open_bitbar_dir: Open BitBar Plugins Directory in the Finder
  • r_logo_small: Images that come with the package
  • reachable: Is the internet accessible?

There are also two RStudio Addins, one with a GUI for entering in the script metadata & starting a new BitBar {bitbar} script and one for opening up the BitBar plugins directory in the Finder.

Installation

remotes::install_git("https://git.rud.is/hrbrmstr/bitbar.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/bitbar")
# or
remotes::install_gitlab("hrbrmstr/bitbar")
# or
remotes::install_bitbucket("hrbrmstr/bitbar")
# or
remotes::install_github("hrbrmstr/bitbar")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

Usage

library(bitbar)

# current version
packageVersion("bitbar")
## [1] '0.1.0'

This will open up a my-awesome-bitbar-script.R in RStudio (if available) or whatever editor file.edit() is configured to use.

new_bitbar_script(
  save_as = file.path(bitbar_plugins_dir(), "my-awesome-bitbar-script.R"),
  title = ":blue_heart:",
  description = "Example BitBar Script"
)

bitbar Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 12 0.92 221 0.94 63 0.73 122 0.75
Rmd 1 0.08 13 0.06 23 0.27 41 0.25

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

bitbar's People

Contributors

hrbrmstr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.