I know that I can run a Ruby script on my active tab with the command
cmd /K ruby "$(FULL_CURRENT_PATH)"
However, I would like to do with Notepad ++ on my Windows system what I do regularly in BBEdit on my Mac: open a text file and then call the Ruby script from the menu and have this script act in the text in the active window without the actual input of the file name. Is it possible?
source
share