Dear Geany-team,
I have added functionality to print_external
. More specific, I have included/aligned most of the replacements that are present in the build dialog box:
%d
with the absolute path%e
with the filename (excluding extension)%f
with the filename (including extension)%p
with the absolute path/filename (including extension)This would permit to use external print commands like:
cat "%p" | prt1403 -e -y -u PYNCKELS -j %e -o "%p".pdf -
which would create an output as shown in the joined file.
During development, I have noticed a file config~
. I have added this name to .gitignore
I would be much obliged if you could accept this PR.
https://github.com/geany/geany/pull/4250
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.