aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-05-26 20:23:28 -0500
committersejo <sejo@texto-plano.xyz>2021-05-26 20:23:28 -0500
commit37627aa5f5f0e7d3a7bb1d0542f60e15bfce954f (patch)
treeec83ef1b6ff598e3b434f14e02764bba252742b6
parente90ff459dab0e816418c11363bada97807e03e48 (diff)
downloadsitio-37627aa5f5f0e7d3a7bb1d0542f60e15bfce954f.tar.gz
página de ed
-rw-r--r--src/actualizaciones.gmo1
-rw-r--r--src/actualizaciones.xml2
-rw-r--r--src/apuntes.gmo1
-rw-r--r--src/ed.gmo19
-rw-r--r--src/indice.gmo1
-rw-r--r--src/tw.txt1
6 files changed, 24 insertions, 1 deletions
diff --git a/src/actualizaciones.gmo b/src/actualizaciones.gmo
index e55143a..5a11971 100644
--- a/src/actualizaciones.gmo
+++ b/src/actualizaciones.gmo
@@ -12,6 +12,7 @@ si lo prefieres, puedes seguir las (y más) actualizaciones via git:
páginas nueva:
=> ./d-turing.gmi {d-turing}
+=> ./ed.gmi {ed}
=> ./gemini.gmi {gemini}
## sjm-1660d5
diff --git a/src/actualizaciones.xml b/src/actualizaciones.xml
index dd5eeb1..99b9478 100644
--- a/src/actualizaciones.xml
+++ b/src/actualizaciones.xml
@@ -15,7 +15,7 @@
<updated>2021-05-26T12:00:00Z</updated>
<link href='https://quesomango.neocities.org/actualizaciones.html#sjm-1660d7' rel='alternate'/>
<summary>
- páginas de d-turing, gemini
+ páginas de d-turing, gemini, ed
</summary>
</entry>
diff --git a/src/apuntes.gmo b/src/apuntes.gmo
index 9df825f..2844c3e 100644
--- a/src/apuntes.gmo
+++ b/src/apuntes.gmo
@@ -14,3 +14,4 @@ comandos de línea (de comandos)
=> ./imagemagick.gmi {imagemagick}
=> ./ffmpeg.gmi {ffmpeg}
+=> ./ed.gmi {ed}
diff --git a/src/ed.gmo b/src/ed.gmo
new file mode 100644
index 0000000..c03747c
--- /dev/null
+++ b/src/ed.gmo
@@ -0,0 +1,19 @@
+# ed
+
+pequeño editor de texto
+
+# tips
+
+para formatear un texto asignándole cierto número de columnas, primero guarda con 'w' y luego:
+
+```
+e ! fmt -w50 %
+```
+
+esto toma la salida del comando fmt aplicada al mismo archivo (%), y la toma como contenido del buffer, reemplazando todo lo que había antes.
+
+el comando 'e' es de "edit"
+
+
+## llega(n) aquí
+=> ./apuntes.gmi {apuntes}
diff --git a/src/indice.gmo b/src/indice.gmo
index 908aae7..6893a2e 100644
--- a/src/indice.gmo
+++ b/src/indice.gmo
@@ -12,6 +12,7 @@
=> ./danzasistemas-tag.gmi {danzasistemas-tag}
=> ./darena.gmi {darena}
=> ./d-turing.gmi {d-turing}
+=> ./ed.gmi {ed}
=> ./ffmpeg.gmi {ffmpeg}
=> ./gemini.gmi {gemini}
=> ./imagemagick.gmi {imagemagick}
diff --git a/src/tw.txt b/src/tw.txt
index 9b53dd0..e324f2d 100644
--- a/src/tw.txt
+++ b/src/tw.txt
@@ -2,6 +2,7 @@
# nick = sejo
# url = https://quesomango.neocities.org/tw.txt
#
+2021-05-26T20:00:00-05:00 moving the gemini capsule to the soviet
2021-05-26T18:00:00-05:00 i find it fun to describe a turing machine for people to perform
2021-05-25T20:00:00-05:00 starting to use git for (almost) everything (?). still figuring out what (and how) to mirror online
2021-05-21T18:00:00-05:00 adding some content from "the archive": more compudanzas, textos, etc
Un proyecto texto-plano.xyz