aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAntony Kellermann2018-02-25 22:40:57 -0500
committerAntony Kellermann2018-02-25 22:40:57 -0500
commit3e36a4fefbdfa9c3d14c4ebf0149a59df5461b2f (patch)
treebfdc0a3d122422112a56bfc4354fcc8cad63a0fe /README.md
parentb660df2d52f21c187bdb93f0bf1e60e748ad6f42 (diff)
downloadaur-3e36a4fefbdfa9c3d14c4ebf0149a59df5461b2f.tar.gz
Modified strip_char to strip in place instead of returning a new string
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 459846ca9a63..10a9096d9228 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ API. Shortened links are provided by Google's URL Shortener API. Please do
not abuse the APIs by repeatedly requesting information. Read the provided
license for more information.
#### Future Ideas/To-do
-* Historical support -- 7d/28d profits
+* Historical support -- 7d/28d profits (wait for coinmarketcap release)
* Different ways to sort "check all"
* Look for API to replace Morningstar for MUTF/OTCMKTS data, preferably with
intraday data (wait for iex v2 probably)
@@ -97,5 +97,6 @@ intraday data (wait for iex v2 probably)
and portfolio distribution (tried to implement, but IEX API is unpredictable; wait for v2)
* Make printouts pretty with ncurses??
* Check without re-encrypting in case sigint
-* Make strip char work in place instead of allocing
-* Format prices with commas (set locale) \ No newline at end of file
+* Format prices with commas (set locale)
+* Function to add new attributes to portfolio if not found
+* Improve code documentation \ No newline at end of file