Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.24 KB

README.md

File metadata and controls

52 lines (37 loc) · 2.24 KB

Unofficial Snap Packaging for XMLStarlet Command Line XML Toolkit

Logo of XMLStarlet Command Line XML Toolkit

This is the unofficial snap for XMLStarlet Command Line XML Toolkit, "A set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents". It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

Build Status Badge of the xmlstarlet Snap

Screenshot of the Snapped Application

Published for with 💝 by Snapcrafters

Installation

(Don't have snapd installed?)

In Terminal

# Install the snap package #
sudo snap install xmlstarlet

# Connect the snap to optional security confinement interfaces #
## For accessing files under `/mnt` or `/media` ##
sudo snap connect xmlstarlet:removable-media

# Launch the application #
xmlstarlet --help

## If you have another existing XMLStarlet installation ##
snap run xmlstarlet --help

xmlstarlet.xml --help

## After running `sudo snap alias xmlstarlet.xml xml` to create a command alias ##
xml --help

The Graphical Way

Get it from the Snap Store

What is Working

  • xml validate _xml_file_
  • xml format _xml_file_

What is NOT Working...yet

Check out the issue tracker for known issues.

Support