Skip to content

Commit b622a5e

Browse files
Updated README.md
Fixed missing pictures and added an example in the case of "sd" since the picture pointed before is gone.
1 parent 78265b5 commit b622a5e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h1>
77
<p align="center">A <code>cat</code> clone with syntax highlighting and Git integration.</p>
88
<p align="center">
9-
<img src="https://camo.githubusercontent.com/c436c206f2c86605ab2f9fb632dd485afc05fccbf14af472770b0c59d876c9cc/68747470733a2f2f692e696d6775722e636f6d2f326c53573452452e706e67" width="600" />
9+
<img src="https://camo.githubusercontent.com/a9789c5200bdb0a22602643d7bf85f0f424ddd4259e763abc865609010c5e228/68747470733a2f2f696d6775722e636f6d2f724773646e44652e706e67" width="600" />
1010
</p>
1111
</p>
1212

@@ -147,8 +147,13 @@
147147
<a href="https://github.com/chmln/sd"><code>sd</code></a>
148148
</h1>
149149
<p align="center">An intuitive find & replace CLI (<code>sed</code> alternative).</p>
150-
<p align="center">
151-
<img src="https://rest-reminder.easiestsoft.com/web/command-line-search-replace-string-in-file/img/regular-expression-replace-string-in-file.png" width="600" />
150+
<p>
151+
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt; echo 'lots((([]))) of special chars' | sd -F '((([])))' ''
152+
lots of special chars"><pre><span class="pl-k">&gt;</span> <span class="pl-c1">echo</span> <span class="pl-s"><span class="pl-pds">'</span>lots((([]))) of special chars<span class="pl-pds">'</span></span> <span class="pl-k">|</span> sd -F <span class="pl-s"><span class="pl-pds">'</span>((([])))<span class="pl-pds">'</span></span> <span class="pl-s"><span class="pl-pds">'</span><span class="pl-pds">'</span></span>
153+
lots of special chars</pre></div>
154+
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt; echo 'lorem ipsum 23 ' | sd '\s+$' ''
155+
lorem ipsum 23"><pre><span class="pl-k">&gt;</span> <span class="pl-c1">echo</span> <span class="pl-s"><span class="pl-pds">'</span>lorem ipsum 23 <span class="pl-pds">'</span></span> <span class="pl-k">|</span> sd <span class="pl-s"><span class="pl-pds">'</span>\s+$<span class="pl-pds">'</span></span> <span class="pl-s"><span class="pl-pds">'</span><span class="pl-pds">'</span></span>
156+
lorem ipsum 23</pre></div>
152157
</p>
153158
</p>
154159

@@ -168,7 +173,7 @@
168173
</h1>
169174
<p align="center">A community effort to simplify <code>man</code> pages with practical examples.</p>
170175
<p align="center">
171-
<img src="https://raw.githubusercontent.com/tldr-pages/tldr/master/images/tldr.svg" width="600" />
176+
<img src="https://github.com/tldr-pages/tldr/raw/main/images/tldr-dark.png" width="600" />
172177
</p>
173178
</p>
174179

@@ -208,7 +213,7 @@
208213
</h1>
209214
<p align="center">A command-line benchmarking tool.</p>
210215
<p align="center">
211-
<img src="https://camo.githubusercontent.com/88a0cb35f42e02e28b0433d4b5e0029e52e723d8feb8df753e1ed06a5161db56/68747470733a2f2f692e696d6775722e636f6d2f7a31394f5978452e676966" width="600" />
216+
<img src="https://camo.githubusercontent.com/9bac9fc730637ebd007bdc51c6ec43d1e49b6f7ed92f00e087b71ec9c175fda6/68747470733a2f2f692e696d6775722e636f6d2f7a31394f5978452e676966" width="600" />
212217
</p>
213218
</p>
214219

0 commit comments

Comments
 (0)