python - Geany custom command not working -


i have following code custom python script:

#!/usr/bin/env python import sys import re sys import stdin  sys.stdout.write(doc_filename) 

how can use custom command in geany current document name , path ?

is "geanypy" needed installed run command ?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -