madonctl 0.6.0
- New flag --stdin to send a message from standard input
- Support for several simultaneous hashtag streams
- Default toot visibility setting
- New template_directory setting
- Theme support (a "theme" is a collection of templates)
Sample "ansi" color theme for Linux/BSD terms (with ANSI escape codes) - New template functions
- Bugfixes
- Documentation updates
Note: Using themes requires the 'template_directory' setting to be set.
Examples:
% madonctl --theme=ansi timeline # Display timeline with ansi theme
% madonctl search gargron --theme=ansi # Use ansi theme to display search results
% echo "Hello from #madonctl" | madonctl toot --stdin # Read toot content from stdin
% madonctl stream ":mastodon,golang" --theme ansi # Listen to multiple hashtag streams