File: lz4jsoncat.1

package info (click to toggle)
lz4json 2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 84 kB
  • sloc: ansic: 60; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH lz4jsoncat 1 2018-12-25
.SH NAME
lz4jsoncat \- decompress tool for mozilla lz4json format
.SH SYNOPSIS
.B lz4jsoncat
.I somefile.mozlz4
>
.I somefile.json
.SH DESCRIPTION
.B lz4jsoncat
can unpack lz4json files as generated by Firefox's bookmark backups and
session restore.  The data is dumped to stdout.
.SH CAVEATS
The input file must be mmappable \- so you can't use a pipe here.