Share uses of Send to Custom Command feature #4062
Replies: 2 comments
-
As config: custom_commands=sort;sort -u;python3 -mjson.tool;geany_camel_case.py;black --line-length 120 --skip-string-normalization -;sqlformat --reindent -;base64 -w 0;base64 -d;
custom_commands_labels=;;JSON PP;CamelCase;Black Formatter;SQLFormat;Base64 Encode;Base64 Decode; The If this gets more, it might be good to build a list in the wiki similar to the snippets (https://wiki.geany.org/snippets/start). |
Beta Was this translation helpful? Give feedback.
-
@eht16 I was not aware/thinking about this having an actual config for this, as you mentioned "As config" I was not even that aware of that Geany wiki page, tons of stuff. I agree, that is great idea, if enough items are shared here, that could be a good idea to give this feature its own wiki page. Camelcase makes me think of something I was looking to mention in the past, case based tools. I might make a separate post about this. Thank you again for sharing these examples plus all the other information I was not aware of as well. |
Beta Was this translation helpful? Give feedback.
-
In a recent post I made about looking for a way to be able to remove text from lines without removing the lines itself, one of the solutions mentioned was to use the following with the Geany feature "Send To Custom Command"
sed 's/^.*$//'
I was just wondering if anyone had any other uses of this feature that they would like to share?
Tricky because everyone probably has different uses for this program, but was just curious what others might be using this feature for, that maybe other users can benefit from knowing about.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions