taketin / talker

Choose the one person without duplicate from members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

talker

Description

This script is choose a talker.

Please use to study sessions presenter extraction, etc.

It uses the dropbox in storage, it does not overlap anyone is running.

Usage

$ talker select

> taketin

if all members selected

screenshots1

Other usage please look at the help in talker -h

Install

$ go get github.com/taketin/talker
$ mkdir -p $GOPATH/config/talker
$ vi config.tml # edit your settings
$ mv config.tml $GOPATH/config/talker/

Contribution

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

@taketin

About

Choose the one person without duplicate from members

License:MIT License


Languages

Language:Go 100.0%