Commands
Here is a list of commands, with an example of it’s use.
- note name text
- this command will save a note named with name. The content of the note will be text
- get note name
- this command will return a saved note with the name name.
- feed list
- this command lists out all of your feeds, it will return a number associated with each feed, for use with the rest of the commands
- feed n
- this command will list the most recent entries of the nth feed, where n is the feed number
- example: feed 1
- read nx
- this command is for reading the xth item from the nth feed. The feed number (n) and item letter (x) will be based on the feed command.
- example: read 2b
- help
- this command will list out the available commands
See also, How It Works.