Utilities
- dmolina/DaemonMode.jl : Client-Daemon workflow to run faster scripts in Julia.
- guo-yong-zhi/WordCloud.jl : Word cloud (tag cloud or wordle) is a novelty visual representation of text data.
- JuliaCollections/Memoize.jl : Easy memoization for Julia.
- JuliaCon/JuliaCon.jl : JuliaCon greetings and announcements.
- LilithHafner/UpdateJulia.jl : Simple cross platform Julia installer and updater.
- mth229/MTH229.jl : Helper files by @mth229.
- zgornel/Caching.jl : Memoization mechanism.
Terminal and command prompt¶
- AtelierArith/Replay.jl : Replay REPL instructions.
- carlobaldassi/ArgParse.jl : Package for parsing command-line arguments to Julia programs.
- comonicon/Comonicon.jl : command line interfaces.
- docopt/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.
- fredrikekre/jlpkg : A command line interface (CLI) to Pkg, Julia's package manager.
- invenia/FTPClient.jl : Julia FTP client using
LibCURL.jl
. - Keno/TerminalExtensions.jl : A package that makes Julia take advantage of cool terminal emulator features.
- Keno/VT100.jl : Terminal Emulation for terminal UI verification.
- KristofferC/OhMyREPL.jl : Syntax highlighting and other enhancements for the Julia REPL.
- nick-paul/TerminalMenus.jl : Simple interactive menus in the terminal.
- SebastianM-C/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.
- sglyon/REPLMods.jl : Mod your REPL and evaluate directly into any module on your path or defined within the current working module.
- timholy/ProgressMeter.jl : Progress meter for long-running computations.
- tecosaur/About.jl : See information about a function, type, value, or something else entirely.