We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4067ecd commit 1f61965Copy full SHA for 1f61965
website/templates/pages/index/content.handlebars
@@ -481,6 +481,21 @@
481
</footer>
482
</div>
483
484
+
485
+ <div class="column is-one-quarter-widescreen is-flex">
486
+ <div class="box is-flex is-fullwidth is-vertical">
487
+ <header>
488
+ <p class="is-size-5 has-text-weight-bold">git-tabular-diff</p>
489
+ </header>
490
+ <section class="media-content">
491
+ <p>Displays a tabular difference of a csv file or a split difference of any file in an Atom pane</p>
492
+ </section>
493
+ <footer>
494
+ <a href="https://atom.io/packages/git-tabular-diff" target="_blank" rel="noopener"
495
+ rel="noreferrer">Website</a>
496
+ </footer>
497
+ </div>
498
499
500
501
0 commit comments