@@ -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
0 commit comments