💾 Archived View for lists.sh captured on 2022-06-11 at 20:38:24. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-06-03)
-=-=-=-=-=-=-
A microblog for lists
discover some interesting lists
---
We don't want your email address.
To get started, simply ssh into our content management system:
ssh new@lists.sh
After that, just set a username and you're ready to start writing! When you SSH again, use your username that you set in the CMS.
Create lists using your favorite editor in plain text files.
`~/blog/days-in-week.txt`
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
When your post is ready to be published, copy the file to our server with a familiar command:
scp ~/blog/*.txt lists.sh
note: if using openssh v9+, also supply the `-O` flag.
We'll either create or update the lists for you.
Since we are leveraging tools you already have on your computer (`ssh` and `scp`), there is nothing to install. This provides the convenience of a web app, but from inside your terminal!
A simple specification that is flexible and with no frills.
I love writing lists. I think restricting writing to a set of lists can really help improve clarity in thought. The goal of this blogging platform is to make it simple to use the tools you love to write and publish lists. There is no installation, signup is as easy as SSH'ing into our CMS, and publishing content is as easy as copying files to our server.
Another goal of this microblog platform is to satisfy my own needs. I like to write and share lists with people because I find it's one of the best way to disseminate knowledge. Whether it's a list of links or a list of paragraphs, writing in lists is very satisfying and I welcome you to explore it on this site!
Other blogging platforms support writing lists, but they don't emphasize them. Writing lists is pretty popular on Twitter, but discoverability is terrible. Other blogging platforms focus on prose, but there really is nothing out there catered specifically for lists ... until now.
---
Built and maintained by Eric Bower