Skip to content
/ kumo Public

A Go app to download top articles as PDF from Google

License

Notifications You must be signed in to change notification settings

s1dd54rt5/kumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Kumo CLI

A CLI made in Go to fetch HTML pages from the internet!

Features

  • Set custom path to store all your searched files
  • Set the amount of files you want to fetch from one search
  • With the list flag you can search specific links to download

Setup

  • Have Go installed in your system
  • Clone the repository
  • Go to your home directory and create a file ".kumo.yaml" containing
kumoPath: "/Users/siddharthsingh/Desktop"
search: 2
  • cd into the Kumo folder and run the following command
$ go install github.com/44t4nk1/kumo
  • And you are all set! You can start using Kumo from your terminal now

Use

$ kumo search binary search tree
$ kumo search --list binary search tree
  • Will put the HTML pages for the search in the path you mentioned.

About

A Go app to download top articles as PDF from Google

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages