Project

suiren

0.0
The project is in a healthy, maintained state
suiren is a command that displays the contents of http requests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.14
~> 13.0
~> 1.21
 Project Readme

suiren (睡蓮)

suiren はコマンドを HTTP リクエストを表示するコマンドです。

image

インストールについて

gem のインストール

gem install suiren

パッケージに追加

bundle add suiren

使用法

suiren は日本語と英語と台湾語に対応しています。

日本語で使用する場合:

LANG=ja_JP.UTF-8 suiren

英語で使用する場合:

LANG= suiren

台湾語で使用する場合:

LANG=zh_TW.UTF-8 bundle exec suiren

システムの言語が優先されます。

使い方を見る

$ suiren -h
Usage: suiren [options]
    -V, --version                    バージョン情報を表示します
        --license                    ライセンス情報を表示します
        --bind-address [Bind Address]
                                     Bind アドレスを設定します
    -p, --port [Port]                ポート番号
    -c, --content [Content]          返信するコンテンツを設定します

貢献

バグレポートとプルリクエストは https://GitHub.com/Himeyama/suiren で行うことができます。

ライセンス

この gem は、MIT ライセンス の条件の下でオープンソースとして利用できます。