joce
c8a69e9146
Show % in the header in red if < 0
3 years ago
joce
5fbeb457d5
Show stock lines in red when the change is < 0
3 years ago
Brandon Lee Camilleri
6d416e9e36
Update layout.go
3 years ago
Brandon Lee Camilleri
81febd7d51
Adding Swedish currency & fixing GBP as per Yahoo
3 years ago
Brandon Lee Camilleri
ec2ac916fb
Update README.md
3 years ago
Brandon Lee Camilleri
c5e6a3c2e2
Correct GBP (not GDB) for pounds currency
...
https://github.com/mop-tracker/mop/issues/93
3 years ago
Brandon Lee Camilleri
3973a4c11e
Merge pull request #94 from joce/fix-version-1.0
...
Fix version number to `1.0.0` where needed
3 years ago
joce
2907bb3016
Fix version number to 1.0.0 where needed
...
The SHA1 still needs to be updated in the `homebrew\mop.rb` file.
Also, accepting these changes might entails that version will now be 1.0.1.
Update accordingly.
3 years ago
Brandon Lee Camilleri
8326e469fb
Merge pull request #92 from wiechu/master
...
don't init screen before it's necessary
3 years ago
WO
6e2e4edd03
don't init screen before it's necessary
3 years ago
Brandon Lee Camilleri
6d11d55e03
Update README.md
3 years ago
Brandon Lee Camilleri
4ad7a0c253
Version 1.0.0
3 years ago
Brandon Lee Camilleri
ff3d874505
Version 1.0.0
3 years ago
Brandon Lee Camilleri
c29760d5b4
Update README.md
3 years ago
Brandon Lee Camilleri
b10e421856
Update README.md
3 years ago
Brandon Lee Camilleri
c96756fb95
Update README.md
3 years ago
Brandon Lee Camilleri
b9550bf460
Merge pull request #91 from mop-tracker/gitignore-update
...
Added the mop executable (top-level only) to the gitignore
3 years ago
Adam Hayes
eda577b718
Added the mop executable (top-level only) to the gitignore
3 years ago
Brandon Lee Camilleri
bf1097e45b
Delete screenshot.png
3 years ago
Brandon Lee Camilleri
e575e21721
Update README.md
3 years ago
Brandon Lee Camilleri
3d4b19d822
unneeded: len(str)
3 years ago
Brandon Lee Camilleri
8c50782a40
Update go.sum
3 years ago
Brandon Lee Camilleri
eaed66c46d
Update go.mod
3 years ago
Brandon Lee Camilleri
6662276138
Delete yahoo_quotes_test.go
3 years ago
Brandon Lee Camilleri
ce9310bcb0
Update go.sum
3 years ago
Brandon Lee Camilleri
310308186f
Update go.mod
3 years ago
Brandon Lee Camilleri
34270de570
Update go.mod
3 years ago
Brandon Lee Camilleri
b73f207fcc
Merge pull request #89 from adambhayes/fix-filters
...
Fix filters
3 years ago
Adam Hayes
f88377fc07
Bugfix--filters now work: filter.go converts correctly to floats
...
* Replaced suffice M,B,T with exponentional notation.
* Removed $ and % symbols.
* Booleans were left unchanged.
3 years ago
Adam Hayes
59aa481703
First pass at changing the way we map for filtering in filter.go
...
Doing the right type conversion. Works, but not debugged.
3 years ago
Brandon Lee Camilleri
22a26d2432
Merge pull request #86 from adambhayes/screen-update-patch
...
Fixed bug where quotes list did not clear when shortened.
3 years ago
Adam Hayes
09f9234e7b
Fixed bug where quotes list did not clear when shortened.
...
If the quotes list gets shorter (e.g. by adding a filter), then display
now overwrites the no-longer-updated quotes with blank lines. See issue
#85 in the mop-tracker/mop repo.
3 years ago
Brandon Lee Camilleri
6a716bb30b
Update README.md
3 years ago
Brandon Lee Camilleri
ce14954fe6
Update README.md
3 years ago
Brandon Lee Camilleri
bb3c408dfe
re-instate go.sum
3 years ago
Brandon Lee Camilleri
13041c753d
Delete go.sum
3 years ago
Brandon Lee Camilleri
bad8a70662
Update go.mod
...
cd64e2f11d
3 years ago
Brandon Lee Camilleri
4ee7518d01
Merge pull request #84 from adambhayes/master
...
Bugfix for crashing on saved invalid filter
3 years ago
Adam Hayes
635e467e7a
Added fixes for crashing on bad filter
...
* Does not save profile in the SetFilter function.
* Saves profile on exit (exit from main loop).
* Clears filter string if it is found to be invalid in the Apply
function.
3 years ago
Adam Hayes
bff66ef176
Corrected build instructions in README.md
...
Changed "go build ./mop/cmd" to "go build ./cmd/mop"
3 years ago
Brandon Lee Camilleri
7c1fae596c
Update README.md
...
Included instructions as per https://github.com/robertalv/mop
Thank you, @robertalv .
https://github.com/mop-tracker/mop/issues/79
4 years ago
Brandon Lee Camilleri
397eaf99e3
Merge pull request #76 from joce/display-fixes
...
Some display and sorting fixes
4 years ago
Brandon Lee Camilleri
6c5cb7e43e
Merge pull request #74 from ImVexed/master
...
Update to go modules
4 years ago
Brandon Lee Camilleri
e8aef035e5
Merge pull request #77 from yamori/issue72_fix_sorting
...
Issue72 fix sorting
4 years ago
joce
09d14c2b70
Fix refresh issue when removing ticker
...
The last line of the list of tickers was not cleared when removing a
ticker symbol. This has now been fixed.
4 years ago
Matthew Kindzerske
772652ff7b
issue72, corrected pct parsing for pre and after market
4 years ago
Matthew Kindzerske
3e23d86bb0
issue72, expanded sort to preOpen and afterHours
4 years ago
joce
cece76a6ea
Some display and sorting fixes
...
- Fix sorting of trillions of $ in general.
- Fix sorting of volumes to handle billions of transactions.
- Fix display of volumes when showing less than 100K (was ending with ".00").
- Fix P/E to display `-` when data string is null or empty.
4 years ago
V-X
390039cd7d
Update Makefile
4 years ago
V-X
c1b02a7bb6
Update README.md
4 years ago