Git Product home page Git Product logo

goom's Introduction

Go Report Card Actions Status License

goom

A simple CLI application for opening url's in the web browser.

Installation

Download the binary from ttps://github.com/s4heid/goom/releases. Alternatively, you can

MacOS/Linux

Install goom via Homebrew/Linuxbrew package manager:

brew tap s4heid/homebrew-tap https://github.com/s4heid/homebrew-tap.git
brew install gozoom

Git

Build it from source:

git clone https://github.com/s4heid/goom.git
cd goom
make all
./goom

Configuration

Create a configuration file ~/.goom.yml. The following properties need to be specified:

  • url - the target url. Templating syntax can be used to build the target url with properties of a room.
  • rooms - list of rooms.
    • id - identifier of a room.
    • alias - alias for a room that should be unique.
    • name (optional) - descriptive name of a room.

Currently supported input source formats are YAML and JSON

Example Config:

---
url: https://zoom.us/j/{{.Id}}
rooms:
- id: 0123456789
  name: Team Standup
  alias: daily
- id: 9876543210
  name: John Doe
  alias: jd

If you want to open the url that is associated with the room of John Doe, use goom's open command and pass the alias jd as a command line argument:

$ goom open jd
Opening "https://zoom.us/j/9876543210" in the browser...

The interpolated url https://zoom.us/j/9876543210 will be opened in a new window of your default web browser.

License

Apache License, Version 2.0

goom's People

Stargazers

 avatar  avatar  avatar

Watchers

 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.