https://github.com/massigy/text-from-html
https://github.com/massigy/text-from-html
bash html shell
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/massigy/text-from-html
- Owner: MassiGy
- License: mit
- Created: 2021-12-08T23:11:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T23:17:50.000Z (over 4 years ago)
- Last Synced: 2025-02-07T10:53:28.959Z (over 1 year ago)
- Topics: bash, html, shell
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-from-html
## Description
Get the raw text from an html file, using regex.
## Setup
git clone
--
cd text-from-html
--
cp ./text-from-html /usr/bin/text-from-html
--
// OPTIONAL
which text-from-html
The expected output of the last command is "/usr/bin/text-from-html"
##### Note
Now you can run the text-from-html command anywhere in your machine.
## Benefits of test-from-html
1. Easy to use.
2. Very Modular.
## Usage
text-from-html
Exemples
text-from-html index.html raw.txt
## License
MIT.