承接 haydenwu/tclk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

haydenwu/tclk

Composer 安装命令:

composer create-project haydenwu/tclk

包简介

A terminal clock, stopwatch and timer

README 文档

README

A terminal clock, stopwatch and timer.

Screenshot

Installation

sudo apt install php composer
# or in arch: sudo pacman -S php composer
composer global require haydenwu/tclk:dev-main

The tclk binary will be available in ~/.config/composer/vendor/bin. You may want to add it to your PATH.

Updating

composer global update

Usage

Usage: tclk [options]

Options:
   -h, --help                show this help
   -c, --clock [timezone]    run in clock mode
   -s, --stopwatch           run in stopwatch mode
   -t, --timer <[[h:]m:]s>   run in timer mode
   -n, --now                 start the stopwatch/timer immediately
   -x, --left <left>         set left position
   -y, --top <top>           set top position
   -z, --size <size>         set size
   -f, --fg <color>          set foreground color
   -i, --fg-inactive <color> set fg color when stopwatch/timer is inactive

Running without options is equivalent to "tclk -c".

Parameter explanations:

  • timezone: One of the supported timezone names, an offset value (+0200), or a timezone abbreviation (BST).
  • color: an integer from 40 to 47, or from 100 to 107. See here for details.

Hotkeys

KeyAction
up / down / left / rightMove position
cMove to center
- / =Increase/decrease size
spaceStart/pause timer/stopwatch
rReset timer/stopwatch
qQuit program

License

This program is licensed under the GNU General Public License, version 3. Check LICENSE or gnu.org for a copy of the license.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2025-10-03