Skip to content

Commit 8f766b4

Browse files
author
Junhui Tong
committed
update readme
1 parent c6adc2d commit 8f766b4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Prerequisite:
1212
Simply:
1313

1414
```bash
15-
deno run -A deno run -A jsr:@timepp/ev
15+
deno run -A jsr:@timepp/ev
1616
```
1717

1818
Then:
@@ -21,4 +21,12 @@ Then:
2121
1. In the opened Excel window, open the file you want to view
2222
1. Click on any cell in excel, you will see the entire row data in the app window
2323

24+
Below is the screenshot with fake data:
2425
![alt text](screenshot.png)
26+
27+
## Development
28+
29+
### TODO
30+
31+
- favicon
32+
- use websocket to communicate between frontend/backend, so that we can get rid of the polling and have better detection on UI exits

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@timepp/ev",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"exports": "./launch.ts"
55
}

0 commit comments

Comments
 (0)