woylie / luna_connect

Connector for Lunatask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luna Connect

A shabby CLI tool for shoving tasks from services into Lunatask.

git clone https://github.com/woylie/luna_connect
cd luna_connect
mix install

Copy the default configuration to a local folder:

mkdir -p ~/.config/luna_connect
cp ./config.yml ~/.config/luna_connect

Adjust the configuration to your needs.

You can override the default config folder by setting the LUNA_CONNECT_CONFIG_PATH environment variable.

Other mix aliases

  • mix setup
  • mix build

Usage

Import Github issues assigned to @me:

luco gh issues

Import requested PR reviews from Github:

luco gh reviews

Update statuses of tasks imported from Github:

luco gh update

Why Elixir?

Because it's what I know.

Contributions

On the off-chance you find this tool in any way useful and feel the inexplicable urge to improve it, PRs are begrudgingly welcomed.

About

Connector for Lunatask

License:MIT License


Languages

Language:Elixir 100.0%