Skip to content

jakearchibald/wikipedia-and-dictionary-title-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a silly little thing I created to search for words and Wikipedia titles starting or ending with a particular substring.

It's build with Deno.

Creating the database

This will create a database over 2Gb in size and take about 5-10 minutes.

deno run --allow-net --allow-read --allow-write create-db.ts

Searching

deno run --allow-read find.ts --starts='hello' | column

For other options:

deno run find.ts --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published