We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6adc2d commit 8f766b4Copy full SHA for 8f766b4
README.md
@@ -12,7 +12,7 @@ Prerequisite:
12
Simply:
13
14
```bash
15
-deno run -A deno run -A jsr:@timepp/ev
+deno run -A jsr:@timepp/ev
16
```
17
18
Then:
@@ -21,4 +21,12 @@ Then:
21
1. In the opened Excel window, open the file you want to view
22
1. Click on any cell in excel, you will see the entire row data in the app window
23
24
+Below is the screenshot with fake data:
25

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,5 +1,5 @@
1
{
2
"name": "@timepp/ev",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"exports": "./launch.ts"
5
}
0 commit comments