Registered by Hsin-Yi, Chen (hychen)

It includes several small tool which has very simple and trivial feature that users can combine those tools to archive a complex job by using Pipeline.

"Less is More!" Enjoy it.

The code base is under refactoring.

old code base. (more features)

Ex 1. To find Critical Fix-Committed bugs in Project ABC

$ lp-searchbugtasks project ABC --status 'Fix Committed' --importance 'Critical' > bugs_fix_committed_in_ABC.mission
$ cat bugs_fix_committed_in_ABC.mission | lp-printbugtasks list

Ex 2. Change status of result of Ex 1. from Fix Committed to Fix Release

$ cat bugs_fix_committed_in_ABC.mission | lp-editbugtasks --status 'Fix Release'

To Try It

$ add-apt-repository ppa:ossug-hychen/ppa
$ apt-get update
$ apt-get install lp-cli

new code base (unstable)

https://github.com/hychen/boliau.git

Project information

Licence:
GNU GPL v3, MIT / X / Expat Licence

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

Get Involved

  • Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

lp-cli does not have any download files registered with Launchpad.