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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -