'\" t .\" Title: arbtt-import .\" Author: Joachim Breitner .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 06/19/2020 .\" Manual: Program references .\" Source: [FIXME: source] .\" Language: English .\" .TH "ARBTT-IMPORT" "1" "06/19/2020" "[FIXME: source]" "Program references" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" arbtt-import \- imports dumped arbtt data samples .SH "SYNOPSIS" .HP \w'\fBarbtt\-import\fR\ 'u \fBarbtt\-import\fR [OPTION...] .SH "DESCRIPTION" .PP \fBarbtt\-import\fR reads data from standard input and adds the entries to the logfile\&. It supports the Show format as well as the JSON format, and can be used in a streaming fashion (i\&.e\&. it will write entries as they are read from standard input)\&. .PP By default, this program completely overrides the existing file, therefore it will refuse to work if the log file already exists\&. If you want to overwrite a file, please delete it before running \fBarbtt\-import\fR\&. If you want to extend an existing file, use the \fB\-\-append\fR option\&. .SH "OPTIONS" .PP \fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR .RS 4 shows a short summary of the available options, and exists\&. .RE .PP \fB\-V\fR, \fB\-\-version\fR .RS 4 shows the version number, and exists\&. .RE .PP \fB\-f\fR \fIFILE\fR, \fB\-\-logfile\fR \fIFILE\fR .RS 4 logfile to use instead of ~/\&.arbtt/capture\&.log .RE .PP \fB\-a\fR, \fB\-\-append\fR .RS 4 append the log file, if it already exists .RE .PP \fB\-t\fR \fIFORMAT\fR, \fB\-\-format\fR \fIFORMAT\fR .RS 4 format to use, where \fIFORMAT\fR is one of show (the default) or JSON\&. The JSON format can either be a list of records (as dumped by arbtt\-dump(1)), or just one record after another (useful in streaming mode)\&. .RE .SH "FILES" .PP ~/\&.arbtt/capture\&.log .RS 4 binary file, storing the arbtt data samples .RE .SH "SEE ALSO" .PP See the arbtt manual for more information and the \m[blue]\fBarbtt hackage page\fR\m[]\&\s-2\u[1]\d\s+2 for newer versions of arbtt\&. .SH "AUTHORS" .PP \fBJoachim Breitner\fR <\&mail@joachim-breitner.de\&> .RS 4 Main author of arbtt .RE .PP \fBSergey Astanin\fR <\&s.astanin@gmail.com\&> .RS 4 Contributor .RE .PP \fBMartin Kiefel\fR <\&mk@nopw.de\&> .RS 4 Contributor .RE .PP \fBMuharem Hrnjadovic\fR <\&muharem@linux.com\&> .RS 4 Contributor .RE .PP \fBMarkus Hauck\fR <\&markus1189@gmail.com\&> .RS 4 Contributor .RE .PP \fBThomasz Miąsko\fR <\&tomasz.miasko@gmail.com\&> .RS 4 Contributor .RE .PP \fBWaldir Pimenta\fR <\&waldyrious@gmail.com\&> .RS 4 Documentation writer .RE .PP \fBGwern Branwen\fR <\&gwern@gwern.net\&> .RS 4 Documentation writer .RE .PP \fBPaolo G. Giarrusso\fR <\&p.giarrusso@gmail.com\&> .RS 4 Contributor .RE .PP \fBMichal J. Gajda\fR <\&migamake@migamake.com\&> .RS 4 Contributor .RE .SH "NOTES" .IP " 1." 4 arbtt hackage page .RS 4 \%http://hackage.haskell.org/package/arbtt .RE