Skip to content

Commit 0863908

Browse files
committed
Update README.md
1 parent 308b895 commit 0863908

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
# Snap2HTML
2-
This application takes a "snapshot" of the folder structure on your harddrive and saves it as an HTML file. What's unique about Snap2HTML is that the HTML file uses modern techniques to make it feel like a "real" application, displaying a treeview with folders that you can navigate to view the files contained within. There is also a built in file search and ability to export data as plain text, csv or json. Still, everything is contained in a single HTML file that you can easily store or distribute.
1+
# Snap2HTML-NG
32

4-
Homepage with examples and binary downloads: http://www.rlvision.com/snap2html
3+
This application is a modified version of [Snap2HTML](https://github.com/rlv-dan/Snap2HTML) by RL Vision.
4+
5+
Snap2HTML takes a "snapshot" of the folder structure on your harddrive and saves it as an HTML file. What's unique about Snap2HTML is that the HTML file uses modern techniques to make it feel like a "real" application, displaying a treeview with folders that you can navigate to view the files contained within.
6+
7+
There is also a built in file search and ability to export data as plain text, csv or json. Still, everything is contained in a single HTML file that you can easily store or distribute.
58

69
## Screenshots
710

811
WinForms application for generating the direcotry listings:
912

10-
<img src="http://www.rlvision.com/snap2html/screenshot.png">
13+
<img src="https://github.com/Laim/Snap2HTML-NG/assets/14845036/4d8915f7-7dbb-4994-8059-3942710f3f9b">
1114

1215
The finished HTML app:
1316

14-
<img src="http://www.rlvision.com/snap2html/example.png">
17+
<img src="https://github.com/Laim/Snap2HTML-NG/assets/14845036/a7a1ed83-93e3-46e2-a40c-c9b31e2d8412">
18+
19+
## Snap2HTML-NG Changes
20+
21+
This is some of the changes so far.
22+
23+
- Search Pattern filtering on Scan
24+
- Writable Directory Path Textbox

0 commit comments

Comments
 (0)