This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
Releases: Shivansh-007/piston-cli
Releases · Shivansh-007/piston-cli
v1.5.0
v1.4.3
v1.4.2
v1.4.1
Bug fixes.
v1.4.0
1.4.0 🎉
Features
- ✨ Adds a configuration system where you can configure various things, currently
box_style
andtheme
. - ✨ Now says a sad goodbye when you exit the piston shell.
- ✨ Moves development from pipenv to poetry environment.
- ✨ Having a plane box around the code output, sounds boring? Yes, atleast for me, now we can configure it in
config.yml
, withbox_style
key, this style would then be used to print the code output. - ✨ Enhances
stdin
andargv
parsing:- make it like python string parser, each input would be contained inside quotes, double/single, and once can escape it with the help of backslash
\
. - Example:
"Jason\"s cute cat"
will be converted toJason"s cute cat
and'Jason\'s naughty cat"s pillow is dirty'
will be converted toJason's naughty cat"s pillow is dirty
- make it like python string parser, each input would be contained inside quotes, double/single, and once can escape it with the help of backslash
- Makes
-T
/--themelist
more better and informative, by showing a short snippet of each theme, so that a user can choose and differentiate between the themes in a better way. - ✨ Moves all list commands to
--list
flag, exampe:--list themes
Join our Discord community: https://discord.gg/c7dZ4zdGQT
Install Piston CLI: https://pypi.org/project/piston-cli/
v1.4.0-rc3
Test release 3
v1.4.0-rc2
Test release 2
v1.4.0-rc1
Test release
v1.3.0
Piston CLI is a universal shell supporting 36+ languages, in terminal code editor with syntax highlight, code compiler (36+ languages). It can run code from pastebin links and files too.
The 1.3.0 release introduces the following improvements:
- Adds example usage to documentation.
- Adds a universal shell supporting 36+ languages with syntax highlight!
- Updates all dependencies to the latest version with the help of renovate bot.
- Add NixOS installation instructions.
- Change themelist flag to
-T
.
Join our Discord community: https://discord.gg/c7dZ4zdGQT
Install Piston CLI: https://pypi.org/project/piston-cli/