Giter VIP home page Giter VIP logo

trelloterm's Introduction

TrelloTerm

This is a simple terminal UI for Trello. Note that this project is in no way associated with Trello or Atlassian.

This project is in its very early stages, so not many features are implemented.

Using TrelloTerm

Installing

git clone https://github.com/riesinger/trelloterm
cd trelloterm
npm install

Running

To run TrelloTerm with ts-node, do:

npm start

Note that you'll need to have your Trello API key and token in your environment as TRELLO_KEY and TRELLO_TOKEN. You can generate tokens here. You might want to put them into a .env file when you're aiding in TrelloTerm development.

At some point, TrelloTerm will be able to generate credentials for you and store in the file system.

To run with nodemon (restart on changes), do:

npm run dev

You can read logs by doing tail -f /tmp/trelloterm.

Building

To compile to JS, do:

npm run build

trelloterm's People

Contributors

riesinger avatar

Watchers

James Cloos avatar  avatar

trelloterm's Issues

Remember last-used board

The last-used board should be saved and auto-loaded on next start.
The board can be stored in $XDG_DATA_HOME/trelloterm/state.

ToDo: Find the corresponding paths for Windows and MacOS

Read credentials from file

You should be able to put credentials in $XDG_CONFIG_HOME/trelloterm/credentials

ToDo: Figure out the corresponding paths on MacOS and Windows

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.