OSDN Git Service

Update man and info docs
authora <a@b.c>
Fri, 16 Jun 2017 19:51:41 +0000 (21:51 +0200)
committera <a@b.c>
Fri, 16 Jun 2017 19:51:41 +0000 (21:51 +0200)
doc/pinkybar.1
doc/pinkybar.texi

index 9886996..39d36d6 100644 (file)
@@ -302,6 +302,13 @@ Extend pinkybar with your scripts written in lua, learn more from the
 Opt\-in section.
 T}
 T{
+T}@T{
+\[en]R
+T}@T{
+Extend pinkybar with your scripts written in R, learn more from the
+Opt\-in section.
+T}
+T{
 \-q
 T}@T{
 \[en]weather
@@ -682,6 +689,13 @@ T}@T{
 Extend pinkybar with your own crafted scripts written in python3
 T}
 T{
+\[en]with\-r
+T}@T{
+\[en]without\-r
+T}@T{
+Extend pinkybar with your own crafted scripts written in R
+T}
+T{
 \[en]with\-weather
 T}@T{
 \[en]without\-weather
@@ -1383,6 +1397,14 @@ luac\ \-o\ pinky.luac\ pinky.lua
 \f[]
 .fi
 .PP
+\f[B]\[en]with\-r\f[]
+.IP
+.nf
+\f[C]
+~/pinkybar\ \-\-R\ ~/chewbacca/pinky.R
+\f[]
+.fi
+.PP
 To get the sound volume level:
 .IP \[bu] 2
 alsa\-utils
index 3834af4..8e6aa1f 100644 (file)
@@ -243,6 +243,10 @@ the Opt-in section.
  @tab Extend pinkybar with your scripts written in lua, learn more from
 the Opt-in section.
 @item 
+--R
+ @tab Extend pinkybar with your scripts written in R, learn more from
+the Opt-in section.
+@item 
 -q
  @tab --weather
  @tab Show the temperature outside [argument - London,uk]
@@ -474,6 +478,10 @@ colorized
  @tab --without-python3
  @tab Extend pinkybar with your own crafted scripts written in python3
 @item 
+--with-r
+ @tab --without-r
+ @tab Extend pinkybar with your own crafted scripts written in R
+@item 
 --with-weather
  @tab --without-weather
  @tab The temperature outside (some details must be provided)
@@ -1169,6 +1177,12 @@ luac -o pinky.luac pinky.lua
 ~/pinkybar --lua ~/chewbacca/pinky.luac # <-- .luac and not .lua
 @end verbatim
 
+@strong{--with-r}
+
+@verbatim
+~/pinkybar --R ~/chewbacca/pinky.R
+@end verbatim
+
 To get the sound volume level:
 
 @itemize