An open API service indexing awesome lists of open source software.

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

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