[go: up one dir, main page]

Results for: shell

Suggested Categories:

Terminal Emulators
Terminal emulators are software programs that replicate the functionality of a traditional terminal or command-line interface (CLI) within a graphical environment. These tools allow users to interact with their computer's operating system using text-based commands, offering access to system functions, file management, and programming tasks. Terminal emulators are commonly used by developers, system administrators, and power users for running scripts, managing servers, or debugging applications. They often support features such as tabbed windows, color schemes, customizable key bindings, and integration with remote systems through protocols like SSH. By providing a flexible and efficient way to work with the command line, terminal emulators enhance productivity in both local and remote computing environments.

54 Products for "shell" with 1 filter applied:

  • 1
    Bash

    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.
    Starting Price: Free
  • 2
    PowerShell

    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.
    Starting Price: Free
  • 3
    Shells

    Shells

    Shells

    Shells provides you with a 1-click, powerful virtual desktop environment, driven by a cloud computer, without leaving your browser! It's your personal workspace in the cloud. Shells are virtual desktop cloud computers. Access Shells with any web-enabled device. Shells gives you the cloud for your computer! Shells are Intel powered cloud computers that are always on, just like a desktop computer.
    Starting Price: $4.95 per month
  • 4
    Shell Assistant

    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.
    Starting Price: Free
  • 5
    Tabby

    Tabby

    Tabby

    Tabby is an infinitely customizable cross-platform terminal app for local shells, serial, SSH and Telnet connections. Runs on Windows, Mac, and Linux, integrated SSH client with a connection manager. Integrated serial terminal, PowerShell, PS Core, WSL, Git-Bash, Cygwin, Cmder, and CMD support. Full Unicode support including double-width characters. File transfer from/to SSH sessions via SFTP and Zmodem. Theming and color schemes, fully configurable shortcuts, and multi-chord shortcuts. ...
    Starting Price: Free
  • 6
    Pester

    Pester

    Pester

    Pester is the ubiquitous test and mock framework for PowerShell. Adding Pester tests to Powershell code will enhance code quality and allows you to start creating predictable changes. Visual Studio Code comes with full support for Pester allowing you to create tests quickly. Pester integrates nicely with TFS, Azure, Github, Jenkins, and other CI servers, allowing you to fully automate your development lifecycle.
    Starting Price: Free
  • 7
    PackageManagement (OneGet)

    PackageManagement (OneGet)

    PackageManagement (OneGet)

    ...If you have a question or are seeing an unexpected behavior from this module please open up an issue in this repository. PackageManagement is supported in Windows, Linux and MacOS now. We periodically make binary drops to PowerShellCore, meaning PackageManagement is a part of PowerShell Core releases.
    Starting Price: Free
  • 8
    Fig

    Fig

    Fig

    Easily share shell aliases/functions and help your coworkers save a few keystrokes. Securely sync API keys, ports and other application configurations between developers. Use Fig's autocomplete for your team's internal scripts & CLI tools. Create easy-to-discover shell scripts and sync them across your engineering team. Extend autocomplete with custom suggestions tailored to your team.
    Starting Price: $12 per user per month
  • 9
    Mobian

    Mobian

    Mobian

    Mobian aims to integrate the standard Debian distribution with the Phone Shell (phosh) project in a package that works on certain mobile phones, such as the Pinephone. Over time, the idea is to minimize the Mobian specific pieces by “upstreaming” customization to the original projects. Mobian comes with Phosh, the Phone Shell by Purism. It is based on well known modern Gnome technology like GTK, GSettings and DBus running on a wlroots based wayland compositor called phoc. ...
  • 10
    GNOME Terminal
    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.
  • 11
    Bastillion

    Bastillion

    Bastillion

    ...Administrators can log in using two-factor authentication with Authy or Google Authenticator. From there they can manage their public SSH keys or connect to their systems through a web shell. Commands can be shared across shells to make patching easier and eliminate redundant command execution. Bastillion layers TLS/SSL on top of SSH and acts as a bastion host for administration. Protocols are stacked (TLS/SSL + SSH) so infrastructure cannot be exposed through tunneling/port forwarding. Also, SSH key management is enabled by default to prevent unmanaged public keys and enforce best practices. ...
    Starting Price: $0.015 per hour
  • 12
    Flox

    Flox

    Flox

    ...Flox lets you create environments via a simple manifest.toml, layering and replacing dependencies precisely where needed. It activates subshells with reproducible dependencies and integrates shell hooks, version constraints, and services (e.g., local databases) to automate setup. Because it runs on the host system (rather than inside containers), developers maintain access to files, configurations, SSH keys, and shell aliases without Docker-style bind mounts. Flox supports cross-platform and multi-architecture environments by default, allowing environments to run identically on various systems; you can constrain them to specific systems or use package groups to manage architecture-specific dependencies.
    Starting Price: $20 per month
  • 13
    Kimi Code CLI

    Kimi Code CLI

    Moonshot AI

    Kimi Code CLI is an AI-powered command-line agent that runs in the terminal to assist developers with software development and terminal operations by reading and editing code, executing shell commands, searching and fetching web pages, autonomously planning and adjusting actions during execution, and providing a shell-like interactive experience where users can describe their needs in natural language or switch to direct command mode; it supports integrations with IDEs and local agent clients via the Agent Client Protocol for enriched workflows and simplifies tasks such as writing and modifying code, fixing bugs, refactoring, exploring unfamiliar projects, answering architecture questions, and automating batch tasks or build and test scripts. ...
    Starting Price: Free
  • 14
    Solidity Fuzzing Boilerplate
    ...Use HEVM's FFI cheat code to generate complex fuzzing inputs or to compare outputs with non-EVM executables while doing differential fuzzing. Publish your fuzzing experiments without worrying about licensing by extending the shell script to download specific files. Turn off FFI if you don't intend to make use of shell commands from your Solidity contracts. Note that FFI is slow and should only be used as a workaround. It can be useful for testing against things that are difficult to implement within Solidity and already exist in other languages. Before executing tests of a project that has FFI enabled, be sure to check what commands are actually being executed.
    Starting Price: Free
  • 15
    Devolutions Gateway
    ...Whether you're managing external contractors or remote IT teams, sessions are relayed securely without exposing backend servers. Gateway supports RDP (Remote Desktop Protocol), SSH (Secure Shell), VNC (Virtual Network Computing), PowerShell, and more—all brokered through just-in-time (JIT) access using pre-authorized tokens. The Remote Access Management package adds everything needed: Devolutions Launcher for one-click access, Hub or Server for storing and controlling credentials, and role-based access control (RBAC) to ensure each user sees only what they’re authorized. ...
    Starting Price: $20/month/user
  • 16
    RRDtool

    RRDtool

    RRDtool

    RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. RRDtool can be easily integrated in shell scripts, perl, python, ruby, lua or tcl applications.
  • 17
    Binalyze AIR
    Binalyze AIR is a market-leading Digital Forensics and Incident Response platform that allows enterprise and MSSP security operations teams to collect full forensic evidence at speed and scale. Our incident response investigation capabilities such as triage, timeline and remote shell help to close down DFIR investigations in record time.
  • 18
    Studio 3T

    Studio 3T

    Studio 3T

    Auto-complete queries in a built-in mongo shell that highlights syntax errors as you type and saves your query history. Perfect for MongoDB beginners, a time-saver for pros. Use a drag-and-drop UI to build complex find() queries and filter array elements. Break down aggregation queries into manageable steps and build them stage by stage, for easier debugging and querying. Generate instant code in JavaScript (Node.js), Java (2.x and 3.x driver API), Python, C#, PHP, and Ruby from MongoDB and SQL queries that you can copy and paste into your application. ...
    Starting Price: $499/year/user
  • 19
    eAuditor Cloud

    eAuditor Cloud

    BTC Sp. z o.o.

    ...Advanced modules include remote management, patch installation, BitLocker encryption, SOC dashboard, and task automation. A professional DLP engine protects sensitive data in use, at rest, and in transit through classification, rules, and policies. AI support for CMD/PowerShell and ChatGPT integration help administrators save time and eliminate repetitive tasks. eAuditor Cloud grows with your business - from a free version for up to 100 devices to advanced enterprise-grade packages.
    Starting Price: 0,4 € / mo./ per 1 PC
  • 20
    IDLE

    IDLE

    Python

    ...IDLE has the following features: - coded in 100% pure Python, using the tkinter GUI toolkit - cross-platform: works mostly the same on Windows, Unix, and macOS - Python shell window (interactive interpreter) with colorizing of code input, output, and error messages - multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features - search within any window, replace within editor windows, and search through multiple files (grep) - debugger with persistent breakpoints, stepping, and viewing of global and local namespaces - configuration, browsers, and other dialogs
    Starting Price: Free
  • 21
    Espanso

    Espanso

    Espanso

    ...Extend Espanso’s capabilities with packages, or create your owns and share them with the community on the Espanso Hub. For advanced use-cases, you can extend Espanso’s snippets with shell commands or custom scripts. No more copy-pasting from the terminal, inject the output into applications directly. Use forms to handle complex workflows, creating templates that can be reused with ease. You can even forward form values into custom scripts, opening up endless possibilities. Espanso works with most applications, so you can boost your productivity everywhere.
  • 22
    Ctfreak

    Ctfreak

    JYP Software

    Tired of maintaining your multiple crontabs? Would you like a Slack notification when one of your backups fails? CTFreak allows you to centralize and schedule various types of tasks: - Shell scripts (bash/powershell) on multiple servers via SSH - Ansible playbooks targeting multiple servers via SSH - SQL scripts on multiple databases concurrently (mysql/mariadb/postgresql) - Chart Reports from SQL queries - Webhook call - Workflow for concurrent or sequential execution of tasks Not to mention: - A mobile friendly interface - Single Sign-On via OpenID Connect - Notifications via Slack / Discord / Mattermost / Email - Issue tracking integration via Jira / Github / Linear - REST API - Incoming webhooks (Github / Gitlab / ...
    Starting Price: $159/year/instance
  • 23
    Azure Functions
    ...Implement a variety of functions and scenarios, such as web apps and APIs with .NET, Node.js, or Java; machine learning workflows with Python; and cloud automation with PowerShell. Get a complete serverless application development experience—from building and debugging locally to deploying and monitoring in the cloud.
  • 24
    Azure Automation
    ...Monitor update compliance across Azure, on-premises, and other cloud platforms for Windows and Linux. Schedule deployments to orchestrate the installation of updates within a defined maintenance window. Author and manage PowerShell configurations, import configuration scripts, and generate node configurations—all in the cloud. Use Azure Configuration Management to monitor and automatically update machine configuration across physical and virtual machines, Windows, or Linux—in the cloud or on-premises. & more
  • 25
    Vega

    Vega

    Subgraph

    ...It is written in Java, GUI based, and runs on Linux, OS X, and Windows. Vega can help you find vulnerabilities such as: reflected cross-site scripting, stored cross-site scripting, blind SQL injection, remote file include, shell injection, and others. Vega also probes for TLS / SSL security settings and identifies opportunities for improving the security of your TLS servers. Vega includes an automated scanner for quick tests and an intercepting proxy for tactical inspection. The Vega scanner finds, SQL injection, and other vulnerabilities. Vega includes a website crawler powering its automated scanner. ...
  • 26
    UEStudio

    UEStudio

    UltraEdit

    ...Edit and update your source files, then commit them with the stroke of a hotkey or the click of a mouse. You can easily merge branches in UEStudio's Git branch manager (or in the Git shell if that's your style). Quickly review and resolve them with UltraCompare's merge tool support so you can be on your way. UEStudio parses your project and source files to provide you with intelligent, automatic source code completion.
    Starting Price: $89.95 per year
  • 27
    TinyCP

    TinyCP

    TinyCP

    ...After a few months we will make another decision whether to leave donations or start subscriptions at the lowest possible prices. Panel interactions are much faster. Reduced Linux SHELL launching. Lower consumption of data transfer between server and client. Our custom security layer over HTTP. Connection to the IP is now secured. Our own guardian software. Manage multiple connections. Easy switch between servers. We have launched a Discord server for easier communication with beta testers. Simple like old but is totally new. ...
  • 28
    Zypper
    ...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
  • 29
    ranger

    ranger

    ranger

    ...Renaming multiple files at once. VIM-like console and hotkeys. Automatically determine file types and run them with the correct programs. Change the directory of your shell after exiting ranger. Tabs, bookmarks, mouse support, etc.
    Starting Price: Free
  • 30
    Radamsa

    Radamsa

    Aki Helin

    ...There are two parts to this process: getting the various kinds of inputs and how to see what happens. Radamsa is a solution to the first part, and the second part is typically a short shell script. Testers usually have a more or less vague idea of what should not happen, and they try to find out if this is so.
    Starting Price: Free
  • Previous
  • You're on page 1
  • 2
  • Next