https://github.com/shresht7/go-time
A clock for the terminal
https://github.com/shresht7/go-time
cli go time
Last synced: 2 months ago
JSON representation
A clock for the terminal
- Host: GitHub
- URL: https://github.com/shresht7/go-time
- Owner: Shresht7
- License: mit
- Created: 2022-01-28T20:07:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:56:33.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:09:38.769Z (4 months ago)
- Topics: cli, go, time
- Language: Go
- Homepage:
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# It's `go-time`
A clock for the terminal.

## Commands
### `time`
Shows the current time
```sh
go-time
go-time now
go-time time
```
### `date`
Shows the current date
```sh
go-time date
```
### `cal`
Shows the calendar
```sh
go-time calendar
```
## TUI
### `clock`
Shows the clock
```sh
go-time clock
```
### `calendar`
Shows the calendar
```sh
go-time cal
```
## `stopwatch`
Shows the stopwatch
```sh
go-time stopwatch
```
## `timer`
Shows the timer
```sh
go-time timer
```
---
## License
This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details