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
Post a Comment