Shell scripting, text interface, command-line prompt, command-line options
Shell scripting
- Shell scripting
- Administrative scripting with Julia : A guide for writing shell scripts in Julia.
Terminal and command prompt
REPL tools
- About.jl : See information about a function, type, value, or something else entirely.
- FTPClient.jl : Julia FTP client using
LibCURL.jl. - jlpkg : A command line interface (CLI) to Pkg, Julia’s package manager.
- OhMyREPL.jl : Syntax highlighting and other enhancements for the Julia REPL.
- PkgCite.jl : prints a sentence with the citations for all the packages used in the current environment and will automatically copy it to the clipboard.
- ProgressMeter.jl : Progress meter for long-running computations.
- Replay.jl : Replay REPL instructions.
- REPLMods.jl : Mod your REPL and evaluate directly into any module on your path or defined within the current working module.
- Swirl.jl : Learn Julia interactively in your console/terminal.
- TerminalExtensions.jl : A package that makes Julia take advantage of cool terminal emulator features.
- TerminalMenus.jl : Simple interactive menus in the terminal.
- VT100.jl : Terminal Emulation for terminal UI verification.
Command-line interface
- ArgParse.jl : Package for parsing command-line arguments to Julia programs.
- Comonicon.jl : command line interfaces.
- DocOpt.jl : generates a command-line arguments parser from human-readable usage patterns and it is a port of DocOpt written in the Julia language.
- OptParse.jl : A Type Stable Composable CLI Parser.