Skip to content

Commit 6837064

Browse files
committed
Remove randline, which has graduated to a new repo
1 parent d3334df commit 6837064

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

Diff for: text/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ scripts = [
8282
an alias for `rg`, aka <a href="https://geoff.greer.fm/ag/">the Silver Searcher</a>. (Yes, I really am too lazy to type two whole characters.)
8383
""",
8484
},
85-
{
86-
"usage": "randline [NUMBER] < [PATH]",
87-
"description": "prints randomly selected lines from the given text. If `NUMBER` is unspecified, it prints a single line.",
88-
},
8985
{
9086
"usage": "recog",
9187
"description": """
@@ -235,15 +231,6 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
235231
an alias for `rg`, aka <a href="https://geoff.greer.fm/ag/">the Silver Searcher</a>. (Yes, I really am too lazy to type two whole characters.)
236232
</dd>
237233

238-
<dt>
239-
<a href="https://github.com/alexwlchan/scripts/blob/main/text/randline">
240-
<code>randline [NUMBER] < [PATH]</code>
241-
</a>
242-
</dt>
243-
<dd>
244-
prints randomly selected lines from the given text. If `NUMBER` is unspecified, it prints a single line.
245-
</dd>
246-
247234
<dt>
248235
<a href="https://github.com/alexwlchan/scripts/blob/main/text/recog">
249236
<code>recog</code>
@@ -293,4 +280,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
293280
"codepoints. This is a Docker wrapper around <a href="https://github.com/lunasorcery/utf8info">a tool of the same name</a> by @lunasorcery.
294281
</dd>
295282
</dl>
296-
<!-- [[[end]]] (checksum: a84b7f3702442495b6e7efbc28b5107e) -->
283+
<!-- [[[end]]] (checksum: 06f29ab9e718017036fe699b5efafd00) -->

Diff for: text/randline

-15
This file was deleted.

0 commit comments

Comments
 (0)