https://github.com/d2verb/tt
Convert time range to regexp
https://github.com/d2verb/tt
Last synced: 2 months ago
JSON representation
Convert time range to regexp
- Host: GitHub
- URL: https://github.com/d2verb/tt
- Owner: d2verb
- License: mit
- Created: 2020-11-10T17:22:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T14:52:17.000Z (over 5 years ago)
- Last Synced: 2025-03-05T20:52:58.105Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tt
Convert time range to regexp. **still buggy**
## Installation
### go get
```
$ go get github.com/d2verb/tt/cmd/tt
```
## Usage
```
$ tt "2020-11-09 17:00:00" "2020-11-09 17:13:59"
2020-11-09 17:[0-1]\d:[0-5]\d
```
## LICENSE
MIT