trello-cli

It's Trello, but snappy!
授权协议 MIT License
开发语言 JavaScript
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 缪成天
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

trello

A CLI app for interacting with Trello.

I personally find Trello's UI offerings to be too taxing on my computer andthe many things it loads in an attempt to look nice make it a bit jumpy andsluggish. I spend a ton of my day on the command line and wanted an interface withTrello in that environment.

Add to that my long-time fascination with ncurses apps and a desire to learn Crystaland the result is this project.

Installation

  1. Install it through homebrew! If you don't have homebrew, you'll have to compile ityourself for now. See Development below for instructions. Otherwise, run

    brew install geolessel/homebrew-repo/trello-cli

    You can also track the master branch by adding the --HEAD flag.

    brew install --HEAD geolessel/homebrew-repo/trello-cli
  2. Run trello

    The application should take you through a setup process that will directyou to Trello's site asking if you'll grant the app access to your Trelloaccount. Once you accept, Trello will provide you with an API token. Justpaste that into the line asking for your token and it will do the rest.

    --| This app requires access to your trello account. |--
    
    I'll open up a web page requesting access. Once you accept, you will
    be presented with an API token. Copy that and use it in the next step.
    Press ENTER to continue
    
    Token: <PASTE YOUR TOKEN HERE>
    Completing setup
    Done.
    

Usage

  1. Run it!
    trello

Development

For now, you need to build it yourself and you must have theCrystal language installed. You can

  1. Clone this repo
    git clone https://github.com/geolessel/trello-cli.git
  2. Install the Crystal Shards (in the trello-cli directory)
    shards install
    
  3. Run the app (in the trello-cli directory)
    crystal run src/trello.cr
    

Contributing

  1. Fork it (https://github.com/geolessel/trello-cli/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

Contributors

  • geolessel Geoffrey Lessel - creator, maintainer
  • seven1m Tim Morgan - contributor
  • 1 项目创建与模板解析 1-1、 项目创建 使用 vue-cli 工具构建前端项目 vue create trello-vue 1-2、模板解析 . ├── css │ ├── css.css │ └── fonts │ ├── trellicons-iefix.eot │ ├── trellicons.eot │ ├── trellicons.ttf

  • 本文翻译自:How does Trello access the user's clipboard? When you hover over a card in Trello and press Ctrl + C , the URL of this card is copied to the clipboard. 当您将鼠标悬停在Trello中的卡上并按Ctrl + C时 ,此卡的URL将复制到剪

  • jira trello 我使用了许多不同的项目管理工具,但我不得不说,我还没有找到真正让我100%乐于使用的工具。 我玩过很多工具,并且广泛使用了其中一些工具,对此我感到有些沮丧。 在过去的好时光里,我自己也黑客了一些工具。 现在我年纪大了(也许更聪明),我决定坐下来解决这个问题。 涉及项目管理工具的活动 首先,我尝试检查我认为需要哪些项目管理工具的活动。 这是列表: 计划会议:在与其他人通过Sk

  • 我使用了许多不同的项目管理工具,但我不得不说,我还没有找到真正让我100%乐于使用的工具。 我玩过很多工具,并广泛使用了其中一些工具,对此我感到有些沮丧。 在过去的好时光里,我自己也黑客了一些工具。 现在我年纪大了(也许更聪明),我决定坐下来解决这个问题。 涉及项目管理工具的活动 首先,我尝试检查我认为需要哪些项目管理工具的活动。 这是列表: 计划会议:在与其他人通过Skype进行交谈时,我集思广

 相关资料
  • 问题内容: 我了解,粗略地说,Trello使用Redis进行临时数据存储。 有谁能够进一步详细说明它在应用程序中扮演的角色? 问题答案: 我们在Trello上使用Redis 来存储临时数据,这样就不会丢失。我们不会将Redis中的数据持久化到磁盘上,而是使用allkeys- lru ,因此我们只存储可以随时踢出的内容,给用户带来的不便很小(例如,暂时看到错误的用户状态)。话虽这么说,我们为它提供了

  • 问题内容: 当您将鼠标悬停在Trello中的卡片上并按+时,该卡片的URL被复制到剪贴板。他们如何做到这一点? 据我所知,没有涉及Flash电影。我已经安装了Flashblock,并且Firefox的“网络”标签显示未加载Flash电影。(这是通常的方法,例如,ZeroClipboard。) 他们如何实现这种魔力? (目前,我想我顿悟了:您无法选择页面上的文本,因此我假设它们具有不可见的元素,它们

相关阅读

相关文章

相关问答

相关文档