bookmarks.txt is a concept of keeping bookmarks in plain text files.
Principals
Bookmarked URLs are stored in files named bookmarks.txt . The format is described below.
. The format is described below. A "global" bookmarks file is located in the home directory ( $HOME/bookmarks.txt ).
). "Local" bookmarks files could exist in different directories as well.
Format
URLs are stored one per line and could be accompanied with optional titles. Titles are separated from URLs with one space character.
URL [title]
Examples:
a URL without any title https://www.example.com ----------------------- ^ URL
... continue reading