Last active
August 11, 2022 08:59
-
-
Save duckinator/dcef8a386c606a64dc038482354a41b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
link-manager> import file_of_urls.txt | |
3 URLs found. Continue? [Y/n] y | |
---- | |
NAME: Example Domain | |
LINK: https://example.com | |
TAGS: (None) | |
Example Domain | |
============== | |
This domain is established to be used for illustrative examples in | |
documents. You may use this domain in examples without prior | |
coordination or asking for permission. | |
Press ENTER to accept, or choose an option: | |
- t Add tags, space separated. (Prefix an individual tag with "-" to remove it.) | |
- s Skip link without importing. | |
> t foo, bar, baz | |
TAGS: foo, bar, baz | |
> t -baz | |
TAGS: foo, bar | |
REMOVED TAGS: baz | |
Saved. | |
----- | |
NAME: IANA — IANA-managed Reserved Domains | |
LINK: https://www.iana.org/domains/reserved | |
TAGS: (None) | |
IANA-managed Reserved Domains | |
============================= | |
Certain domains are set aside, and nominally registered to “IANA”, | |
for specific policy or technical purposes. | |
Press ENTER to accept, or choose an option: | |
- a Add tags, space-separated. | |
- r Remove tags, space-separated. | |
- s Skip link without importing. | |
> s | |
Skipped. | |
----- | |
[...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment