You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run: `serve -s -l 5001`; navigate to `localhost:5001` to view.
23
18
24
-
Navigate to `localhost:5001`to view
19
+
The default example runs using the files in `example/`. Run `./scripts/clone-and-list.js`to setup other repos for viewing in `scripts/output/cloned-repos/`.
25
20
26
-
Running the default example uses `example/`. Run the `clone-and-list` script to fetch to your default workspace, `scripts/output/cloned-repos/`.
21
+
### Supports -
27
22
28
-
## TODO
23
+
- Images (`.jpg`, `.png`)
24
+
- Text (`.txt`, `.md`)
25
+
- Code (`.cpp`, `.c`, `.h`)
29
26
30
-
-[ ] Support many file & mime types (SVG, MP4)
27
+
## Future Features
28
+
29
+
-[ ] More file & MIME types (`.svg`, `.mp4`)
31
30
-[ ]`q`, `e` for flying `upward`, `downward`
32
-
-[ ]Succinct 3D model for a `directory`, and default `file`
31
+
-[ ]Clear 3D default models for directories and files
33
32
-[ ] Handlable UI (Focus, Move)
34
33
-[ ] Collapsible directories
35
34
-[ ] Secondary edges for file hyperlinks
36
-
-[ ] Canvas image rendering option
37
35
-[ ] Documentation generator support (Doxygen, JSDoc)
38
-
-[ ] HTML5 filesystem support (`bro-fs`) for temporary cloned repos
36
+
-[ ] HTML5 filesystem support (`bro-fs`), for temporary cloned repos
0 commit comments