tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Allow to save dictionary by HTTP method or S3 standard compatible #111

Open Apkahym opened 1 year ago

Apkahym commented 1 year ago

The reason for this issue is that i work with several projects and i have a dictionary for each one.

But this dictionaries are very similar between to each others, and i need add de same words in all of them.

i think if the dictionary is stored in HTTP GET/POST URL, i can update a single dictionary and reuse it as long as it takes

Another option is an S3 standard, like AWS S3, Digitalocean Spaces o Minio bucket.

Right now i can't develop this topic because i don't have free time... in some free time i'll start doing it if i's not ready yet.

tbroadley commented 1 year ago

I think this is a reasonable idea! I would accept a PR that changed the --dictionaries argument to accept HTTP and S3 URLs as well as file paths.