From 5aef0d99b1015e6782f92682af620890455e756e Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Mon, 24 Jul 2023 14:17:07 +0400 Subject: [PATCH] Add line-indexed-cursor to projects --- content/pages/projects.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/pages/projects.md b/content/pages/projects.md index c4c9944..e5b61f5 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -13,6 +13,15 @@ title: projects

+
+ + line-indexed-cursor [source] + +

+ Lazily builds the index with the line numbers while reading the file making it possible to rewind to them quickly later. +

+
+ #### Hosted web projects