No commit activity in last 3 years
No release in over 3 years
A CLI for pleasant lawyer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.12
~> 10.0
~> 3.0

Runtime

 Project Readme

pleasant-lawyer-cli

pleasant-lawyer-cli is a simple set of CLI tools for working with pleasant lawyer.

Installation

$ gem install pleasant-lawyer-cli
$ rbenv rehash

Usage

pleasant-lawyer-cli currently comes with two commands, pl and plco.

pl can be used to convert between pleasant lawyer names and numbers on the command line:

$ pl better night
58631

$ pl 58631
better night

plco can be used to check out branches by specifying a pleasant lawyer name.

$ plco better night
# checks out b_58631

$ plco -b wee sock
# checks out b_53962 as a new branch

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Widdershin/pleasant-lawyer-cli.

License

All code is property of Powershop but available under the MIT license.