Run your code without hassle
Project description
Quikrun
Run your code files without hassle
Quikrun is a CLI tool designed to run code files instantly without typing complex compilation or runner commands in the terminal.
Features
- Shebang Detection: Auto-detects shebang headers (
#!) and runs scripts directly using the system interpreter. - Clean Argument Forwarding: Fully supports the standard POSIX
--separator to cleanly route command-line arguments to target script.
Installation
Distro Packages
1. Arch Linux (AUR)
paru -S quikrun
# or
yay -S quikrun
Via PyPI
# Using uv (highly recommended)
uv tool install quikrun
# Using pipx
pipx install quikrun
# Using pip (not recommended for global installation)
pip install quikrun
Quick Start & Usage
Simply pass your file to quikrun:
quikrun main.py # runs with python3
quikrun hello.c # compiles using gcc and runs the binary
Forwarding Arguments
Everything after the -- separator is forwarded directly to your script:
quikrun script.py -- --verbose --threads 4
Configuration
quikrun merges config options in a hierarchy (highest priority wins):
- Project:
quikrun.tomlin your current working directory. - Project:
[tool.quikrun.runners]table insidepyproject.toml. - User:
~/.config/quikrun/config.toml(XDG-compliant). - Built-in: Default fallbacks for common languages.
Customizing Runners
Add a customized command configuration inside ~/.config/quikrun/config.toml:
[runners]
# Use PyPy as the default runner for Python files
py = "pypy {file}"
# Register a completely new language extension
zig = "zig run {file}"
Or Using pyproject.toml:
[tool.quikrun.runners]
# Use PyPy as the default runner for Python files
py = "pypy {file}"
# Register a completely new language extension
zig = "zig run {file}"
Documentation
For deep-dive usage, details about built-in compilers, or configuration, check out Wiki Pages:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quikrun-1.0.0.tar.gz.
File metadata
- Download URL: quikrun-1.0.0.tar.gz
- Upload date:
- Size: 31.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8010be037d4563023fdfbecfb95896ed8650fadf2fe973fc8e0b9de98855f7d5
|
|
| MD5 |
d18e64303327de4491c16c24df973400
|
|
| BLAKE2b-256 |
c7dc85d1adb2fae5bdc6fd7c74c81a8a09a38e5a5158ad41337aebfac4435b7c
|
Provenance
The following attestation bundles were made for quikrun-1.0.0.tar.gz:
Publisher:
publish-pypi.yml on soymadip/quikrun
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
quikrun-1.0.0.tar.gz -
Subject digest:
8010be037d4563023fdfbecfb95896ed8650fadf2fe973fc8e0b9de98855f7d5 - Sigstore transparency entry: 1575462258
- Sigstore integration time:
-
Permalink:
soymadip/quikrun@f310b9f0858ba4df25b02c063521391f80f5dbf2 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/soymadip
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@f310b9f0858ba4df25b02c063521391f80f5dbf2 -
Trigger Event:
push
-
Statement type:
File details
Details for the file quikrun-1.0.0-py3-none-any.whl.
File metadata
- Download URL: quikrun-1.0.0-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
528aa3a2d5d1f79474d83a69801194cd5a5f891bcc7208d372ddf712f2856f6c
|
|
| MD5 |
80f31c29b5d784d9d66cdef2adaef2c8
|
|
| BLAKE2b-256 |
55fa352756af1140fc21e021102c853cb568c4dc5264f63dec0c50c1275ea37e
|
Provenance
The following attestation bundles were made for quikrun-1.0.0-py3-none-any.whl:
Publisher:
publish-pypi.yml on soymadip/quikrun
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
quikrun-1.0.0-py3-none-any.whl -
Subject digest:
528aa3a2d5d1f79474d83a69801194cd5a5f891bcc7208d372ddf712f2856f6c - Sigstore transparency entry: 1575462273
- Sigstore integration time:
-
Permalink:
soymadip/quikrun@f310b9f0858ba4df25b02c063521391f80f5dbf2 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/soymadip
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@f310b9f0858ba4df25b02c063521391f80f5dbf2 -
Trigger Event:
push
-
Statement type: