GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
smuxi-message-buffer(1) FreeBSD General Commands Manual smuxi-message-buffer(1)

smuxi-message-buffer
converts and dumps Smuxi chat history

smuxi-message-buffer [-dh] convert [--source-format=format] [--destination-format=format] source-file(s)... destination-file

smuxi-message-buffer [-dh] cat [--format=format] source-file(s)...

smuxi-message-buffer is a tool that manages the databases that Smuxi holds chat histories in. Currently, it can convert and dump databases.

Similar to commands like git(1) , smuxi-message-buffer takes a command as the first parameter. These commands can be cat (dumps a JSON representation of the database to standard output) or convert. (changes the database from one format to another) Note that the destination file can be set to "-" or empty in the case of convert, in which case it will export to stdout.

The following options can be used. Some options will depend on what command you're using.

, --debug
Turn on debugging. Debug logs are outputted on the console.
, --help
Show the arguments Smuxi takes.
=format
 
=format
Manually specify a source format. Options include auto (figured out via filename), db4o, and sqlite.
=format
Manually specify a source destination, if converting. Options include auto (figured out via filename), db4o, and sqlite.

smuxi-frontend-gnome(1), smuxi-frontend-stfl(1), smuxi-server(1)

Website: https://smuxi.im/

Smuxi, including this tool, was written by Mirco Bauer.

This manpage was written by Calvin Buckley.

March 6, 2014 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.