Shell scripting

Terminal and command prompt

  • About.jl : See information about a function, type, value, or something else entirely.
  • 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.
  • 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.