-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtag-projects.html
136 lines (125 loc) · 5.6 KB
/
tag-projects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="alternate"
type="application/rss+xml"
href="https://ragone.io/rss.xml"
title="RSS feed for https://ragone.io/"/>
<title>ragone.io</title>
<meta name="author" content="ragone" />
<link href= "static/style.css" rel="stylesheet" type="text/css" />
<link href= "static/htmlize.css" rel="stylesheet" type="text/css" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1,width=device-width,minimum-scale=1"></head>
<body>
<div id="preamble" class="status"><header>
<a href="index.html"><code>Alex Ragone</code></a>
<nav>
<a title="Projects" href="tag-projects.html">Projects</a>
<a title="LinkedIn" href="https://www.linkedin.com/in/alex-ragone" target="_blank" rel="noopener">LinkedIn</a>
<a title="Github" href="https://github.com/ragone" target="_blank" rel="noopener">Github</a>
</nav>
</header></div>
<div id="content">
<h1 class="title">Posts tagged "projects":</h1>
<div class="headline"> <h1 class="post-title"><a href="magit-diff-flycheck.html">magit-diff-flycheck.el</a></h1>
<div class="taglist">:<a href="tag-projects.html">projects</a>:<a href="tag-emacs.html">emacs</a>:</div></div><div class="post-date"><2019-05-24 Fri></div>
<figure>
<img src="img/magit-diff-flycheck.gif" alt="magit-diff-flycheck.gif">
</figure>
<p>
For the past couple of months I have been working on tools which allow you
to run linters on the added/modified lines of a Git diff. One of these tools are
<code>magit-diff-flycheck</code>.
</p>
<p>
This is primarily meant to be used on legacy projects where you do not want to
see errors for the whole file but only for the added/modified lines.
</p>
<p>
The package is published on <a href="https://melpa.org/#/magit-diff-flycheck">MELPA</a> package manager and on <a href="https://github.com/ragone/magit-diff-flycheck">GitHub</a> under license GNU GPL-3.0.
</p>
<div id="outline-container-org5358a7a" class="outline-2">
<h2 id="org5358a7a">Examples</h2>
<div class="outline-text-2" id="text-org5358a7a">
<p>
Run <code>M-x magit-diff-flycheck</code> in a magit-diff buffer to display a filtered list
of <a href="https://github.com/flycheck/flycheck">Flycheck</a> errors for the added/modified lines only.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span class="org-comment-delimiter">;; </span><span class="org-comment">Run Flycheck on added/modified lines by default</span>
M-x magit-diff-flycheck
</pre>
</div>
<p>
Use can also run the command with a prefix which will prompt you for the scope
of the errors.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span class="org-comment-delimiter">;; </span><span class="org-comment">Choose scope of error filtering to symbol files or lines</span>
C-u M-x magit-diff-flycheck
</pre>
</div>
</div>
</div>
<div class="headline"> <h1 class="post-title"><a href="2019.html">2019</a></h1>
<div class="taglist">:<a href="tag-projects.html">projects</a>:</div></div><div class="post-date"><2019-01-01 Tue></div>
<div id="outline-container-org8aff021" class="outline-2">
<h2 id="org8aff021">magit-diff-flycheck   <span class="tag"><span class="EmacsLisp">EmacsLisp</span> <span class="2019">2019</span></span></h2>
<div class="outline-text-2" id="text-org8aff021">
<p>
Interactive tool for lint output in Git diffs.
</p>
<ul class="org-ul">
<li><a href="https://github.com/ragone/magit-diff-flycheck">GitHub</a></li>
<li><a href="https://melpa.org/#/magit-diff-flycheck">Melpa.org</a></li>
</ul>
</div>
</div>
<div id="outline-container-org4634a92" class="outline-2">
<h2 id="org4634a92">lint-emit   <span class="tag"><span class="Rust">Rust</span> <span class="2019">2019</span></span></h2>
<div class="outline-text-2" id="text-org4634a92">
<p>
Command-line utility to run concurrent linters on a subset of lines.
</p>
<ul class="org-ul">
<li><a href="https://github.com/ragone/lint-emit">GitHub</a></li>
<li><a href="https://crates.io/crates/lint-emit/crates.io">Crates.io</a></li>
</ul>
</div>
</div>
<div class="headline"> <h1 class="post-title"><a href="2018.html">2018</a></h1>
<div class="taglist">:<a href="tag-projects.html">projects</a>:</div></div><div class="post-date"><2018-01-01 Mon></div>
<div id="outline-container-org51a648d" class="outline-2">
<h2 id="org51a648d">QuietMind   <span class="tag"><span class="ReactNative">ReactNative</span> <span class="Java">Java</span></span></h2>
<div class="outline-text-2" id="text-org51a648d">
<p>
A silent meditation tool for iOS and Android.
</p>
<ul class="org-ul">
<li><a href="https://github.com/ragone/quietmind">GitHub</a></li>
<li><a href="https://itunes.apple.com/dk/app/quietmind/id1375294277">Apple App Store</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ragone.io.quietmind">Google Play Store</a></li>
</ul>
</div>
</div>
<div class="headline"> <h1 class="post-title"><a href="2016.html">2016</a></h1>
<div class="taglist">:<a href="tag-projects.html">projects</a>:</div></div><div class="post-date"><2016-01-01 Fri></div>
<div id="outline-container-org5c80b38" class="outline-2">
<h2 id="org5c80b38">Emacs Config   <span class="tag"><span class="EmacsLisp">EmacsLisp</span></span></h2>
<div class="outline-text-2" id="text-org5c80b38">
<p>
Personal configuration based on Doom Emacs.
</p>
<ul class="org-ul">
<li><a href="https://github.com/ragone/.doom.d">GitHub</a></li>
</ul>
</div>
</div>
<div id="archive">
<a href="archive.html">Other posts</a>
</div>
</div>
</body>
</html>