https://github.com/shresht7/go-time
A clock for the terminal
https://github.com/shresht7/go-time
cli go time
Last synced: 27 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:56:33.000Z (over 2 years ago)
- Last Synced: 2025-08-02T01:37:51.703Z (11 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