You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gen-ext.ls > dict-twblg-ext.json # get definitions from dict-concised
index ::
sqlite3 twblg.db "SELECT DISTINCT 詞目 title from entries WHERE 屬性 IN ('1','2','5','25') ORDER BY 詞目" | perl -0777 -pe 'chop;s/\n/",\n"/g;print q!["!;END{print q!"]!}' > index.json