Showing 73 open source projects for "command line dynamic"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    Bash Startup Library replaces your .bashrc and .bash_profile and simplifies the setting up of the environment on any bash-capable system. It also attempts to provide the same operating environment (GNU by default) no matter what system you are on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    uGNU/RTOS (literally "micro G'Noo RTOS") is an Open Source serial Real Time OS for microcontrollers (PIC, ATMEL).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    A shell based on java se 6. Like microsoft powershell it support object pipes and many other cool things, and it is multiplatform. See project site for more informations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A small, portable shell written in C++. This project is intended as an exercise to improve my programming skills. The goal of this project is to create a DOS-like shell that cross-compiles on Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    mfork is a command-line tool to parallelize shell commands. Each line of text fed to it causes mfork to fork off a new process and run the the line of text though a shell. The maximum amount of concurrent processes can be set on the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Accepts a regular expression as an argument and any matches found (stdin) will be highlighted (stdout) using shell color escape sequences. Good for looking through logs/monitoring console output/etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A set of (currently) simple shell functions to extend the pbpaste and pbcopy commands. Experienced UNIX shell scripters are asked to contribute and extend the ideas and code. Existing functions: pbgrep () pbstrip () pbsed ()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sakura is a Knowledge Navigator and User Interface for UNIX, which implements HyperMedia and its own windowing and packing system, both in the main program and in an extensive API for Tcl and other languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jash - Java Shell - is a command interpreter written in java. It has a syntax similar to bash. Jash runs its commands within single JVM, and makes it possible to use operating systems commands seamlessly with java commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    command-line utility for issuing SQL to relational databases via the JDBC API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SHython = sh + python. Why learn and practice 2 languages, when one is sufficient? If you know how to use a unix/linux shell and also know python, you should be comfortable using this shell right away.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TriOS - The Object Oriented Operating System, is the next generation operating system. Fully based on object orientation, it brings unique features to programmers and end users. Basically everything in TriOS is an object, even files and programs! Enjoy!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Develepper's Tools (in command line) integrating an extensible core and plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Power Console is a simple command line console capable of executing shell commands and launching programs on any OS with a JVM installed. Able to call programs written in other languages (C++, Python etc..) and redirect the output to the console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A powerful Java-based command line shell and text console API. The text console uses Swing in order to be fully cross-platform and also provides for the use of native console APIs such as Curses and the Windows console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A java application launcher to exec with front-end several comand line programs which only have command line to start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    uniread - universal readline - adds full readline support (command editing, history, etc.) to any existing interactive command-line program. Common examples are Oracle's sqlplus or jython. uniread will work on any POSIX platform with Perl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CmdPlus Console Enhancement - featuring tab completion, popup help and all of the modern features of programming editors, but for a command line. A truely powerful Unix like shell for windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Portable shell (command line) program written in Java to access database servers that support JDBC. For the beginning mySQL, PostgreSQL, Microsoft SQL Server are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A cross platform python based command line shell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An extensible Java library that basicly contains unix console commands. With only a few parameters required to configurate the library, it will analyse and excecute the commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    pyshon

    System shell merged with python shell

    This is a system shell merged with python (as for now 3.*, but 2.* fork is also planned). It lets you write your system scripts in high-level language (which python is) as well as using it as "classic" terminal. It is developed in linux environment, but should be as system-independent as python itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JSRPC is a simple way to create shells to call Java methods. It can be used locally or remotely. JSRPC implements a new way to do RPC similar to shell calls.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo