Canto-remote(1) General Commands Manual Canto-remote(1)

Canto-remote - A basic remote for canto-daemon

This provides some capability to configure and query canto-daemon without a full client. Useful for scripting or interfacing with other programs.

canto-remote (options) [command] (arguments)

Print version info and exit.
Print usage help
Change base directory for canto-daemon (default: $XDG_CONFIG_HOME/canto)
Disable all plugins
Enable these plugins (overrides --noplugins)
Disable these plugins
Attempt to connect to address instead of local Unix socket, defaults to loopback (127.0.0.1)
Use port when connecting with -a

Canto-remote supports various commands to configure canto-daemon, although using a real client is recommended.

Get help on a specific command
Subscribe to a feed, optionally with special arguments. If no name is specified, the feed's title will be used.
List all subscribed feeds
Unsubscribe from a feed
Print the number of unread items, optionally restricted to a specific tag, --read prints read items, --total prints total items, --tags prints the value for all tags.

NOTE: This is still subject to filters, so if you're filtering all read items, --read will never return anything but 0.

Refetch all feeds, regardless of timestamps
Change a configuration variable
(You probably don't want to do this by hand, use a client)
Change a single configuration variable, assuming the entire line is one setting.
(You probably don't want to do this by hand, use a client)

Write an OPML formatted list of feeds to stdout
(i.e. canto-remote export > feedlist.opml)

Import an OPML formatted list of feeds from stdin
(i.e. canto-remote import < feedlist.opml)

Kill the daemon you're connecting to

Run a script (testing code)
listed with --help (or no arguments).

http://codezen.org/canto-ng

Jack Miller <jack@codezen.org>

canto-daemon(1)

Canto-remote