GithubHelp home page GithubHelp logo

sjpatel21 / omnifocus-to-kanban Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rhydlewis/omnifocus-to-kanban

0.0 2.0 0.0 45 KB

A tool to synchronise data between OmniFocus and a LeanKit or Trello kanban board.

Python 100.00%

omnifocus-to-kanban's Introduction

omnifocus-to-kanban

What is this?

This is a tool that synchronises data from OmniFocus with a LeanKit or Trello board.

Why?

This allows you to visualise your Omnifocus data on a Kanban board or task board. I prefer this to manage my work in progress than using Omnifocus alone. Here's a blog I wrote with more info on my thinking.

How to install

Dependencies

This tool needs these libraries to function correctly:

  • requests (2.11.1)
  • trello (0.9.1)
  • docopt (0.6.2)
  • sqlalchemy

Run:

python setup.py install

to install them.

How to use

LeanKit

Configuration

Copy the leankit-config.yaml.example file as leankit-config.yaml. Edit the file as follows:

email: your Leankit email address
password: your Leankit password
account: your Leankit account name
board_id: your board ID
completed_lanes:
  - list of Leankit lane ID's that indicate which lanes contain completed work

If you don't know the lane ID's for your board, use:

./bin/leankit-lanes

Running

./bin/of-to-kb --leankit

Trello

Configuration

Copy the trello-config.yaml.example file as trello-config.yaml. Edit the file as follows:

app_key: your trello key
token: your trello token if you use a private board
board_id: your PK board id
default_list: the ID of the list in which you want the tool to add new cards into
completed_lists:
    - ID's of lists in which completed cards are found

Running

./bin/of-to-kb --trello

Thanks

omnifocus-to-kanban's People

Contributors

rhydlewis avatar

Watchers

James Cloos avatar Sunny Patel 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.