Skip to content

UtopiOne/wikipedia-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia CLI

Read wikipedia articles inside your terminal.

How to use

To run, open the directory of the target build in the shell and type:

$ ./wikipedia-cli [your query]

If your query contains whitespaces, type:

$ ./wikipedia-cli '[your query]'

You can also use cargo:

$ cargo run -- [Your query]