File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ <h1>Luca</h1>
3131 < a href ="https://github.com/LucaTools/Luca " target ="_blank "> GitHub repository</ a > .
3232 </ p >
3333
34+ < p style ="text-align: center; margin-bottom: 1rem; font-weight: 600; "> Installation command</ p >
3435 < div class ="install-command install-box ">
3536 < pre > < code > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/LucaTools/LucaScripts/HEAD/install.sh)"</ code > </ pre >
3637 < button class ="btn-copy " onclick ="copyInstallCommand() "> Copy</ button >
@@ -222,6 +223,45 @@ <h2>Additional Features</h2>
222223 < pre > < code > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/LucaTools/LucaScripts/HEAD/uninstall.sh)"</ code > </ pre >
223224 </ div >
224225 </ div >
226+ < div class ="command-examples grid-3 ">
227+ < div class ="example card ">
228+ < div class ="example-title ">
229+ < span class ="command "> List Installed</ span >
230+ </ div >
231+ < p class ="example-description "> List all versions of tools installed locally:</ p >
232+ < pre > < code > luca installed
233+
234+ FirebaseCLI:
235+ - 14.12.1
236+ Sourcery:
237+ - 2.2.5
238+ SwiftLint:
239+ - 0.53.0
240+ - 0.62.0
241+ tuist:
242+ - 4.78.0</ code > </ pre >
243+ </ div >
244+ < div class ="example card ">
245+ < div class ="example-title ">
246+ < span class ="command "> List Linked</ span >
247+ </ div >
248+ < p class ="example-description "> List tools currently linked in the project:</ p >
249+ < pre > < code > luca linked
250+
251+ FirebaseCLI:
252+ version: 14.12.1
253+ binary: firebasee
254+ location: /Users/alberto/.luca/tools/FirebaseCLI/14.12.1/firebasee
255+ Sourcery:
256+ version: 2.2.5
257+ binary: sourcery
258+ location: /Users/alberto/.luca/tools/Sourcery/2.2.5/bin/sourcery
259+ tuist:
260+ version: 4.78.0
261+ binary: tuist
262+ location: /Users/alberto/.luca/tools/tuist/4.78.0/tuist</ code > </ pre >
263+ </ div >
264+ </ div >
225265 </ section >
226266
227267 < section class ="usage usage-section ">
You can’t perform that action at this time.
0 commit comments