YAML Editors for Linux

View 34 business solutions

Browse free open source YAML Editors and projects for Linux below. Use the toggles on the left to filter open source YAML Editors by OS, license, language, programming language, and project status.

  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    Swagger Editor

    Swagger Editor

    An editor designed for Swagger

    Swagger Editor lets you edit Swagger API specifications in YAML inside your browser and to preview documentations in real time. Valid Swagger JSON descriptions can then be generated and used with the full Swagger tooling (code generation, documentation, etc). swagger-editor is a traditional npm module intended for use in single-page applications that are capable of resolving dependencies (via Webpack, Browserify, etc). swagger-editor-dist is a dependency-free module that includes everything you need to serve Swagger Editor in a server-side project, or a web project that can't resolve npm module dependencies. If you're building a single-page application, using swagger-editor is strongly recommended, since swagger-editor-dist is significantly larger.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2
    SOPS

    SOPS

    Simple and flexible tool for managing secrets

    sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP. For the adventurous, unstable features are available in the develop branch, which you can install from source. To use sops as a library, take a look at the decrypt package. We rewrote Sops in Go to solve a number of deployment issues, but the Python branch still exists under python-sops. We will keep maintaining it for a while, and you can still pip install sops, but we strongly recommend you use the Go version instead. If you're using AWS KMS, create one or multiple master keys in the IAM console and export them, comma separated, in the SOPS_KMS_ARN env variable. It is recommended to use at least two master keys in different regions. If you want to use PGP, export the fingerprints of the public keys, comma separated, in the SOPS_PGP_FP env variable.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 3
    YAML

    YAML

    JavaScript parser and stringifier for YAML

    yaml is a definitive library for YAML, the human friendly data serialization standard. This library supports both YAML 1.1 and YAML 1.2 and all common data schemas, passes all of the yaml-test-suite tests. It can accept any string as input without throwing, parsing as much YAML out of it as it can, and supports parsing, modifying, and writing YAML comments and blank lines. The library is released under the ISC open source license, and the code is available on GitHub. It has no external dependencies and runs on Node.js as well as modern browsers. For the purposes of versioning, any changes that break any of the endpoints or APIs documented here will be considered semver-major breaking changes. Undocumented library internals may change between minor versions, and previous APIs may be deprecated (but not removed). The minimum supported TypeScript version of the included typings is 3.9; for use in earlier versions you may need to set skipLibCheck: true in your config.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 5
    KaiZen OpenAPI Editor

    KaiZen OpenAPI Editor

    Eclipse Editor for the Swagger-OpenAPI Description Language

    KaiZen OpenAPI Editor is an Eclipse editor for the industry standard API description language, formerly known as Swagger. It now supports both Swagger-OpenAPI version 2.0 and OpenAPI version 3.0. KaiZen Editor is a core component of RepreZen API Studio, a comprehensive solution for API modeling, documentation, visualization, testing and code generation, built on Eclipse. KaiZen OpenAPI Editor is available on Eclipse Marketplace. Drag-and-drop this button into Eclipse Oxygen or later to install. KaiZen OpenAPI Editor now features full support for the OpenAPI version 3.0 specification. The Eclipse Marketplace solution is the easiest way to install KaiZen Editor into an Eclipse IDE. You can drag-and-drop the Install button from the browser into your Eclipse IDE, or use the built-in Eclipse Marketplace Client. KaiZen Editor is included as a core component of RepreZen API Studio, which adds live documentation and diagram views.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    StructuredXmlEditor

    StructuredXmlEditor

    An editor for structured xml, providing a graphical interface

    An editor for structured xml, providing a graphical interface. This allows you to specify the format of the xml file using a definition file. This definition is then converted into a graphical editor that allows simple editing. Click 'create new' to be led through the process of creating the project file. It will prompt you to select the asset's root folder, then a folder to store definitions in. You can also select a premade ProjectRoot.xml file to use instead. Pick any number of files of the data type you want to generate data for then click open. This will show you a message box with the path to the saved definition. Each data type in the tool exists in two parts. The definition and the item. The definition describes the general parameters of the type (e.g. name, default value, min, max, etc). The item is a single instantiation of that definition. The item contains the current editted values, children and various changeable parameters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    kubectl-neat

    kubectl-neat

    Clean up Kubernetes yaml and json output to make it readable

    Remove clutter from Kubernetes manifests to make them more readable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Carvel ytt

    Carvel ytt

    YAML templating tool that works on YAML structure instead of text

    Template and patch as needed to easily make your configuration reusable and extensible. Works with your own and third-party YAML configuration. ytt templates are plain YAML documents made from nodes such as maps and arrays. ytt allows you to set values and attach statements (such as if and for loops) on those nodes. This eliminates text insertion concerns like manual escaping and allows for easy structure reuse, thus, increasing readability. Weave ytt templating into your own configuration, externalize values to variables, extract repeated snippets to functions, and make whole sections conditional. Patch on top of any configuration using ytt overlays. Express precise structural edits and invariant declaratively. ytt execution environment is hermetic and side-effect free, with no access to filesystem, network, time, randomness, or the operating system interfaces. This guarantees that templates produce identical output with the same inputs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Chorus

    Chorus

    The first editor for Spigot configurations

    The first editor for Spigot configurations. Lightweight and ergonomic. Chorus provides internal SFTP and FTP clients that let you can connect to your server and remotely edit the files you need, all in one place. Chorus is made to save your time. Interactive and high-fidelity previews let you see how your plugins will look in game. No more jumping back and forth! Chorus comes with an awesome rich-text editor to easily create colored and formatted strings. Insert items, effects, entities, particles, enchantments, sounds and much more via a user-friendly menu. Working on a successful server requires focus. Don't lose it! Chorus will offer you the words you need while you are typing. Chorus is able to connect to the official Minecraft Wiki in order to display information about game elements. Easily convert seconds and other time units to ticks, and vice-versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 10
    Swagger Node

    Swagger Node

    Swagger module for node.js

    The swagger module provides tools for designing and building Swagger-compliant APIs entirely in Node.js. It integrates with popular Node.js servers, including Express, Hapi, Restify, and Sails, as well as any Connect-based middleware. With swagger, you can specify, build, and test your API from the very beginning, on your laptop. It allows you to change and iterate your design without rewriting the logic of your implementation. Remember, one great thing about this approach is that all of the Swagger validation logic is handled for you, and all of the routing logic is managed through the Swagger configuration. You don't have to code (or recode!) any of that stuff yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    YAML Editor for Eclipse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Yamlak YAMl Editor is a plugin for Eclipse IDE providing a text editor for YAML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    yamli
    Yamli is an eclipse plugin for editing YAML files. Features: 1) No Tab 2) Syntax highlighting 3) Auto formatter 4) Structured comments 5) Outline 6) A pinned outline view 7) Errors and warnings 8) A vertical ruler 9) Toggle comments
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next