Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/save2run
Python script to run other python scripts on `Ctrl-S`.
https://github.com/dreikanter/save2run
Last synced: 29 days ago
JSON representation
Python script to run other python scripts on `Ctrl-S`.
- Host: GitHub
- URL: https://github.com/dreikanter/save2run
- Owner: dreikanter
- Created: 2012-06-30T12:13:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T20:22:33.000Z (over 12 years ago)
- Last Synced: 2023-03-13T10:22:22.505Z (over 1 year ago)
- Language: Python
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Save to Run
Python script to run other python scripts on `Ctrl-S`. A (subjectively) better alternative for coding experiments to Python's interactive console. Inspired by [jarvis](http://pypi.python.org/pypi/jarvis). Written while waiting for [LightTable](http://www.kickstarter.com/projects/ibdknox/light-table) release.
Usage:
```
save2run.py script-to-execute.py
```Included `save2run.bat` script executes `save2.run.py` within
[Console](http://sourceforge.net/projects/console/) window:```
save2run script-to-execute.py
```### TODO
* Argument: Clear screen before execute.
* Argument: Enable/disable timestamp output for each execution.