Introduction
Introduction Statistics Contact Development Disclaimer Help
tscrape_plain.1 - tscrape - twitter scraper (not working anymore)
git clone git://git.codemadness.org/tscrape
Log
Files
Refs
README
LICENSE
---
tscrape_plain.1 (1068B)
---
1 .Dd March 20, 2020
2 .Dt TSCRAPE_PLAIN 1
3 .Os
4 .Sh NAME
5 .Nm tscrape_plain
6 .Nd format tscrape data to a plain-text list
7 .Sh SYNOPSIS
8 .Nm
9 .Op Ar file...
10 .Sh DESCRIPTION
11 .Nm
12 formats tscrape data (TSV) from
13 .Xr tscrape 1
14 from stdin or
15 .Ar file
16 to stdout as a plain-text list.
17 If one or more
18 .Ar file
19 are specified, the basename of the
20 .Ar file
21 is used as the feed name in the output.
22 If no
23 .Ar file
24 parameters are specified and so the data is read from stdin the feed name
25 is empty.
26 .Pp
27 Items with a timestamp from the last day compared to the system time at …
28 time of formatting are marked as new.
29 .Pp
30 .Nm
31 aligns the output.
32 It shows a maximum of 70 column-wide characters for the title and outputs
33 an ellipsis symbol if the title is longer and truncated.
34 Make sure the environment variable
35 .Ev LC_CTYPE
36 is set to a UTF-8 locale, so it can determine the proper column-width
37 per rune, using
38 .Xr mbtowc 3
39 and
40 .Xr wcwidth 3 .
41 .Sh EXIT STATUS
42 .Ex -std
43 .Sh SEE ALSO
44 .Xr tscrape 1 ,
45 .Xr tscrape_html 1 ,
46 .Xr tscrape 5
47 .Sh AUTHORS
48 .An Hiltjo Posthuma Aq Mt [email protected]
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.