Alternatives to LOLCODE
Compare LOLCODE alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to LOLCODE in 2026. Compare features, ratings, user reviews, pricing, and more from LOLCODE competitors and alternatives in order to make an informed decision for your business.
-
1
PowerShell
Microsoft
PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects. This fundamental change brings entirely new tools and methods for automation. Unlike traditional command-line interfaces, PowerShell cmdlets are designed to deal with objects. An object is structured information that is more than just the string of characters appearing on the screen. Command output always carries extra information that you can use if you need it. If you've used text-processing tools to process data in the past, you'll find that they behave differently when used in PowerShell. In most cases, you don't need text-processing tools to extract specific information. You directly access portions of the data using standard PowerShell object syntax.Starting Price: Free -
2
Windows Terminal
Microsoft
The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU-accelerated text rendering engine, and custom themes, styles, and configurations. This is an open-source project and we welcome community participation. Multiple tabs, full Unicode support, and GPU-accelerated text rendering. Full customizability and split panes. Install the Windows Terminal from the Microsoft Store. This allows you to always be on the latest version when we release new builds with automatic upgrades. It includes many of the features most frequently requested by the Windows command-line community including support for tabs, rich text, globalization, configurability, theming & styling, and more. The Terminal will also need to meet our goals and measures to ensure it remains fast and efficient.Starting Price: Free -
3
jumanji
pwmt
jumanji is a highly customizable and functional web browser based on the libwebkit web content engine and the gtk+ toolkit. The idea behind jumanji is a web browser that provides a minimalistic and space-saving interface as well as an easy usage that mainly focuses on keyboard interaction like vimperator does. The customization of jumanji is be managed via a configuration file called jumanjirc. The jumanjirc file is a simple plain text file that can be populated with various commands to change the behavior and the look of jumanji. Each line besides empty lines and comments (which start with a prepended #) is evaluated on its own, so it is not possible to write multiple commands in one single line. It is possible to map or remap new key bindings to shortcut functions which allows a high level of customization. jumanji offers more options to be changed and makes those changes permanent.Starting Price: Free -
4
zdaemon
Python Software Foundation
zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons. zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix) daemons. (Of course, it is only usable on POSIX-complient systems.) Using zdaemon requires specifying a number of options, which can be given in a configuration file, or as command-line options. It also accepts commands teling it what to do. Start a process as a daemon. Stop a running daemon process. Stop and then restart a program. Find out if the program is running. Send a signal to the daemon process. Reopen the transcript log. Commands can be given on a command line, or can be given using an interactive interpreter. We can specify a program name and command-line options in the program command. Note, however, that the command-line parsing is pretty primitive.Starting Price: Free -
5
Tcl
Tcl
Tcl is a very simple programming language. If you have programmed before, you can learn enough to write interesting Tcl programs within a few hours. This page provides a quick overview of the main features of Tcl. After reading this you'll probably be able to start writing simple Tcl scripts on your own; however, we recommend that you consult one of the many available Tcl books for more complete information. Each Tcl command consists of one or more words separated by spaces. In this example there are four words: expr, 20, +, and 10. The first word is the name of a command and the other words are arguments to that command. All Tcl commands consist of words, but different commands treat their arguments differently. The expr command treats all of its arguments together as an arithmetic expression, computes the result of that expression, and returns the result as a string. In the expr command the division into words isn't significant.Starting Price: Free -
6
The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS CLI v2 offers several new features including improved installers, new configuration options such as AWS IAM Identity Center (successor to AWS SSO), and various interactive features. Command-line shell program that provides convenience and productivity features to help both new and advanced users of the AWS Command Line Interface. Resource identifiers for Amazon EC2 instance IDs, Amazon SQS queue URLs, and Amazon SNS topic names. Documentation for commands and options is displayed as you type. The AWS Command Line Interface user guide walks you through installing and configuring the tool. After that, you can begin making calls to your AWS services from the command line.
-
7
MoonScript
MoonScript
MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features. MoonScript can either be compiled into Lua and run at a later time, or it can be dynamically compiled and run using the moonloader. Because it compiles right into Lua code, it is completely compatible with alternative Lua implementations like LuaJIT, and it is also compatible with all existing Lua code and libraries. The command line tools also let you run MoonScript directly from the command line, like any first-class scripting language. MoonScript provides a clean syntax using significant whitespace that avoids all the keyword noise typically seen in a Lua script. It also adds table comprehensions, implicit return on functions, classes, inheritance, scope management statements import & export, and a convenient object creation statement called with. -
8
Immunity Debugger
Immunity Debugger
Immunity Debugger's interfaces include the GUI and a command line. The command line is always available at the bottom of the GUI. It allows the user to type shortcuts as if they were in a typical text-based debugger, such as WinDBG or GDB. Immunity has implemented aliases to ensure that your WinDBG users do not have to be retrained and will get the full productivity boost that comes from the best debugger interface on the market. Python commands can also be run directly from our command bar. Users can go back to previously entered commands, or just click in the dropdown menu and see all the recently used commands. Immunity Debugger's interfaces include the GUI and a command line. The command line is always available at the bottom of the GUI. It allows the user to type shortcuts as if they were in a typical text-based debugger, such as WinDBG or GDB. -
9
Sublime Text
Sublime HQ
A sophisticated text editor for code, markup and prose. Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words. Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever. The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings. With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings. Sublime Text has a powerful, Python API that allows plugins to augment built-in functionality. Package Control can be installed via the command palette, providing simple access to thousands of packages built by the community.Starting Price: $80 one-time fee -
10
AutoHotkey
AutoHotkey
Define hotkeys for the mouse and keyboard, remap keys or buttons and autocorrect-like replacements. Creating simple hotkeys has never been easier; you can do it in just a few lines or less! AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as form fillers, auto-clicking, macros, etc. AutoHotkey has easy-to-learn built-in commands for beginners. Experienced developers will love this full-fledged scripting language for fast prototyping and small projects. AutoHotkey gives you the freedom to automate any desktop task. It's small, fast, and runs out of the box. Best of all, it's free, open-source (GNU GPLv2), and beginner-friendly. AutoHotkey provides a simple, flexible syntax allowing you to focus more on the task at hand rather than every single little technicality. It supports not only the popular imperative-procedural paradigm, but also object-oriented and command-based programming.Starting Price: Free -
11
Formula God
Formula God
Summon answers and do things you never knew how to with artificial intelligence. Do everything you need in Google Sheets with one single formula. Manipulate data and calculate values across full ranges, not just cells. If your data is comma-separated in the cell, tell Formula God it is comma-separated in your command.Starting Price: $9.99 per 300 credits -
12
Ethminer
Ethminer
Ethminer is an Ethash GPU mining worker: with ethminer you can mine every coin which relies on an Ethash Proof of Work thus including Ethereum, Ethereum Classic, Metaverse, Musicoin, Ellaism, Pirl, Expanse and others. This is the actively maintained version of ethminer. It originates from cpp-ethereum project and builds on the improvements made in Genoil's fork. See FAQ for more details. Standalone executables for Linux, macOS and Windows are provided in the Releases section. Download an archive for your operating system and unpack the content to a place accessible from command line. The ethminer is ready to go. The ethminer is a command line program. This means you launch it either from a Windows command prompt or Linux console, or create shortcuts to predefined command lines using a Linux Bash script or Windows batch/cmd file. -
13
Cockpit
Cockpit
Cockpit is a web-based graphical interface for servers, intended for everyone, especially those who are new to Linux, familiar and expert admins. Thanks to Cockpit intentionally using system APIs and commands, a whole team of admins can manage a system in the way they prefer, including the command line and utilities right alongside Cockpit. See your server in a web browser and perform system tasks with a mouse. It’s easy to start containers, administer storage, configure networks, and inspect logs. Basically, you can think of Cockpit like a graphical “desktop interface”, but for individual servers. Have a favorite app or command-line tool that you use on your servers? Keep using the command line, Ansible, and your other favorite tools and add Cockpit to the mix with no issues. Cockpit uses the same system tooling you would use from the command line. You can switch back and forth between Cockpit and whatever else you like. -
14
AiTerm
AiTerm
AiTerm is an AI Terminal Assistant that designed to assist developers and command-line users. It simplifies the process of converting natural language into executable commands, allowing users to find and run the commands they need without leaving their terminal. AiTerm intelligently analyzes your commands and streamlines your tasks for unprecedented efficiency. Need help with a command? AiTerm fetches relevant documentation and examples, providing explanations and usage tips right within your terminal. AiTerm is more than just software, it's your personal assistant in the world of command lines. -
15
Yai
Yai
With Yai (your AI), unleash the power of artificial intelligence to streamline your command line experience. Just type your request in everyday language, and it will determine the appropriate command line action to take, or engage in conversation on any topics you have in mind.Starting Price: Free -
16
teamredminer
teamredminer
This is an optimized miner for AMD GPUs. This miner supports a range of algorithms. Please see the list below for details. The miner is configured via command line only, please run with the --help option to print a short help message for how to use the command line options. -
17
Zypper
SUSE
Zypper is a command-line package manager for installing, updating, and removing packages. It can also be used to manage repositories. Zypper works and behaves as a regular command-line tool. It features subcommands, arguments, and options that can be used to perform specific tasks. Zypper offers several benefits compared to graphical package managers. Being a command-line tool, Zypper is faster in use and light on resources. Zypper actions can be scripted. Zypper can be used on systems that do not have graphical desktop environments. This makes it suitable for use with servers and remote machines. The simplest way to execute Zypper is to type its name, followed by a command. Additionally, you can choose from one or more global options by typing them immediately before the command. Some commands require one or more arguments. Executing subcommands in the Zypper shell, and using global Zypper options are not supported.Starting Price: Free -
18
Terminator
Terminator
Terminator Terminal Emulator is a powerful tool that allows users to manage multiple GNOME terminals within a single window. Originally developed in 2007 by Chris Jones as a compact Python script, it has evolved into a flexible terminal management application inspired by tools like Iterm2 and Tilix. Terminator lets users combine and rearrange terminal windows to suit their workflow, making it ideal for those who frequently work with multiple remote machines or command-line sessions. The emulator supports various themes, including light and dark modes, to enhance usability. It is well-suited for developers, system administrators, and command-line enthusiasts who need to manage several terminals simultaneously. Terminator streamlines terminal management, increasing productivity and reducing desktop clutter.Starting Price: Free -
19
pdfChip
callas software GmbH
pdfChip is a command-line application for the creation of high-quality PDFs from HTML (taking full advantage of CSS and JavaScript). It supports all HTML features but extends to support CMYK, spot color, XMP metadata, PDF standards, SVG, MathML, barcodes, and more. Capable of generating single and multi-page PDF documents it is ideally suited for high-volume dynamic PDF generation. pdfChip is a command-line application for the creation of high-quality PDFs from HTML, taking full advantage of CSS and JavaScript. pdfChip is based on WebKit technology, it renders your designs quickly and flawlessly into PDF. It allows to creation of fully compliant PDF/X files (for print) or PDF/A files (for archival), in the smallest output PDF size possible. Furthermore, it’s possible to use the exact same HTML and CSS code on the web as well as for PDF generation. pdfChip has a low entry level, as the command-line interface is clear and easy-to-learn.Starting Price: Free -
20
ZenScript
CraftTweaker
ZenScript originated from MineTweaker where a simple programming language is needed to allow users without programming knowledge to be able to execute simple commands by following the tutorials for it. Originally MineTweaker had a simple one-line-at-a-time parsed scripting system, but it quickly became clear that it wasn't flexible enough, so a simple parsed language was created. This parsed language worked quite well but was very inefficient as each value was wrapped into its own object. ZenScript allows mixed typed and typeless behavior. You don't need to define types anywhere, the compile will infer them where possible and exhibit typeless behavior when the type is effectively unknown. In nearly all the cases, the type is perfectly known and execution runs at native Java speed. Since there are types, they can be documented and enforced.Starting Price: Free -
21
GRAITEC Advance CAD
GRAITEC
Ribbon tabs, quick access toolbar manager, "customize" dialog box to change menus, toolbars, keyboard shortcuts, and aliases. Autocomplete of commands that are started with some typed characters , for heavy command line users. General options for settings can be customized (display, paths/files, user preferences, crosshairs, profiles). Publish command to plot several layouts to DWF/PDF or to Plotter named in page setup. Modify 2D drawing objects and 3D 3D solids. Three-dimensional meshes made of polygons. GRAITEC has built up an extensive BIM technology portfolio encompassing ground-breaking, innovative developments, delivering exceptional business, process, technology and service solutions worldwide. GRAITEC has also expanded on its exceptional relationship with Autodesk and is a Platinum Partner in Europe and Autodesk Gold Partner in the US & Canada, making us one of the largest partners in the world. -
22
Kompare
KDE
Kompare is a free software graphical computer application that helps the user to compare two different text files or two directories. Kompare does not actually compute the differences between the compared files itself, but is merely a graphical front end to the command line interface diff utility. However, the colour coding of changed lines makes them very easy to spot. Comparison of files or directories via a graphical interface. Bezier-based connection widget lets you see both source and destination as they really appear. Graphical viewing of patch files in normal, context, unified and diff formats. Graphical interface to commonly used diff command-line options. Easy navigation of multiple-file diffs with the dockable navigation tree. Ability to view plain-text diff output in the embedded viewer. Interactive application of differences. Provides full network transparency. -
23
Robocopy
Windows Command Line
Robocopy is a command-line utility for copying files. This command is available in Vista and Windows 7 by default. For Windows XP and Server 2003, this tool can be downloaded as part of Server 2003 Windows Resource Kit tools. -
24
COLMAP
COLMAP
COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections. The software is licensed under the new BSD license. The latest source code is available at GitHub. COLMAP builds on top of existing works and when using specific algorithms within COLMAP, please also cite the original authors, as specified in the source code. For convenience, the pre-built binaries for Windows contain both the graphical and command-line interface executables. To start the COLMAP GUI, you can simply double-click the COLMAP.bat batch script or alternatively run it from the Windows command shell or Powershell. The command-line interface is also accessible through this batch script, which automatically sets the necessary library paths. To list the available COLMAP commands, run COLMAP.bat -h in the command shell cmd.exe or in Powershell. -
25
Certbot
Certbot
Certbot is a free, open source software tool for automatically using Let’s Encrypt certificates on manually-administrated websites to enable HTTPS. Use our instruction generator to find custom commands to get Certbot on your server's environment. Pick your server's software and system above. Certbot will fetch Let’s Encrypt certificates that will be standard Domain Validation certificates, so you can use them for any server that uses a domain name, like web servers. You can also use these certificates for other TLS applications such as IMAPS. A command line is a way of interacting with a computer by typing text-based commands to it and receiving text-based replies. Certbot is run from a command-line interface, usually on a Unix-like server. In order to use Certbot for most purposes, you’ll need to be able to install and run it on the command line of your web server, which is usually accessed over SSH. -
26
Bash
Bash
Bash is a free software Unix shell and command language. It has become the default login shell for most Linux distributions. In addition to being available on Linux systems, a version of Bash is also available for Windows through the Windows Subsystem for Linux. Bash is the default user shell in Solaris 11 and was the default shell in Apple macOS from version 10.3 until the release of macOS Catalina, which changed the default shell to zsh. Despite this change, Bash remains available as an alternative shell on macOS systems. As a command processor, Bash allows users to enter commands in a text window that are then executed by the system. Bash can also read and execute commands from a file, known as a shell script. It supports a number of features commonly found in Unix shells, including wildcard matching, piping, here documents, command substitution, variables, and control structures for condition testing and iteration. Bash is compliant with the POSIX shell standards.Starting Price: Free -
27
Istanbul
Istanbul
JavaScript test coverage made simple. Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can track how well your unit-tests exercise your codebase. The nyc command-line-client for Istanbul works well with most JavaScript testing frameworks, tap, mocha, AVA, etc. First-class support of ES6/ES2015+ using babel-plugin-Istanbul. Support for the most popular JavaScript testing frameworks. Support for instrumenting subprocesses, using the nyc command-line interface. Adding coverage to your mocha tests could not be easier. Now, simply place the command nyc in front of your existing test command. nyc's instrument command can be used to instrument source files outside of the context of your unit tests. nyc is able to show you all Node processes that are spawned when running a test script under it. By default, nyc uses Istanbul's text reporter. However, you may specify an alternative reporter.Starting Price: Free -
28
Sysax FTP Automation
Codeorigin
Sysax FTP Automation is file transfer client software capable of automating complex file transfer sequences and associated file processing. It enables files to be sent or obtained privately on the internet by connecting to other file transfer servers. Command line execution: Task scripts can be executed from the command line or from within batch files without the need to schedule them. Public key authentication, protected passwords, and client side SSL certificate. Tasks can be set to repeat at specific time intervals. Tasks can be run based on the status of a monitored folder. -
29
Multipass
Canonical
Get an instant Ubuntu VM with a single command. Multipass can launch and run virtual machines and configure them with cloud-init like a public cloud. Prototype your cloud launches locally for free. The first five minutes with Multipass let you know how easy it is to have a lightweight cloud handy. Let’s launch a few LTS instances, list them, exec a command, use cloud-init and clean up old instances to start. The ”Ubuntu Server CLI cheat sheet“ is your fast path to learning the Linux command line - from basic file management to deploying Kubernetes and OpenStack. Multipass provides a command line interface to launch, manage and generally fiddle about with instances of Linux. The downloading of a minty-fresh image takes a matter of seconds, and within minutes a VM can be up and running. Launch instances of Ubuntu and initialise them with cloud-init metadata like AWS, Azure, Google, IBM and Oracle clouds. Simulate your own cloud deployment on your workstation. -
30
Xecrets Ez
Axantum Software AB
Xecrets Ez is an easy to use personal desktop application for file encryption available for Windows, Mac and Linux. It is compatible with AxCrypt, in fact it is based on the exact same code, but is less complex and is entirely focused on delivering the core functionality needed without the bells and whistles. For personal daily use it's a great alternative to AxCrypt at a significantly lower cost. Xecrets Ez does not require installation, privileges or Internet. It allows you to encrypt, decrypt and open files for editing with single clicks or drag and drop with a clean and simple user interface. It is a fully integrated frontend to Xecrets Cli, an open source and free command line program that does all the heavy lifting with encryption, decryption and secure wiping. The command line can also be downloaded and used separately for scripting and integration into other software.Starting Price: €15/year -
31
Magit
Magit
Magit is a complete text-based user interface to Git. It fills the glaring gap between the Git command-line interface and various GUIs, letting you perform trivial as well as elaborate version control tasks with just a couple of mnemonic key presses. Magit looks like a prettified version of what you get after running a few Git commands but in Magit every bit of visible information is also actionable to an extent that goes far beyond what any Git GUI provides and it takes care of automatically refreshing this output when it becomes outdated. In the background Magit just runs Git commands and if you wish you can see what exactly is being run, making it possible for you to learn the git command-line by using Magit. Using Magit for a while will make you a more effective version control user. Magit supports and streamlines the use of Git features that most users and developers of other Git clients apparently thought could not be reasonably mapped to a non-command-line interface. -
32
Open Interpreter
Open Interpreter
Open Interpreter is an open source natural language interface for computers that enables users to execute code through conversational prompts in a terminal environment. It supports multiple programming languages, including Python, JavaScript, and Shell, allowing for a wide range of tasks such as data analysis, file management, and web browsing. It provides interactive mode commands to enhance user experience. Users can configure default behaviors using YAML files, facilitating flexible customization without altering command-line arguments each time. Open Interpreter can be integrated with FastAPI to create RESTful endpoints, enabling programmatic control over its functionalities. For safety, it prompts users for confirmation before executing code that interacts with the local environment, mitigating potential risks.Starting Price: Free -
33
GitForce
GitForce
It is designed to be easy and intuitive to use and yet powerful enough so you don't need to use a command line git. GitForce is written in C# and uses .NET 3.5 framework. The same binary file (“GitForce.exe”) runs as-is on both Windows and Linux operating systems (or any other OS with Mono support). The tool consists of only one executable file and needs no installer – just copy it to a folder of your choice and run it. Consequently, the main requirements are having .NET support (or Mono runtime on Linux) and the actual git command line tool, already installed and working. That said, GitForce is still powerful enough to be used exclusively, without calling up a command line git tool. It likely fully satisfies needs of a great majority of users. I hope that this tool will help many users who are new to git and also to people already familiar with Perforce (a similar source control front-end tool.) -
34
PDF Junction
Aquaforest
At the heart of PDF Junction is a document processing engine capable of manipulating large volumes of PDF files to enable splitting, merging, setting of security, and other attributes. Convert batches of Word, Excel, and other files to PDF. Split PDFs by bookmarks, single pages, and ranges. Set PDF security and display options. Extract text and metadata from PDF documents. The Professional version of PDF Junction includes facilities to convert Microsoft Office and other documents to PDF. Batch processes can be defined using the GUI to create an XML Job Ticket file which can be run using the GUI, or using the command line. In addition, all options can be used from the command line without having used the GUI. The functionality of PDF Junction can be extended by using custom scripts which may be called at various points during the processing of a particular job. The custom scripts are Windows Script Files which allow scripting in either VBScript or Jscript. -
35
Cased
Cased
The developer friendly way to work in production. Add approval workflows to sensitive operations, record what's happening, and link identity providers to command line tools, without frustrating your team. Works with any command line tool. From MySQL to custom deploy scripts, Cased integrates into your existing workflows without interrupting your team. Setup in minutes. Our lightweight and agentless approach is low friction and your CLI commands don't change. Simple, custom just-in-time approvals for developer tools and staff tools. Approve via Slack, Microsoft Teams, and SMS. Your approvals integrate into the tools you already use. Cased knows about your on-call schedule. Automatic approvals ensure on-call rotations run smoothly. Visibility starts with identity. Provision production access with your IdP. Know who is really doing what. Customized for you. Bring your dotfiles with you to every server. -
36
Scoop
Scoop
Scoop installs programs you know and love, from the command line with a minimal amount of friction. For terminal applications, Scoop creates shims, a kind of command-line shortcuts, inside the ~\scoop\shims folder, which is accessible in the PATH. For graphical applications, Scoop creates program shortcuts in a dedicated Start menu folder, called 'Scoop Apps'. This way, packages are always cleanly uninstalled and you can be sure what tools are currently in your PATH and in your Start menu.Starting Price: Free -
37
Graphweaver
Exogee
Turn multiple data sources into a single GraphQL API. Features: 📝 Code-first GraphQL API: Save time and code efficiently with our code-first approach. 🚀 Built for Node in Typescript: The power of Typescript combined with the flexibility of Node.js. 🔗 Connect to Multiple Datasources: Seamlessly integrate Postgres, MySql, Sqlite, REST, and more. 🎯 Instant GraphQL API: Get your API up and running quickly with automatic queries and mutations. 🔄 One Command Import: Easily import an existing database with a simple command-line tool.Starting Price: Free -
38
ClamAV
ClamAV
ClamAV® is the open-source standard for mail gateway-scanning software. ClamAV includes a multi-threaded scanner daemon, command-line utilities for on-demand file scanning, and automatic signature updates. ClamAV supports multiple file formats and signature languages, as well as file and archive unpacking. Access to ClamAV versions that work with your operating system. ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats. ClamAV® is an open-source (GPL) anti-virus engine used in a variety of situations, including email and web scanning, and endpoint security. It provides many utilities for users, including a flexible and scalable multi-threaded daemon, a command-line scanner, and an advanced tool for automatic database updates. Built-in support for various archive formats, including ZIP, RAR, Dmg, Tar, GZIP, BZIP2, OLE2, Cabinet, CHM, BinHex, SIS, and others. -
39
Shell Assistant
Shell Assistant
•SSH and SFTP client •Shell Terminal •SFTP File manager •SFTP code editor •Custom tab & split window layouts •Switch between workspaces •Connection, key & password management •Stream audio and video, view images and pdf's, edit code over SFTP •Tunnel network ports •Text editor-like command editing •Paste history •Free & ad-free •Respects your privacy Connect to remote hosts over SSH, including Amazon Web Service EC2, Linodes, Digital Ocean or Raspberry Pis. Connect to local unix-like installations running Mac OS, Linux, MinGW, Cygwin, Git-bash and Windows Subsystem for Linux. A great tool for your toolbox if you work with Unix, Linux, Mac Command Line, Raspberry Pi's or anything that uses a Command Line Interface. To download the latest version, please visit shellassistant.com.Starting Price: Free -
40
Rclone
Rclone
Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business & consumer file storage services, as well as standard transfer protocols. Rclone has powerful cloud equivalents to the Unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run protection. It is used at the command line, in scripts, or via its API. Rclone really looks after your data. It preserves timestamps and verifies checksums at all times. Transfers over limited bandwidth; intermittent connections, or subject to quota can be restarted, from the last good file transferred. You can check the integrity of your files. Where possible, rclone employs server-side transfers to minimize local bandwidth use and transfers from one provider to another without using the local disk.Starting Price: Free -
41
PDFBox
Apache Software Foundation
The Apache PDFBox® library is an open-source Java tool for working with PDF documents. This project allows the creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0. Extract Unicode text from PDF files. Split a single PDF into many files or merge multiple PDF files. Extract data from PDF forms or fill a PDF form. Validate PDF files against the PDF/A-1b standard. Print a PDF file using the standard Java printing API. Create a PDF from scratch, with embedded fonts and images. Save PDFs as image files, such as PNG or JPEG and digitally sign PDF files. See also the export control information related to the encryption features included in Apache PDFBox. -
42
TreeSize
JAM Software
As multifunctional as a Swiss Army knife is the market-leading file and disk space manager TreeSize. The software analyses all stored data across your systems and visualizes the results in meaningful charts and statistics. Find out where your disk space has gone at a glance and take immediate action if necessary. For this purpose, TreeSize provides you with a wide range of file management options. With our all-round performer you have a multi-tool in your hand to organize your storage systems and to get your valuable storage space back. The world-renowned solution is optimized for handling large file volumes and complements Windows Explorer. A high degree of automation is enabled by command line parameters and management of scans scheduling directly in a comfortable, graphical user interface.Starting Price: $26.95 per year -
43
GNOME Terminal
GNOME
Terminal is a terminal emulator application for accessing a UNIX shell environment which can be used to run programs available on your system. Terminal supports escape sequences that control cursor position and colors. A terminal is a text input point in a computer that is also called the Command Line Interface (CLI). IBM 3270, VT100 and many others are hardware terminals that are no longer produced as physical devices. To emulate these terminals, there are terminal emulators. Any input entered in the Terminal to be executed is referred to as a command. You can run both command line and graphical user interface (GUI) programs from the terminal. If you have a program that ends abruptly without any warning or error, you may want to run it in Terminal. This will allow the program to output any error or debugging messages to the Terminal window. This information can be helpful when filing a bug report. -
44
MacTerm
MacTerm
Powerful replacement for macOS Terminal, supporting 24-bit color, standard graphics protocols and iTerm2 image sequences and color schemes. MacTerm is one of the few emulators in the world that allow terminal-based programs to set up to 8 bits per RGB component (for a total of 24 bits), allowing for a large number and large spectrum of colors on the screen. The terminal is capable of preserving incoming text perfectly: whether you copy it to the Clipboard, capture it to a file, print it, or drag and drop, any special characters will be present. You can also use the floating command line window to input any kind of character. (In 4.1.0, there are limits on which Unicode characters can actually be displayed by the terminal; these limitations are being removed in 5.0.) Finally, Unicode is supported for file names, preference collection names, and macros.Starting Price: Free -
45
Xshell
NetSarang
Easily create, edit, and launch sessions with the session manager and inheritable session properties. A multitude of authentication methods, protocols, and algorithms to handle any situation. Xshell's Local Shell gives you access to vital tools directly within Xshell and supports custom aliases for commonly used commands. View a graphical list of the remote directory's files with upload and download capabilities. Customize your view with drag and drop and easily manage all tabs with the tab manager. Create quick command buttons and sets for frequently used commands and assign them to specific sessions. Draft and edit multiple lines of string before sending it to single, multiple, or all sessions using the compose pane. Create and manage SSH tunnels on the fly even when a session is currently running. Terminal aesthetics, mouse behavior, logging options, and more. The possibilities are endless. Determine how your keyboard behaves by mapping actions to certain key combinations.Starting Price: $99 one-time payment -
46
FolderSizes
FolderSizes
Desktop PCs, laptops and servers can quickly end up accumulating large quantities of unused, temporary, and duplicate files. Before you know it, you're out of drive space, backups are taking far too long to run, users can’t find what they need, and you're struggling to plan for the future. You need a visual, interactive software tool to help you manage disk space. You need FolderSizes. FolderSizes is an award-winning, network-enabled disk space analysis software tool for Windows. It can quickly isolate large, old, temporary, and duplicate files, or even show file distribution by type, size, attributes, age, or owner. All with multiple export formats, command-line support, built-in scheduling, and much more. Robust, built-in report scheduling w/ email delivery support. Disk space and folder size trend analysis capabilities. Unique and powerful file system snapshot capability. -
47
GitFluence
GitFluence
The AI-driven solution that helps you quickly find the right command. Get started with Git command generator today and save time. Start by entering a description of what you want to accomplish with git into the web app's input field. Based on your description, the GitFluence will use its AI-driven solution to suggest the more relevant git commands. Now you can copy and paste it into your terminal or command line interface. -
48
Changes
Changes
Changes will help you investigate files and folders on your Mac, helping you get to the root of the problem. Our workflow allows you to quickly narrow in on the differences, telling you exactly what changed — not just where it changed. Quickly spot what's changed, removed or added. See everything or focus on just what is different. Focus on exactly what changed — not just the line where it changed. Once you've uncovered the differences, fix your problems with a click of a button. Changes will merge in either direction — character by character — for precise results. Automate tasks and integrate Changes in your shell scripts using chdiff directly from the command line.Starting Price: $29.99 one-time payment -
49
Strongspace
Strongspace
Strongspace puts you in control of your most important files and information. Strongspace is ExpanDrive’s latest product offering for cloud storage and backup focusing specifically on rysnc, which synchronizes files from one location to another while minimizing data transfer by using delta encoding. The system relies on secure links through ZFS and rsync as well as wicp encryption, which provides a high level of security for system users. Through SFTP and other methods, Strongspace developers have created their own API and command-line utility, making data easier to access and control. Strongspace creates images of all files and folders, which allows for the convenient and simple ability to roll back to daily or weekly snapshots of data. Strongspace offers three basic storage plans with limited space and also provides the option of custom plans with upwards of 15TB of storage. With Strongspace, businesses are afforded the benefits of cloud storage at a scalable and custom price.Starting Price: $5.99 per user per month -
50
File Explorer
Geminid Systems
Managing your files in Salesforce has never been easier. Use our responsive web-based application to run File Explorer anywhere on any device. No installation or configuration needed. Simply login with your Salesforce credentials and get started instantly. Install File Explorer directly on your Salesforce org. Utilyze the familarity and security of native Salesforce. Feel more comfortable using command line tools? Try out the Apache Ant version of File Explorer. Configure multiple Ant tasks, quickly export all your data in 1 command. Read this blog post for complete instructions and a demo.