Project

buncho

0.0
The project is in a healthy, maintained state
This is a Ruby gem for managing the body weight of Buncho.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Buncho

Buncho

This is a Ruby gem for managing the body weight of Buncho.

Installation

% gem install buncho

Usage

To register a buncho's name, use the -n option.

% buncho -n yuki

If you specify only -n, it will just register the name without recording weight.
You can also combine -n and -w to register both name and weight at once:

% buncho -n yuki -w 25

You can record the weight using only the -w option.

% buncho -w 25

You can also register multiple birds.
If you try to record a weight without specifying a name, a list of choices will be displayed.

Example output:

% buncho -n yuki
% buncho -n sora
% buncho -w 26

Which buncho's data do you want to use? Enter the number.
1 sora
2 yuki

You can display the recorded weights.

% buncho -l