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
pip 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

For Arch/ArchBased

With yay
yay piston-cli
With paru
paru piston-cli

Or any AUR helper you use with doesn't matter. You get the point.

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.
poetry install

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

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

# Run it
poetry run task start --help

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.4.0.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

piston_cli-1.4.0-py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 3

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