21 lines
530 B
Markdown
21 lines
530 B
Markdown
# whoareyou
|
|
|
|
Who is calling me?
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
$ whoareyou 0700000000
|
|
```
|
|
|
|
## Todo
|
|
|
|
Almost everything. I will add stuff when I need stuff. But hey, if you found this project and want to use it. Fork it, change it, create a PR, and I will add it :)
|
|
|
|
[ ] Add flag to open url for probes in browser (easier for debugging)
|
|
[x] Probe should return and Result, so we don't print a new line for empty result
|
|
[ ] Add logging
|
|
[ ] List cache entries
|
|
[ ] Clear cache entries
|
|
[ ] Add some nice colors, so it's easier to read the output.
|