summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-03 08:43:58 -0500
committerSean E. Russell <ser@ser1.net>2020-06-03 08:43:58 -0500
commitb13fd2833c081d6d187b80d7d43f358e9e7d2009 (patch)
tree77065bdcc2004ae0218088da94753ecf866c0423
parentdbaab87e718ad31e1a6b430e255e83eb5b3952a4 (diff)
Spelling.
-rw-r--r--docs/bashtop.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bashtop.md b/docs/bashtop.md
index 2a63f3f..d985874 100644
--- a/docs/bashtop.md
+++ b/docs/bashtop.md
@@ -4,4 +4,4 @@ Among tops, bashtop deserves extra recognition. It's one of the most impressive
bashtop is also utterly insane. It is a single, 140KB, 3,508-line bash script. The author claims to be doing a rewrite in Python, but that will never undo the admiration I have for what he accomplished with bash. Respect, Aristocratos.
-If bashtop is so great, then why am I maintaining gotop? Two reasons. First, because I can't contribute to bashtop. I'm not that good with bash - not at the astronomic level Aristocratos is working at -) and I really don't *want* to be that good. I've been there, and bash -- while universal, very useful, and probably my go-to scripting tool -- is hell to maintain at any scale. 3,500 lines of bash is a headache, no matter how you slice it. And second, because it's relatively heavy on the CPU for a tool that's supposed to sit off to the side and be glanced at occasionally. But it is an inspiration, and I sincerely believe we all -- all of us developers -- can learn something about good UI design from bashtop.
+If bashtop is so great, then why am I maintaining gotop? Two reasons. First, because I can't contribute to bashtop. I'm not that good with bash - not at the astronomic level Aristocratos is working at - and I really don't *want* to be that good. I've been there, and bash -- while universal, very useful, and probably my go-to scripting tool -- is hell to maintain at any scale. 3,500 lines of bash is a headache, no matter how you slice it. And second, because it's relatively heavy on the CPU for a tool that's supposed to sit off to the side and be glanced at occasionally. But it is an inspiration, and I sincerely believe we all -- all of us developers -- can learn something about good UI design from bashtop.