From 9cfc45f731a121282f47218d6ab80c5b9b06e277 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 28 Jan 2022 20:56:46 -0500 Subject: Add ;:? to keybar and help --- help/genhelp.bqn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'help/genhelp.bqn') diff --git a/help/genhelp.bqn b/help/genhelp.bqn index 2cdfe2b6..4bf27e09 100755 --- a/help/genhelp.bqn +++ b/help/genhelp.bqn @@ -1,13 +1,16 @@ #!/usr/bin/env bqn +files ← "README.md"⊸≢¨⊸/ (⍋(¬∊⟜"_.")⊸/¨)⊸⊏ ".md"⊸(-∘≠⊸↑≡⊣)¨⊸/ •file.List "" + thing ← { data ← •FLines 𝕩 - names ← (⊣∾", "∾⊢)´{(¬·∧`' '⊸=)⊸/⌾⌽(2+⊑/':'=𝕩)↓𝕩}¨("## "≡3⊸↑)¨⊸/data + names ← (⊣∾", "∾⊢)´{(¬·∧`' '⊸=)⊸/⌾⌽(»·∧`⌾⌽':'⊸≠)⊸/𝕩}¨("## "≡3⊸↑)¨⊸/data t‿d ← ∾/¨(⊏data)=¨"()" sym ← (+`·»⊸-˝(¬»∧«)∘=⟜'`'∧⎉1"()"=⌜⊢)⊸/ 2⊑data sym (1+'|'⊸=)⊸(/+(-´"\|")×{«⊒/𝕨})↩ + sym "`,` or `⋄`"⍟("`,``⋄`"⊸≡)↩ "| " ∾ sym ∾ " | [" ∾ names ∾ "]("∾𝕩∾ ") |" -}¨•args(¬∘∊/⊣)⟨"README.md"⟩ +}¨ files head ← ⟨ "*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/index.html).*" -- cgit v1.2.3