• Stars
    star
    803
  • Rank 56,759 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An unofficial trello desktop app.

Trello Desktop Build Status

Unofficial Trello Desktop app

Trello Desktop

OS X 10.8+, Windows 7+ & Linux are supported.

Install

OS X

Download, unzip, and move Trello.app to the /Applications directory.

Linux

Download and unzip to some location.

To add a shortcut to the app, create a file in ~/.local/share/applications called trello.desktop with the following contents:

[Desktop Entry]
Name=Trello
Exec=/full/path/to/folder/Trello
Terminal=false
Type=Application
Icon=/full/path/to/folder/Trello/resources/app/static/Icon.png

Windows

Download and unzip to some location.

Dev

Built with Electron.

Commands
  • Init: $ npm install
  • Run: $ npm start
  • Build OS X: $ npm run build:macos
  • Build Linux: $ npm run build:linux
  • Build Windows: $ npm run build:windows
  • Build all: $ brew install wine and $ npm run build (OS X only)

License

MIT Β© Daniel Chatfield

More Repositories

1

atom-jinja2

Jinja2 syntax highlighting for the atom editor.
26
star
2

jinja2_markdown

A jinja2 extension that adds a {% markdown %} tag to jinja.
Python
11
star
3

go-jwt

A secure implementation of JSON web tokens
Go
9
star
4

npm-sudo-fix

Run this once (with sudo) and you should never have to run npm with sudo again.
JavaScript
8
star
5

flag

A simple flag library for python.
Python
5
star
6

flask-raven

A lightweight flask extension for Cambridge's raven auth protocol.
Python
5
star
7

npm-publish

A cross platform script to release npm modules.
JavaScript
5
star
8

wordpress-symlink-fixer

DEPRECATED: this has now been incorporated into wordpress core.
PHP
5
star
9

atom-chatty-theme

Because solarised was a little too green.
CSS
4
star
10

yeoman-conductor

A node module that let's you run a yeoman generator from another one.
JavaScript
4
star
11

raven-appengine

A raven Transport that supports asynchronous requests on AppEngine.
Python
4
star
12

node-newline

A useful module for dealing with line endings.
JavaScript
3
star
13

wordpress-raven-auth

A raven authentication plugin for WordPress
PHP
3
star
14

node-cmdify

A small script that adds '.cmd' to a command when invoked within windows.
JavaScript
2
star
15

chrome-mymaths

Chrome extension to give you mymaths answers.
JavaScript
2
star
16

release

A small CLI to make releasing npm, bower and PyPI components easy.
JavaScript
2
star
17

atom-wrap

CoffeeScript
1
star
18

raytracer

A simple ray tracer written in golang.
Go
1
star
19

latex-authorisation-letter

A latex template for a letter of authorisation.
TeX
1
star
20

flask_markdown

Adds Markdown support to a flask app
Python
1
star
21

atom-overflow

Highlights code that overflows the line length
CoffeeScript
1
star
22

python-sslstore-api

A python wrapper around the "thesslstore.com" api.
Python
1
star
23

crap.education

The source code for crap.education
1
star
24

tails

A mirror of Tails, the incognito live system.
Shell
1
star
25

gogenutils

Go
1
star
26

appengine-python

A mirror of the python Google App Engine library because svn sucks and so does Google code.
Python
1
star
27

prolog-99-problems

Solutions to https://sites.google.com/site/prologsite/prolog-problems
Prolog
1
star
28

go-chalk

A port of @sindresorhus' chalk library to golang
Go
1
star