Filterous 0.8.2
Delicious Command Line Filter
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Filterous-0.8.2-py2.6.egg (md5) | Python Egg | 2.6 | 2010-07-27 | 10KB | 547 |
- Author: Victor Engmark
- Home Page: http://filterous.sourceforge.net/
- Download URL: http://sourceforge.net/projects/filterous/files/
- Keywords: Delicious filterous search bookmarks tags
- License: GPL v3 or newer
- Platform: POSIX,Windows
- Categories
- Package Index Owner: l0b0
- DOAP record: Filterous-0.8.2.xml
