Skip to main content

A cli tool with an terminal editor to compile over 35 languages instantly using the piston api.

Project description

Piston CLI

A cli tool which uses the piston api, developed by Engineerman and his team to compile over 35 languages instantly. Accepts files, paste.pythondiscord.com links and input.

Installation

With pip

# Installing the package
pip3.8 install piston-cli -U
# Help Command
piston -h

With Nix/NixOS

Add this to your configuration.nix

  environment.systemPackages = with pkgs; [
     piston-cli
  ];

Or if you're using home-manager

  home.packages = with pkgs; [
     piston-cli
  ];

And finally using nix-env or nix profile

# using nix-env
nix-env -i piston-cli
# using nix profile (in nixUnstable)
nix profile install nixpkgs#piston-cli

Example usage

Default

example usage

Shell

example shell usage

File

example file usage

Link

example link usage

Languages

piston --list

How to run it? (Contributing)

# This will install the development and project dependencies.
pipenv sync --dev

# This will install the pre-commit hooks.
pipenv run precommit

# Optionally: run pre-commit hooks to initialize them.
# You can start working on the feature after this.
pipenv run pre-commit run --all-files

# Run it
pipenv run start

Contributing

You can comment on the issues you would like to work on.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

piston-cli-1.3.0.tar.gz (11.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page