Skip to main content

Delicious Command Line Filter

Project description

Filterous - Delicious Command Line Filter <http://filterous.sourceforge.net/>

Default syntax:

filterous [options]

Options:
--tag Tag search string (@tag)
--ntag Negated tag search string (@tag)
--desc Description search string (@description)
--ndesc Negated description search string (@description)
--note Note search string (@extended)
--nnote Negated note search string (@extended)
--url URL search string (@href)
--nurl Negated URL search string (@href)
--help Show this information (use pydoc for more)
-T Output tab separated list for easier parsing
-t Show tags
-d Show descriptions
-n Show notes
-b Show Delicious bookmarking link

Description:
Will search the tags of the XML file downloaded from
<https://api.del.icio.us/v1/posts/all>. To avoid the slow load of that page in
a web browser, you can use one of the following commands:

curl -ku username:password https://api.del.icio.us/v1/posts/all

wget --no-check-certificate --user=username --password=password -O all.xml https://api.del.icio.us/v1/posts/all

Examples:

filterous -t --tag video --tag tosee --ntag seen < all.xml
Unseen videos with tags.

filterous --nurl example.org < all.xml
Links to example.org.

filterous -dntT --tag ★★★★★ < all.xml
Returns great links as a tab-separated list with URL, description, notes and
tags.

filterous -b --url index. < all.xml
filterous -b --url # < all.xml
filterous -b --url \& < all.xml
filterous -b --url //www. < all.xml
Bookmarks that could be shortened, with their bookmarking link for quick
correction.

filterous -b --tag read --ntag toread < all.xml
filterous -b --tag seen --ntag tosee < all.xml
filterous -b --tag done --ntag todo < all.xml
Strange tag combinations.

filterous < all.xml | xargs -d\\n linkchecker -r0 --no-warnings --no-status > diagnosis.txt
Check links for errors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Filterous-0.8.2-py2.6.egg (10.8 kB view details)

Uploaded Source

File details

Details for the file Filterous-0.8.2-py2.6.egg.

File metadata

File hashes

Hashes for Filterous-0.8.2-py2.6.egg
Algorithm Hash digest
SHA256 6a716c307c0fd0455309e982e1fc77a72740be20528695a6400ef2cab1ed936e
MD5 fe89dad71dccb7f2fedb669b9e5bd9f4
BLAKE2b-256 149f125f01bc386e50872569d0232d35b4b3db1df784c385bb3b4f7633a11d87

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page