oddy-cli
v1.2.9
Published
(Deprecated and no longer maintained) CLI tool to download books created in typescript
Maintainers
Readme
⚠️ AVISO IMPORTANTE: Este repositorio ya no se mantiene
Fecha de desvinculación: 23/08/2025
A partir de la fecha indicada, el paquete relacionado a este repositorio ha sido transferido a nuevos mantenedores.
El autor original:
- Ya no mantiene este proyecto
- No tiene ninguna relación con los actuales mantenedores
- No ofrece soporte técnico ni garantías sobre el código
- No se hace responsable por cambios futuros en el proyecto
Para issues, soporte o información actualizada, contactar a los actuales mantenedores.
⚠️ IMPORTANT NOTICE: This repository is no longer maintained
Disassociation date: 23/08/2025
As of the indicated date, the npm package related to this repository has been transferred to new maintainers.
The original author:
- No longer maintains this project
- Has no relationship with the current maintainers
- Provides no technical support or warranties for the code
- Is not responsible for future changes to the project
For issues, support or updated information, contact the current maintainers.
⚠️ DISCLAIMER ⚠️
click here to read
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
