Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shresht7/go-time
A clock for the terminal
https://github.com/shresht7/go-time
cli go time
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:56:33.000Z (10 months ago)
- Last Synced: 2024-04-28T06:13:45.054Z (7 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.
![time](./screenshots/time.png)
![calendar](/screenshot.png)## Commands
### `time`
Shows the current time
```sh
go-time
go-time now
go-time time
```![time](./screenshots/time.png)
### `date`
Shows the current date
```sh
go-time date
```![time](./screenshots/date.png)
### `cal`
Shows the calendar
```sh
go-time calendar
```![calendar](./screenshots/calendar.png)
## TUI
### `clock`
Shows the clock
```sh
go-time clock
```![clock](./screenshots/time.png)
### `calendar`
Shows the calendar
```sh
go-time cal
```![calendar](./screenshots/calendar.png)
## `stopwatch`
Shows the stopwatch
```sh
go-time stopwatch
```![stopwatch](./screenshots/stopwatch.png)
## `timer`
Shows the timer
```sh
go-time timer
```![timer](./screenshots/timer.png)
---
## License
This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details