Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:customcmds:paste-selection-ix-io [2013/09/03 15:02] – semeion | config:customcmds:paste-selection-ix-io [2022/12/30 03:18] (current) – Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Uniform_resource_locator>). petermortensen | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Paste Selection in http:// | ====== Paste Selection in http:// | ||
- | This script | + | This script |
- | return the url in your clipboard. | + | return the URL in your clipboard. |
- | Download the script below - you will need to //chmod u+x geany-ix-io.sh// for make the script executable. | + | Download the script below. You will need to '' |
Add the custom command to Geany: Edit -> Format -> Send Selection To -> Set Custom Commands -> Add | Add the custom command to Geany: Edit -> Format -> Send Selection To -> Set Custom Commands -> Add | ||
Line 10: | Line 10: | ||
Type the name of script (geany-ix-io.sh) or optionally you can write the whole custom command here: | Type the name of script (geany-ix-io.sh) or optionally you can write the whole custom command here: | ||
- | sh -c "curl -s -F ' | + | < |
- | Both, script or one liner command will work very well. | + | Both, script or one liner command, will work very well. |
<file bash geany-ix-io.sh> | <file bash geany-ix-io.sh> |