Categorygithub.com/riku-smile/go-timer
modulepackage
0.0.0-20220425045843-76fc437225d3
Repository: https://github.com/riku-smile/go-timer.git
Documentation: pkg.go.dev

# README

go-timer

コマンドライン上で動作するストップウォッチ

Features

CLI上でストップウォッチ機能、タイマー機能が利用できます。

Installation

go get github.com/riku-smile/go-timer

go install

or

git clone https://github.com/riku-smile/go-timer.git

go install

Usage

  • stopwatch
go-timer stopwatch
  • timer
go-timer timer <time>

Note

stopwatch

ストップウォッチ機能を提供します。 Ctrl+Cで終了した地点までの時間を計測します。

timer

タイマー機能を提供します。 の箇所に、半角数字を用いて()h<>m[]s の形でタイマーを設定してください。 それぞれ、()時間<>分[]秒 という意味になります。 例: 1h30m45s -> 1時間30分45秒のタイマーを設定する。

Author

  • Riku-smile

License

"go-timer" is under MIT license.

# Packages

Copyright © 2022 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author