Skip to content

Commit 53bcbfd

Browse files
committed
reorg and clean Command Line section 2ef3a44
1 parent 6253c8a commit 53bcbfd

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -442,18 +442,22 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git
442442

443443
*Smart, beautiful and elegant tools to help you create command line applications.*
444444

445-
- [Swiftline](https://github.com/nsomar/Swiftline) - Swiftline is a set of tools to help you create command line applications.
446-
- [Commander](https://github.com/kylef/Commander) - Compose beautiful command line interfaces in Swift.
445+
- [Ashen](https://github.com/colinta/Ashen) - A framework for writing terminal applications in Swift.
446+
- [Linenoise](https://github.com/andybest/linenoise-swift) - A pure Swift replacement for readline
447447
- [ColorizeSwift](https://github.com/mtynior/ColorizeSwift) - Terminal string styling for Swift.
448-
- [Guaka](https://github.com/nsomar/Guaka) - The smartest and most beautiful (POSIX compliant) Command line framework for Swift.
449-
- [Marathon](https://github.com/JohnSundell/Marathon) - Marathon makes it easy to write, run and manage your Swift scripts.
450448
- [CommandCougar](https://github.com/surfandneptune/CommandCougar) - An elegant pure Swift library for building command line applications.
451-
- [Crayon](https://github.com/luoxiu/Crayon) - Terminal string styling with expressive api and 256/TrueColor support.
452-
- [SwiftShell](https://github.com/kareman/SwiftShell) - A Swift framework for shell scripting and running shell commands.
453-
- [SourceDocs](https://github.com/eneko/SourceDocs) - Command Line Tool that generates Markdown documentation from inline source code comments.
449+
- [Commander](https://github.com/kylef/Commander) - Compose beautiful command line interfaces in Swift.
450+
- [Crayon](https://github.com/luoxiu/Crayon) - Terminal string styling with expressive API and 256/TrueColor support.
451+
- [Guaka](https://github.com/nsomar/Guaka) - The smartest and most beautiful (POSIX compliant) command line framework for Swift.
454452
- [ModuleInterface](https://github.com/minuscorp/ModuleInterface) - Command Line Tool that generates the Module's Interface from a Swift project.
455-
456-
**[back to top](#contributing-and-collaborating)**
453+
- [nef](https://github.com/bow-swift/nef) - Command line tool to ease the creation of documentation in the form of Swift Playgrounds.
454+
- [Progress](https://github.com/jkandzi/Progress.swift) - Add beautiful progress bars to your loops.
455+
- [SourceDocs](https://github.com/eneko/SourceDocs) - Command Line Tool that generates Markdown documentation from inline source code comments.
456+
- [Swift Argument Parser](https://github.com/apple/swift-argument-parser) - Straightforward, type-safe argument parsing for Swift
457+
- [SwiftCLI](https://github.com/jakeheis/SwiftCLI) - A powerful framework for developing CLIs in Swift
458+
- [Swiftline](https://github.com/nsomar/Swiftline) - Swiftline is a set of tools to help you create command line applications.
459+
- [SwiftShell](https://github.com/kareman/SwiftShell) - A Swift framework for shell scripting and running shell commands.
460+
- [SwiftyTextTable](https://github.com/scottrhoyt/SwiftyTextTable) - A lightweight library for generating text tables.
457461

458462
## Concurrency
459463

index.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -549,18 +549,23 @@ <h2 id="color"><a class="anchor" aria-hidden="true" tabindex="-1" href="#color">
549549
<h2 id="command-line"><a class="anchor" aria-hidden="true" tabindex="-1" href="#command-line"><span class="octicon octicon-link"></span></a>Command Line</h2>
550550
<p><em>Smart, beautiful and elegant tools to help you create command line applications.</em></p>
551551
<ul>
552-
<li><a href="https://github.com/nsomar/Swiftline">Swiftline</a> - Swiftline is a set of tools to help you create command line applications.</li>
553-
<li><a href="https://github.com/kylef/Commander">Commander</a> - Compose beautiful command line interfaces in Swift.</li>
552+
<li><a href="https://github.com/colinta/Ashen">Ashen</a> - A framework for writing terminal applications in Swift.</li>
553+
<li><a href="https://github.com/andybest/linenoise-swift">Linenoise</a> - A pure Swift replacement for readline</li>
554554
<li><a href="https://github.com/mtynior/ColorizeSwift">ColorizeSwift</a> - Terminal string styling for Swift.</li>
555-
<li><a href="https://github.com/nsomar/Guaka">Guaka</a> - The smartest and most beautiful (POSIX compliant) Command line framework for Swift.</li>
556-
<li><a href="https://github.com/JohnSundell/Marathon">Marathon</a> - Marathon makes it easy to write, run and manage your Swift scripts.</li>
557555
<li><a href="https://github.com/surfandneptune/CommandCougar">CommandCougar</a> - An elegant pure Swift library for building command line applications.</li>
558-
<li><a href="https://github.com/luoxiu/Crayon">Crayon</a> - Terminal string styling with expressive api and 256/TrueColor support.</li>
559-
<li><a href="https://github.com/kareman/SwiftShell">SwiftShell</a> - A Swift framework for shell scripting and running shell commands.</li>
560-
<li><a href="https://github.com/eneko/SourceDocs">SourceDocs</a> - Command Line Tool that generates Markdown documentation from inline source code comments.</li>
556+
<li><a href="https://github.com/kylef/Commander">Commander</a> - Compose beautiful command line interfaces in Swift.</li>
557+
<li><a href="https://github.com/luoxiu/Crayon">Crayon</a> - Terminal string styling with expressive API and 256/TrueColor support.</li>
558+
<li><a href="https://github.com/nsomar/Guaka">Guaka</a> - The smartest and most beautiful (POSIX compliant) command line framework for Swift.</li>
561559
<li><a href="https://github.com/minuscorp/ModuleInterface">ModuleInterface</a> - Command Line Tool that generates the Module's Interface from a Swift project.</li>
560+
<li><a href="https://github.com/bow-swift/nef">nef</a> - Command line tool to ease the creation of documentation in the form of Swift Playgrounds.</li>
561+
<li><a href="https://github.com/jkandzi/Progress.swift">Progress</a> - Add beautiful progress bars to your loops.</li>
562+
<li><a href="https://github.com/eneko/SourceDocs">SourceDocs</a> - Command Line Tool that generates Markdown documentation from inline source code comments.</li>
563+
<li><a href="https://github.com/apple/swift-argument-parser">Swift Argument Parser</a> - Straightforward, type-safe argument parsing for Swift</li>
564+
<li><a href="https://github.com/jakeheis/SwiftCLI">SwiftCLI</a> - A powerful framework for developing CLIs in Swift</li>
565+
<li><a href="https://github.com/nsomar/Swiftline">Swiftline</a> - Swiftline is a set of tools to help you create command line applications.</li>
566+
<li><a href="https://github.com/kareman/SwiftShell">SwiftShell</a> - A Swift framework for shell scripting and running shell commands.</li>
567+
<li><a href="https://github.com/scottrhoyt/SwiftyTextTable">SwiftyTextTable</a> - A lightweight library for generating text tables.</li>
562568
</ul>
563-
<p><strong><a href="#contributing-and-collaborating">back to top</a></strong></p>
564569
<h2 id="concurrency"><a class="anchor" aria-hidden="true" tabindex="-1" href="#concurrency"><span class="octicon octicon-link"></span></a>Concurrency</h2>
565570
<p><em>Job schedulers, Coroutines, Asynchronous and Type safe threads libs and frameworks written in Swift</em></p>
566571
<ul>

0 commit comments

Comments
 (0)