Url » History » Version 2
Per Amundsen, 06/27/2016 08:17 PM
| 1 | 1 | Per Amundsen | _Added in 2.3_ |
|---|---|---|---|
| 2 | |||
| 3 | */url [on|off|show|hide|-ranils] [N|address]* |
||
| 4 | |||
| 5 | Enable/disable/show/hide the URL catcher monitor or open a URL. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -a - TODO |
||
| 10 | -n - Open the Nth URL or address in a new window instead of new tab. |
||
| 11 | -r - Remove the Nth URL from the list. |
||
| 12 | -i - TODO |
||
| 13 | -l - TODO |
||
| 14 | -s - TODO |
||
| 15 | |||
| 16 | *Parameters* |
||
| 17 | |||
| 18 | [on|off] - Enables or disables the URL catcher monitor. |
||
| 19 | [show|hide] - Shows or hides the URL catcher monitor. |
||
| 20 | 2 | Per Amundsen | [N|address] - The Nth URL or a address to open. |
| 21 | 1 | Per Amundsen | |
| 22 | *Example* |
||
| 23 | |||
| 24 | <pre> |
||
| 25 | ; Open 'www.adiirc.com'. |
||
| 26 | /url www.adiirc.com |
||
| 27 | |||
| 28 | ; Open 'www.adiirc.com' in a new window. |
||
| 29 | /url -n www.adiirc.com |
||
| 30 | </pre> |