▲ | eadmund 5 days ago | |
> It's basically just INI/TOML That’s a dealbreaker for me. I like something that I can use grep and other Unix utilities on. There’s a reason that the tabular style formats of /etc/passwd, crontab and inetd exist. > You can also organise them as files in...folders. +1 on this concept, though. For some reason folks forget that the filesystem is a pretty decent hierarchical database! | ||
▲ | iamcalledrob 5 days ago | parent | next [-] | |
It's really just Key=Value, with [InternetShortcut] as the first line. Should be pretty easy to grep through. It's an absolutely minimal format | ||
▲ | z3ratul163071 5 days ago | parent | prev [-] | |
I have tool creating html files like this: <html><head><meta http-equiv="refresh" content="0; URL='https://www.someurl.com' " /></head><body></body></html> upon opening these htmls , the browser just redirects to the actual url. |