1.1.9 โ€ข Published 3 years ago

kanzen v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

WARNING

This application has been tested in Windows enviroments. I do not guarantee it will work on UNIX based systems


Sample of use ๐Ÿ“•

  First step:

Second step:

Third step:

It's easy as that. (keep reading for detailed explanation on how to use)

How to use: step by step.

Let's see how to download a Javascript book:

# Download it from directly from npm.
$ npm i -g kanzen
# Execute the CLI directly from your terminal:

$ Kanzen
# It will launch a minimalist interface, like this:

? ๐Ÿ“– Search a book by ๐Ÿ“– (Use arrow keys)
> โžก๏ธ Query
  โš ๏ธ Exit the CLI

# Click Query and it will allow you to enter the query on which you want to base the search

? ๐Ÿ“– Search a book by ๐Ÿ“– โžก๏ธ Query
? ๐Ÿ”Ž Enter a query to search๐Ÿ”

# I'll want to search books about javascript programming language
# So I write it and then I press enter

? ๐Ÿ“– Search a book by ๐Ÿ“– โžก๏ธ Query
? ๐Ÿ”Ž Enter a query to search๐Ÿ” javascript
 Please wait, searching for Javascript...
?  I want to download:  (Use arrow keys)
 learning javascript
  javascript and ajax for the web: visual quickstart guide
  inside javascript
  beginning javascript with dom scripting and ajax: from novice to professional
  > javascript bible
  javascript & dhtml cookbook
  dhtml and javascript
(Move up and down to reveal more choices)
# Move up and down with you arrows and press enter to search that book. I'll download javascript bible
 โžก๏ธjavascript bible Information:
โœ… Extension: .pdf
โœ… Size: 34.64 MB
? โžก๏ธ Confirm to download: javascript bible (Use arrow keys)
> Yes
  No
#Press yes and the download will automatically start, it will create a folder on your desktop named Book which has inside the book you want.

Download ๐Ÿ’พ

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/alejandro0619/Kanzen-CLI

# Go into the repository
$ cd Kanzen-CLI

# Install dependencies
$ npm install

# Build
$ npm run build

# Run the app
$ npm run start

Credits ๐Ÿ“š

This software uses the following open source packages:

License ๐Ÿ”

The source code of this project is under the MIT license


Github @alejandro0619 ย ย 

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago