sccdiff

A tool to show a number of changed lines (by vearutop)

Sccdiff Alternatives

Similar projects and alternatives to sccdiff

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sccdiff alternative or higher similarity.

sccdiff reviews and mentions

Posts with mentions or reviews of sccdiff. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-08.
  • 😌 Peace of mind with GitHub Actions for a project in Go
    3 projects | dev.to | 8 Dec 2021
    A tool to show a number of changed lines: sccdiff
  • Improving changed lines visibility in GitHub pull requests
    2 projects | dev.to | 2 Jun 2021
    name: cloc on: pull_request: jobs: cloc: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: path: pr - name: Checkout base code uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.base.sha }} path: base - name: Count Lines Of Code id: loc run: | curl -OL https://github.com/vearutop/sccdiff/releases/download/v1.0.1/linux_amd64.tar.gz && tar xf linux_amd64.tar.gz OUTPUT=$(cd pr && ../sccdiff -basedir ../base) OUTPUT="${OUTPUT//'%'/'%25'}" OUTPUT="${OUTPUT//$'\n'/'%0A'}" OUTPUT="${OUTPUT//$'\r'/'%0D'}" echo "::set-output name=diff::$OUTPUT" - name: Comment Code Lines uses: marocchino/sticky-pull-request-comment@v2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} header: LOC message: | ### Lines Of Code ${{ steps.loc.outputs.diff }}

Stats

Basic sccdiff repo stats
2
6
2.9
8 months ago

vearutop/sccdiff is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of sccdiff is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com