Skip to content

General: Using Windows PowerShell with a text file of URLs as input? #180

Answered by dwids
dwids asked this question in Q&A
Discussion options

You must be logged in to vote

tl;dr :-) Percollate under Windows Subsystem for Linux 2 (WSL2) worked first time. I used the standard Windows Terminal. WSL2 is running Ubuntu 22.04.4 LTS

Summary:

  1. I installed node.js and nvm via the numbered steps here
  2. Note: you should restart the terminal session after installing nvm (not in the instructions, it seems)
  3. I installed percollate as per your standard instructions

Jumped to my Windows D: drive folder - from earlier test - with my url list text files. It worked first time

cd /mnt/d/temp/toNAS/ctemp/percollate
cat urls.txt | xargs percollate epub --output=myblogtest01.epub

The epub has the correct 4 'chapters'; one per blog page. Very happy! Thanks again.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danburzo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danburzo
Comment options

Answer selected by danburzo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #179 on August 25, 2024 06:34.