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

Save to file feature added #7

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

feeeper
Copy link

@feeeper feeeper commented Oct 16, 2018

Add new boolean option "-save-to-file".
If the option is enabled output saved to the file with the name of the page's title and *.md extension

DClub and others added 16 commits October 4, 2018 10:28
Add error check for `cmd.Start()`
Add platform specific files with constants for terminal pager programs
(`less` for not-windows and `more` for windows)
Add infomartion about Windows support to the  README.md
Add infomartion about Windows support to the  README.md
Add new boolean option "-save-to-file".
If the option is enable output saved to the file with the name of the
page's title and *.md extension
Mercury functionality was replaced with go-readability
1. `articleUrl` -> `articleURL`
2. `parsedURL` -> `parsedURL.String()`
3. `article.RawContent` -> `article.Content`
4. `article.Meta.Title` -> `article.Title`
5. aurora dot import was removed
New parameter `save-to-file` description added
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.

2 participants