diff options
author | Victor Kareh <[email protected]> | 2025-06-18 14:12:58 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-07-03 09:42:29 -0400 |
commit | a396ef71ab275bab8ecb91a45c75402c3f167e2f (patch) | |
tree | 3e90e12208959c47725927fefbddf23bc335b448 /man | |
parent | e8e8d00cff2ade8e034681b2a3c8f5dd83fbb331 (diff) | |
download | mate-applets-invest-applet.tar.bz2 mate-applets-invest-applet.tar.xz |
invest: Bring back the invest appletinvest-applet
The original invest applet was dropped in
https://github.com/mate-desktop/mate-applets/commit/41f7b7a2a38ca9f3929fcbd88d228b3815034876
due to a broken API. This brings it back using the modern JSON version
of the Yahoo Finance API, a rewrite from Python to C, and a simplified
interface (i.e. instead of the full portfolio management app,
I simplified it into a stock ticker price tracker).
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 | ||||
-rw-r--r-- | man/mate-invest-applet.1 | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index d354bac0..94ca73b6 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -3,6 +3,7 @@ man_MANS = \ mate-cpufreq-selector.1 \ mate-drivemount-applet.1 \ mate-geyes-applet.1 \ + mate-invest-applet.1 \ mateweather.1 \ mate-multiload-applet.1 diff --git a/man/mate-invest-applet.1 b/man/mate-invest-applet.1 new file mode 100644 index 00000000..63d6bc18 --- /dev/null +++ b/man/mate-invest-applet.1 @@ -0,0 +1,39 @@ +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH "MATE-INVEST-APPLET" "1" +.SH "NAME" +mate-invest-applet \(em MATE Applet to view current stock quotes +.SH "SYNOPSIS" +'nh +.fi +.ad l +.PP +\fBmate-invest-applet\fR +.SH "DESCRIPTION" +.PP +The \fBmate-invest-applet\fR is a MATE panel applet that downloads current quotes for stocks, +stock indices, currencies and precious metals. Quotes are downloaded from Yahoo! Finance and +are displayed in the panel. +.SH "OPTIONS" +.PP +Invest provides the following features: +.IP \(bu 4 +Retrieve quotes for any stock, stock index, currency or precious metal known by Yahoo! Finance +.IP \(bu 4 +Quotes are automatically updated every 15 minutes (configurable) +.IP \(bu 4 +The amount of the increase or decrease in the price since purchase, also translatable into the target currency +.IP \(bu 4 +The percentage increase or decrease in the price since purchase +.SH "AUTHOR" +.PP +\fBmate-invest-applet\fR, as part of mate-applets (derived from gnome-applets), has been written by Raphael Slinckx +and other GNOME/MATE contributors. +.PP +This \fBmate-invest-applet\fR manual page has been written by Mike Gabriel +<[email protected]> for the \fBDebian\fR system (but may be used +by others. |