I’m looking for a privacy-focused code editor that can handle HTML, CSS, and JavaScript. I am just learning how to code, so I need something that works for beginners as well as respecting my privacy. I have looked around, but I don’t know which one is the best option.
On the privacy front, that would be
cat
, I think. Well, except on Ubuntu.Shout out to
tee
.How might
cat
and/ortee
fit into one’s coding workflow? Is it basicallycat
for displaying what’s been saved andtee
for writing changes to a file?No, both work for both but
tee
will yap back at you.