New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ticard

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ticard

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Ticard

Easily work with Trello cards from your own text editor:

$ ticard pull http://trello.com/c/a2343423/my-card
$ vi a2343423-my-card.md
...
$ ticard push a2343423-my-card.md

Installation

$ gem install ticard

Ticard needs trello read/write credentials in order to work. Create a .ticard.yml file in $HOME or the directory you'll be working from.

keys:
  developer_public_key:  'KEY'
  member_token:  'TOKEN'

To get the key and token, follow the steps given in ruby-trello's README.

Usage

  • ticard pull URL to download the description of the card to a file
  • ticard push PATH to upload the updated description.

The file created by ticard pull has an html comment with metadata at the top, this allows ticard push to save and check if modifications have been made to the card, so mess with them at your own risk :shit:

Editor support

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release to create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

  1. Fork it ( https://github.com/dgsuarez/ticard/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 03 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc