Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 908 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 908 Bytes

trello-cli

trello-cli - Easy trello client in order to add a card on the Board.

Supported features

Add a card on the Board.

Installation

Manual build

# Building
git clone https://github.com/zarplata/trello-cli.git
cd trello-cli
make

#Installing
make install

# By default, binary installs into /usr/bin/ and trello.conf in $HOME/.config/

Arch Linux package

# Building
git clone https://github.com/zarplata/trello-cli.git
cd trello-cli
git checkout pkgbuild

makepkg

#Installing
pacman -U *.tar.xz

Configuration

Login in trello.com

Login in https://trello.com or create account.

Take AppKey from https://trello.com/app-key.

Next generate Token and take him.

Run setup mode

Run setup mode and enter AppKey, Token and select Board and List:

trello-cli -S

Add a card on the Board

trello-cli CardName CardDescription