Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasballinger/trellocardupdate
Update trello cards
https://github.com/thomasballinger/trellocardupdate
Last synced: 3 months ago
JSON representation
Update trello cards
- Host: GitHub
- URL: https://github.com/thomasballinger/trellocardupdate
- Owner: thomasballinger
- License: isc
- Created: 2013-02-12T17:37:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T20:14:20.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T19:11:12.518Z (3 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
TrelloCardUpdater
Command-line tool for updating Trello cards.
Sort of mimics the git interface.
Installation
============
pip install TrelloCardUpdateror for development, clone the repo, then
- ``cd TrelloCardUpdate``
- ``virtualenv venv``
- ``source venv/bin/activate``
- ``pip install -e . -r requirements.txt``Current Features:
=================- ability to add comments to cards
- fuzzy matching on card name
- single board at a time, which is persistently setBash Completion
---------------For now, just completes cards and --flags. Paste this into your bashrc:
``complete -C 'tu --get-bash-completion' tu``