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

Pretty print command output #244

Merged
merged 4 commits into from
Nov 6, 2022
Merged

Pretty print command output #244

merged 4 commits into from
Nov 6, 2022

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented Nov 3, 2022

Description

╭─ https://example.com
│  ├─ PH: https://telegra.ph/Example-Domain-11-03-64
│  ├─ IP: https://ipfs.io/ipfs/bafybeicufdhdvhr4wctjgmvlfb***pz7pmddwksw7m
│  ├─ IA: https://web.archive.org/web/20221103055713/https://example.com/
│  ├─ IS: http://archive.today?url=https://example.com
│  ╰─ Artifacts
│     ├─ /tmp/reduxer/202211/2022-11-03-062006.982-example-com.png
│     ├─ /tmp/reduxer/202211/2022-11-03-062007.042-example-com.pdf
│     ├─ /tmp/reduxer/202211/2022-11-03-062007.043-example-com.html
│     ├─ /tmp/reduxer/202211/2022-11-03-062006.982-example-co.txt
│     ├─ /tmp/reduxer/202211/2022-11-03-062007.046-example-com.har
│     ╰─ /tmp/reduxer/202211/2022-11-03-062007.090-example-com.warc
├─ https://www.wikipedia.org
│  ├─ PH: https://telegra.ph/Wikipedia-11-03-2
│  ├─ IP: https://ipfs.io/ipfs/bafybeigmvptjd2aanlzlg6td6***gskmkznmztgyx7zua
│  ├─ IA: https://web.archive.org/web/20221103062039/https://www.wikipedia.org/
│  ├─ IS: http://archive.today?url=https://www.wikipedia.org
│  ╰─ Artifacts
│     ├─ /tmp/reduxer/202211/2022-11-03-062006.982-www-wikipedia-org.png
│     ├─ /tmp/reduxer/202211/2022-11-03-062007.037-www-wikipedia-org.pdf
│     ├─ /tmp/reduxer/202211/2022-11-03-062007.041-www-wikipedia-org.html
│     ├─ /tmp/reduxer/202211/2022-11-03-062006.982-www-wikipedia-org.txt
│     ├─ /tmp/reduxer/202211/2022-11-03-062007.042-www-wikipedia-org.har
│     ╰─ /tmp/reduxer/202211/2022-11-03-062007.074-www-wikipedia-org.warc
╰─ https://example.org
   ├─ PH: https://telegra.ph/Example-Domain-11-03-63
   ├─ IP: https://ipfs.io/ipfs/bafybeigl6z6dvpzoi4vl***4fxtqvggz3px4s334iiuhhq
   ├─ IA: https://web.archive.org/web/20221103062039/https://example.org/
   ├─ IS: http://archive.today?url=https://example.org
   ╰─ Artifacts
      ├─ /tmp/reduxer/202211/2022-11-03-062006.978-example-org.png
      ├─ /tmp/reduxer/202211/2022-11-03-062007.032-example-org.pdf
      ├─ /tmp/reduxer/202211/2022-11-03-062007.033-example-org.html
      ├─ /tmp/reduxer/202211/2022-11-03-062006.977-example-org.txt
      ├─ /tmp/reduxer/202211/2022-11-03-062007.036-example-org.har
      ╰─ /tmp/reduxer/202211/2022-11-03-062007.118-example-org.warc

Issue Ticket Number

Fixes #154


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

@waybackarchiver waybackarchiver added enhancement New feature or request go Pull requests that update Go code labels Nov 3, 2022
@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 45.55% // Head: 45.55% // No change to project coverage 👍

Coverage data is based on head (19248a8) compared to base (0c7b047).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #244   +/-   ##
=======================================
  Coverage   45.55%   45.55%           
=======================================
  Files          40       40           
  Lines        4998     4998           
=======================================
  Hits         2277     2277           
  Misses       2443     2443           
  Partials      278      278           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@waybackarchiver waybackarchiver marked this pull request as ready for review November 3, 2022 13:01
@waybackarchiver waybackarchiver merged commit 48530cd into main Nov 6, 2022
@waybackarchiver waybackarchiver deleted the command-pretty branch November 6, 2022 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pretty print command output
1 participant