We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36b98 commit c48e848Copy full SHA for c48e848
html2txt/Alpine/README.md
@@ -1,11 +1,12 @@
1
-## convert html file to plain text file
+## Convert html file to plain text file and run html2txt as local command
2
3
-support the html file `test.html` is at your current folder
+suppose the html file `test.html` is at your current folder
4
5
```
6
-docker pull bwits/html2txt
7
-alias html2text="docker run -ti --rm -v $(pwd):/app bwits/html2txt"
8
-html2txt /app/test.html /app/test.txt
+$ docker pull bwits/html2txt
+$ alias html2txt="docker run -ti --rm -v $(pwd):/app bwits/html2txt"
+$ html2txt /app/test.html /app/test.txt
9
+$ cat test.txt
10
11
12
Now you should have the test.txt file generated in current folder
0 commit comments