npm install -g text-to-bookmark
text-to-bookmark <input-file> <output-file> [--title=<title>] [--style=<style>] [--author=<author>] [--date=<creationDate>]
<input-file>
with the path to your text file containing URLs, and <output-file>
with the desired filename for the HTML bookmark file.https://example.com/page1
https://example.com/page2
https://example.com/page3
https://example.com/page4
https://example.com/page5
https://example.com/page6
text-to-bookmark links.txt bookmarks.html
text-to-bookmark links.txt bookmarks.html --title="My Bookmarks" --style="minimal"
My categories:
Technology:
- [TechCrunch](https://www.techcrunch.com)
- [Wired](https://www.wired.com)
Programming:
- [Stack Overflow](https://stackoverflow.com)
- [GitHub](https://github.com)
News:
- [BBC](https://www.bbc.com)
- [CNN](https://www.cnn.com)
Education:
- [Khan Academy](https://www.khanacademy.org)
- [Coursera](https://www.coursera.org)
Entertainment:
- [Netflix](https://www.netflix.com)
- [Spotify](https://www.spotify.com)
https://text-to-bookmark links.txt bookmarks.html --author="John Doe" --date="2024-05-31"
Posted Oct 25, 2024
A simple tool to convert text files containing URLs into bookmark HTML files compatible with web browsers. - gurjeetsinghvirdee/text-to-bookmark
0
0