diff for single file, showing changes from previous line?

This page summarizes the projects mentioned and recommended in the original post on /r/commandline

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • riff

    A diff filter highlighting which line parts have changed (by walles)

  • #!/bin/zsh diffj () { # [] # uses: riff: https://github.com/walles/riff emulate -L zsh local lines if [[ ! $1 ]] { # without txt arg, read from stdin lines=(${(f)"$(>&1)"}) } else { lines=(${(f)"$(<$1)"}) } local colored_lines=() lineno=2 while (( lineno<=${#lines} )) { colored_lines+=( ${(f)"$(riff --no-pager =(<<<${lines[$(( lineno-1 ))]}) =(<<<${lines[$lineno]}))"} ) (( lineno+=1 )) } print -rl -- $lines[1] ${(M)colored_lines:#$'\C-[[32m'*} } diffj $@

  • Iosevka

    Versatile typeface for code, from code.

  • Iosevka, which is customizable and actively developed. The developer is incredibly willing to implement new character styles or improvements, to basically match any other coding font.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • archbuilder_iosevka

  • Making a custom build eats my computer so I build remotely with github actions; my variants get posted as releases.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts