summaryrefslogtreecommitdiffhomepage
path: root/src/blog/extend/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/extend/index.gsp')
-rw-r--r--src/blog/extend/index.gsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/blog/extend/index.gsp b/src/blog/extend/index.gsp
index a88a1b4..d89da74 100644
--- a/src/blog/extend/index.gsp
+++ b/src/blog/extend/index.gsp
@@ -27,7 +27,7 @@ html lang="en" {
world. One of my favorite parts of UNIX-like systems is the
composability of command-line tools. Instead of having giant monolithic
programs that do everything, you have various small domain-specific
- tools that all use a common interface — standard-input and -output. The
+ tools that all use a common interface – standard-input and -output. The
following is a good example of this:
}
@@ -98,7 +98,7 @@ html lang="en" {
you’re texting your friend or sending an email, and want to include a
Unicode symbol such as ‘™’, or want to properly refer to a site you
visited such as Ta’ Ħaġrat? Perhaps you even have a friend whose
- surname is Mäkelä. Or maybe — you just want to send your friends a
+ surname is Mäkelä. Or maybe – you just want to send your friends a
middle-finger emoji sometimes.
}
@@ -122,7 +122,7 @@ html lang="en" {
p {-
You can check out the file for yourself if you want. It’s got a bunch
- of information in it — a lot of which is really useless for our
+ of information in it – a lot of which is really useless for our
purposes. There are also a bunch of control characters and other things
in there that I personally don’t care for, so those can probably be
removed too. If it tickles your fancy, I’ve written a @code{-sed}
@@ -190,7 +190,7 @@ html lang="en" {
Congratulations! That entire script, which can be easily condensed down
into only 2 lines of code is all you need to create a graphical
interface that allows you to pick a Unicode character, and then copies
- your selection to your clipboard — and it was all done by taking simple
+ your selection to your clipboard – and it was all done by taking simple
tools and combining them to make a greater application.
}
@@ -290,7 +290,7 @@ html lang="en" {
}
p {-
- Suckless — the same people that brought us @code{-dmenu} — also created
+ Suckless – the same people that brought us @code{-dmenu} – also created
a lesser-known application called @code{-tabbed}. You can
@a
href="https://tools.suckless.org/tabbed/"
@@ -309,4 +309,4 @@ html lang="en" {
footer { FOOT }
}
-}
+} \ No newline at end of file