Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zlin/wgetpaste
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.33
Choose a base ref
...
head repository: zlin/wgetpaste
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 5 files changed
  • 8 contributors

Commits on Nov 25, 2022

  1. test: respect TMPDIR in mktemp (pass --tmpdir)

    Signed-off-by: Sam James <[email protected]>
    thesamesam authored and heirecka committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    574ee6a View commit details
    Browse the repository at this point in the history
  2. test: use portable bash shebang

    Signed-off-by: Sam James <[email protected]>
    thesamesam authored and heirecka committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9a2a924 View commit details
    Browse the repository at this point in the history
  3. test: normalise copyright header

    Signed-off-by: Sam James <[email protected]>
    thesamesam authored and heirecka committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f51f482 View commit details
    Browse the repository at this point in the history
  4. wgetpaste: respect TMPDIR

    Signed-off-by: Sam James <[email protected]>
    thesamesam authored and heirecka committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    eef5990 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update actions rules

    - Run actions on PR's as well as pushes
    - Bump run-test-ansi to `ubuntu-latest` (which is 22.04 at the time of
      writing)
    xxc3nsoredxx authored and heirecka committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0a7f7bf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Update to actions/checkout@v3

    Avoids a warning about Node.js 12 actions being deprecated.
    heirecka committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a573f78 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Disable sprunge

    Sprunge seems to have recently died. Disable it by removing it from the
    service list, but keep the core bits in case it decides to come back.
    
    RIP ;(
    xxc3nsoredxx authored and Cogitri committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    bc299cf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add new service - paste.gentoo.zip

    Specified in the code with `pgz` and in the cli for usage and brevity.
    csfore authored and heirecka committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f1906f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Change arg parsing priority

    Read config files before parsing CLI args. Allows all options to be set
    via config and overridden on the CLI.
    xxc3nsoredxx authored and Cogitri committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cfe7dcd View commit details
    Browse the repository at this point in the history
  2. Add -A/--ansi

    Don't strip ANSI codes.
    xxc3nsoredxx authored and Cogitri committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9614658 View commit details
    Browse the repository at this point in the history
  3. test_ansi: add -A to the tests

    xxc3nsoredxx authored and Cogitri committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a1c0782 View commit details
    Browse the repository at this point in the history
  4. Added --quiet flag

    Signed-off-by: Richard Rogalski <[email protected]>
    Closes: #19
    Richard-Rogalski authored and Cogitri committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fa0bd6d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix gists raw url

    Previous pattern: https://gist.github.com/raw/<organization_label>/<gist_id> is now http 404
    New pattern looks to be: https://gist.github.com/<organization_label>/<gist_id>/raw which is http 200
    KannarFr authored and heirecka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3ae9820 View commit details
    Browse the repository at this point in the history
  2. fix typo and formatting

    Changed Url to URL
    Adjusted spacing
    Dropped superflous colons
    
    Old style:
    
    wgetpaste -S
    Services supported: (case sensitive):
       Name:     | Url:
       ==========|=================
        0x0      | http://0x0.st
    
    New style:
    
    wgetpaste -S
    Services supported: (case sensitive):
    
        Name     | URL
       ==========|=================
        0x0      | http://0x0.st
    jonasstein authored and heirecka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fc67300 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fffbdf1 View commit details
    Browse the repository at this point in the history
Loading