Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review a few articles reorganized by ChatGPT #44

Open
wants to merge 1 commit into
base: 2020
Choose a base branch
from

Conversation

renoirb
Copy link
Owner

@renoirb renoirb commented Aug 22, 2023

Because it is better at organizing text than I

Copy link
Owner Author

@renoirb renoirb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just need to keep the CLI explanation and maybe add back what's been removed.

the site I was working on. This is not a statement that this method is the most
efficient technique. Please feel free to improve the document as you see fit.

First a quick TL;DR of `wget` options
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep those notes.

npm install underscore-cli cat site.har | underscore select '.entries .request
.url' \> workfile.txt

- Remove first and last lines (its a JSON array and we want one document per
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep those notes.

Humans like to get human friendly explanations and/or rewording in context what the docs says

documents and then export using the "Save as HAR" feature.
- Extract urls from har file using `underscore-cli`

npm install underscore-cli cat site.har | underscore select '.entries .request
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's probably something better than underscore-cli today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant