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
V-X
d0f86aee29
Update README.md
4 years ago
V-X
f8e4fdec31
Update README.md
4 years ago
V-X
4047d80a56
update install instructions
4 years ago
ImVexed
bc83f8a373
add go module
4 years ago
Brandon Lee Camilleri
570a5d67ae
Merge pull request #69 from ceocoder/patch-1
...
fix: use correct receiver name
5 years ago
dp
c7c0efbd7b
fix: use correct receiver name
...
update market to quotes
5 years ago
Brandon Lee Camilleri
a50752c1a9
Merge pull request #67 from voidd/master
...
Fixes mop-tracker/mop#63
5 years ago
Brandon Lee Camilleri
d1946a1dec
Merge pull request #66 from TheKrush/krush
...
clear market errors after success
5 years ago
voidd
fa17d92b45
RUB symbol was added
5 years ago
voidd
d8104ef735
Fixes mop-tracker/mop#63
5 years ago
Keith Yates
885c16421c
clear market errors after success
5 years ago
Brandon Lee Camilleri
d1305eb791
Merge pull request #64 from adelina-t/add_premarket
...
Add pre and post market change percentage.
5 years ago
Adelina Tuvenie
b19ce4f210
Add pre and post market change percentage.
5 years ago
Brandon Lee Camilleri
4f481911f3
Merge pull request #62 from SjRNMzU/master
...
Display the correct currency of individual stocks
5 years ago
user.name
d7a0153542
Default to '$' symbol if data is missing, add more currencies
5 years ago
user.name
e7062445f4
Adds support for displaying the correct currency of stocks
5 years ago
Brandon Lee Camilleri
f952e95c7f
Merge pull request #60 from blmhemu/master
...
Solved filter.go:28:21: undefined: strings
5 years ago
Hemanth Bollamreddi
fe4715082b
Solved filter.go:28:21: undefined: strings
5 years ago
Brandon Lee Camilleri
08fe0cd757
Update README.md
5 years ago
Brandon Lee Camilleri
7d63d6780c
Merge pull request #58 from mendelgusmao/expression-based-filtering
...
Implement expression-based filtering
5 years ago
Brandon Lee Camilleri
956e40f09c
Merge branch 'master' into expression-based-filtering
5 years ago
Brandon Lee Camilleri
0e2971fcfd
Merge pull request #57 from mendelgusmao/config-file-readme
...
Explain -profile usage in README
5 years ago
Brandon Lee Camilleri
34c61f0187
Merge pull request #59 from GideonWolfe/master
...
Update filepath in readme
5 years ago
Gideon Wolfe
4bdc24363b
Update filepath in readme
...
Previously, if you changed into `$GOPATH/src/github.com/mop-tracker/mop/cmd/mop` and run any of the make commands you will get an error like `make: *** No targets specified and no makefile found. Stop.`
running `cd ../..` brings you to `$GOPATH/src/github.com/mop-tracker/mop/` where all of the commands will complete.
5 years ago
MendelGusmao
83e58ecb15
Implement expression-based filtering
5 years ago
MendelGusmao
612350152a
Explain -profile usage in README
5 years ago
Brandon Lee Camilleri
92434d7b0d
Merge pull request #56 from mendelgusmao/master
...
Add support for specifying a configuration file
5 years ago
MendelGusmao
9d93ee47cd
Add support for specifying a configuration file
5 years ago
Brandon Lee Camilleri
b8671b548c
Merge pull request #55 from cskoven/master
...
Fix timezone error + adjust ticker column width
5 years ago
cskoven
2dd38e80e8
fix timezone error, to use local timezone in both places
5 years ago
cskoven
069866961d
adjust ticker column width, to make room for longer ticker codes
5 years ago
Brandon Lee Camilleri
2f5cbfd70c
Update cnn_market.go
...
using https instead of http just as is the case with Yahoo!
5 years ago
Brandon Lee Camilleri
81bb8acc86
Copyright
5 years ago
Brandon Lee Camilleri
9d4ae229f6
Update sorter.go
5 years ago
Brandon Lee Camilleri
52ff591be6
Update screen.go
5 years ago
Brandon Lee Camilleri
4092fcf8d3
Update profile.go
5 years ago