From 37627aa5f5f0e7d3a7bb1d0542f60e15bfce954f Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 26 May 2021 20:23:28 -0500 Subject: [PATCH] =?UTF-8?q?p=C3=A1gina=20de=20ed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/actualizaciones.gmo | 1 + src/actualizaciones.xml | 2 +- src/apuntes.gmo | 1 + src/ed.gmo | 19 +++++++++++++++++++ src/indice.gmo | 1 + src/tw.txt | 1 + 6 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 src/ed.gmo 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 @@ 2021-05-26T12:00:00Z - páginas de d-turing, gemini + páginas de d-turing, gemini, ed 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