Showing 55 open source projects for "at commands"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    Brunch

    Brunch

    Web applications made easy

    ... of a Brunch application is an order of magnitude simpler, compared to Webpack, Grunt, or Gulp. Besides configs, brunch is also simpler in terms of commands. Grunt / Gulp commands replicate all plugins it loads. Brunch always has three commands: new, build and watch. Build / watch commands may receive optional production flag which will tell Brunch to optimize assets, javascripts and stylesheets.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Nativefier

    Nativefier

    Make any web page a desktop application

    ... nativefier --help to learn about other command-line flags usable to configure the packaged app. For a list of build commands contributed by the nativefier community take a look at the CATALOG.md file. Nativefier is also usable from Docker. You can pass Nativefier flags, and mount volumes to provide local files.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    buildah

    buildah

    A tool that facilitates building OCI images

    Buildah and Podman are two complementary open-source projects that are available on most Linux platforms and both projects reside at GitHub.com with Buildah here and Podman here. Both, Buildah and Podman are command line tools that work on Open Container Initiative (OCI) images and containers. The two projects differentiate in their specialization. Buildah specializes in building OCI images. Buildah's commands replicate all of the commands that are found in a Dockerfile. This allows building...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    AWS Copilot CLI

    AWS Copilot CLI

    The AWS Copilot CLI is a tool for developers to build, release apps

    ... service, and scheduled job. The necessary infrastructure is generated from the chosen pattern. Focus your time on writing business logic instead of connecting AWS resources. No need to worry about gluing Copilot commands in a script to create an automated release process. Copilot provides commands to create multiple deployment environments in separate AWS accounts and regions, as well as creating an AWS CodePipeline pipeline to build your container images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 5
    Console Component

    Console Component

    Create testable command line interfaces

    The Console component eases the creation of beautiful and testable command line interfaces. The Console component allows you to create command-line commands. Your console commands can be used for any recurring task, such as cronjobs, imports, or other batch jobs. If you install this component outside of a Symfony application, you must require the vendor/autoload.php file in your code to enable the class autoloading mechanism provided by Composer. The Symfony framework provides lots of commands...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AWS SAM CLI

    AWS SAM CLI

    CLI tool to build, test, debug, and deploy Serverless applications

    The AWS Serverless Application Model (SAM) CLI is an open-source CLI tool that helps you develop serverless applications containing Lambda functions, Step Functions, API Gateway, EventBridge, SQS, SNS and more. The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Erlang/OTP

    Erlang/OTP

    Build massively scalable soft real-time systems

    ... other languages, debugging and release handling tools. Erlang/OTP is available as pre-built binary packages by most OS package managers. You can use Kerl, a script that lets you easily build Erlang with a few commands. We take security bugs in Erlang/OTP seriously. The Erlang distribution includes a step-by-step getting started guide.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Brighter

    Brighter

    A framework for building messaging apps with .NET and C#

    ... Microservices using messaging via a lightweight broker. Brighter provides support for CQRS architecture. It provides a simple library for routing commands and events to handlers. Brighter allows you to offload work from your web process to a worker process via a task queue. This allows in or out-of-process handlers. Brighter can act as a communications library for microservices, allowing commands or events to be passed between services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mill

    Mill

    Your shiny new Java/Scala build tool

    Your shiny new Scala build tool! Confused by SBT? Frustrated by Maven? Perplexed by Gradle? Give Mill a try. In-process tests live in the .test sub-modules of the various Mill modules. These range from tiny unit tests, to larger integration tests that instantiate a TestUtil.BaseModule in-process and a TestEvaluator to evaluate tasks on it. Note that the in-memory tests compile the BaseModule together with the test suite, and do not exercise the Mill script-file bootstrapping, transformation,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    AWS .NET deployment tool

    AWS .NET deployment tool

    The tooling that simplifies deployment of .NET applications

    AWS Deploy Tool is an interactive tooling for the .NET CLI and the AWS Toolkit for Visual Studio that helps deploy .NET applications with minimum AWS knowledge, and with the fewest clicks or commands. It works by analyzing .NET projects and guiding developers to the right AWS service. It then selects the right deployment service, builds and packages your application, and creates the deployment infrastructure. It allows for a quick and easy Proof of concept (POC), smooth graduation to CI/CD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cocona

    Cocona

    Micro-framework for .NET console application

    Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET. Cocona has a mechanism called Parameter set that defines common parameters for multiple commands. For example, if every command receives a user name, host name, etc., it would be annoying to define them in a method for each command. If a class (or record class) has a parameterized constructor, it is treated as part of the definition of a command method. Cocona has filter mechanism...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RDM

    RDM

    Cross-platform GUI management tool for Redis

    Cross-platform open source database management tool for Redis. RDM is easy-to-use GUI tool available for Windows, Linux, MacOS and iPadOS. Analyse your Redis ® memory usage with RDM and remove obsolete data with bulk removal. RDM supports all latest Redis ® features: ACL, Streams, Cluster, Sentinel, ReJSON module, HyperLogLog, etc. Build-in TLS, SSH and TLS-over-SSH tunneling for easy and secure access to any redis-server. RDM works with Amazon ElastiCache, Microsoft Azure Redis Cache,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    secure-electron-template

    secure-electron-template

    The best way to build Electron apps with security in mind

    A current electron app template with the most popular frameworks, designed and built with security in mind. Once cloned, install the dependencies for the repo by running the following commands (you do not have to run the first command if your command line is already inside the newly cloned repository) Only load secure content (But the developer is responsible for loading secure assets only) Do not enable node.js integration for the remote content. Enable context isolation for the remote content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lavarel-admin

    Lavarel-admin

    Tools to build a full-featured administrative interface

    Built-in permission system based on RBAC, and easy to bind with routing and menu. It supports more than 40+ extensions, easy to install, and ready to use out of the box. With the elegance of Laravel, CURD pages are constructed with expressive code. Quickly generate controller and data table & form code with one key through built-in commands, reducing the workload to a minimum. It supports more than 40 form components, covering almost all usage scenarios, and supports customizing and extending...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gobisoft

    Gobisoft

    Software auto-installation builder

    Gobisoft is a batch package builder for applications, it builds a self-install package of your programs. Creates a stand alone executable file that performs the (secured installation and removing) of the elements necessary to distribute your applications. The software offers many possibilities, such as executing commands before and after installation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Deb12-OnlyShell-tty0.i386.k3

    Deb12-OnlyShell-tty0.i386.k3

    Debian 12 OnlyShell tty0 Libera Edition i386 K3

    It's a Debian 12 OS LiveramCD with little size of complete and functional System with costumizated commands, Run in any 32 bits aqruitecture hardware an only 1Giga Ram hardware System. The LiveramCD.iso file size is less than 680Mb. The instalation on harddrive is minium 2,5Gigas of HDD/SDD [To rescue old Computers]
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Gobi

    Gobi

    Self-extract package builder for applications

    Gobi is a package builder to publish easily your Linux applications. This is the shell+Gtk version of the Gobisoft software with the same features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Totally Built Linux Distro

    build linux from termcap to GTK-4.7 100% non-stop

    Build all of a light linux distro non-stop and no buildfails "with just a few commands". It's all automatic from Termcap to Gtk-4 and making new USB, it's new enough run firefox-99 or 109* and Mathematica 13.1. Minimal commandlines and configuration required; just a few in itself, several end-to-end. makes chroots 1) re-build 32; insures compiling of last self 2) 32 to 64 "cross compile" 3) apps build 3b) makes USB cross compiles the cross compiler every time (harder than crossing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Blendid

    Blendid

    Blend of gulp tasks combined into a configurable asset pipeline

    Blendid is a delicious stand-alone blend of tasks and build tools poured together as a full-featured modern asset pipeline. It can be used as-is as a static site builder, or can be configured and integrated into your own development environment and site or app structure. The provided command will create default src and config files in your directory and start compiling and live-updating files! Try editing them and watch your browser auto-update! File structure is configured through a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Habitus

    Habitus

    A build flow tool for Docker

    Habitus adds workflows to the Docker build. This means you can create a chain of builds to generate your final Docker image based on a workflow. This is particularly useful if your code is in compiled languages like Java or Go or if you need to use secrets like SSH keys during the build. Habitus is a standalone build flow tool for Docker. It’s a command line tool that builds Docker images based on their Dockerfile and a build.yml.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Polaris programing with voice in Eclipse

    Polaris programing with voice in Eclipse

    Polaris, programing with voice in Eclipse IDE

    With Polaris you have the possibility of incorporating speech into programing. Through use of this plugin in Eclipse IDE you can see that not only is it possible to provide an environment for a programing with voice, but that programing with voice it is part of the natural evolution of programming tools. VOICE COMMANDS eclipse task eclipse search eclipse skip eclipse format eclipse new eclipse save eclipse rename eclipse cut eclipse copy eclipse paste eclipse all eclipse delete...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    Essential React

    Essential React

    A minimal skeleton for building testable React apps using Babel

    A minimal skeleton for building testable React apps using Babel. The design goals are to use fewer tools (no yeoman, gulp, bower, etc...) Babel 6 with Webpack and Hot Loader. Fast testing with mocked-out DOM. Import CSS files as class names. Separate smart and dumb components. No specific implementation of Flux or data fetching patterns. A core philosophy of this skeleton app is to keep the tooling to a minimum. For this reason, you can find all the commands in the scripts section...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    No Code

    No Code

    The best way to write secure and reliable applications

    No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere. Start by not writing any code. This is just an example application, but imagine it doing anything you want. Adding new features is easy too. Now that you have not done anything it's time to build your application. While you still have not done anything it's time to deploy your application. By running the provided commands you can deploy your application absolutely nowhere.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Nick's Python Toolchest

    Nick's Python Toolchest

    A heterogeneous bunch of useful Python stuff

    Nxpy is a Python library that combines general purpose features with a set of tools more geared towards build automation and source code management. It provides convenient ways to invoke and control interactive and non-interactive commands, context aware backup for files you need to modify, convenience stubs for file like objects, and more. It also contains wrappers for ClearCase, Maven and Subversion, as well as tools to manipulate Maven and Visual Studio configuration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A tool for documenting and testing a session of shell commands and file edits as an html page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next