Re: save and execute python code

Zach DeCook <[email protected]> Fri, 26 Feb 2021 15:16:51 -0500
Newsgroups gmane.editors.nano.general
Message-ID <[email protected]>
On February 26, 2021 10:50:22 AM EST, dike <[email protected]> wrote:
>I don't want to switch windows repeatedly just to run a file.
>

I do something like 

nano filename.py && ./filename.py

So, when I exit nano, it runs immediately.
Then I just press up and enter to get back into nano.