papyrus 0.2.1

A rust script runner
Documentation

A rust script running tool.

See the docs. Look at progress and contribute on github.

WIP

Install papyrus.

cargo install papyrus

Add right click context menu. (May need admin rights)

papyrus rc-add

Remove right click context menu. (May need admin rights)

papyrus rc-remove

Run papyrus from command line.

papyrus run path_to_src_file.rs
papyrus run path_to_script_file.rscript

Right click on a .rs or .rscript file and choose Run with Papyrus to compile and run code!