Michael Dvorkin
|
51b6250fcf
|
Idiomatic Go
|
10 years ago |
Michael Dvorkin
|
27ebd8dfa4
|
Pull market data from CNN money
|
10 years ago |
Michael Dvorkin
|
84d921ce3b
|
Updated Yahoo quotes URL
|
10 years ago |
Michael Dvorkin
|
b9050272ed
|
Refactored for more idiomatic Go
|
10 years ago |
Michael Dvorkin
|
db2419638a
|
More diligent layout.last()
|
10 years ago |
Michael Dvorkin
|
52d0858c39
|
Added .gitignore
|
10 years ago |
Michael Dvorkin
|
b3e5ebfdbe
|
Faster market data parsing
|
11 years ago |
Michael Dvorkin
|
97439691cb
|
Fixed parsing of market data
|
11 years ago |
Michael Dvorkin
|
a48d5711a2
|
New market data
|
11 years ago |
Michael Dvorkin
|
44b1d1fdc9
|
Parser for the new Yahoo Finance
|
11 years ago |
Michael Dvorkin
|
57fdbbecab
|
Added help text for the pause command
|
11 years ago |
Michael Dvorkin
|
5e764402b9
|
More robust pause implementation
|
11 years ago |
Michael Dvorkin
|
3167e1866e
|
Reset paused state when dismissing help
|
11 years ago |
Michael Dvorkin
|
38d5129ff2
|
Moved paused rendering to screen
|
11 years ago |
Michael Dvorkin
|
e048f15df6
|
Initial implementation of pause
|
11 years ago |
Michael Dvorkin
|
ae1b141ccb
|
Pressing 'q' quits the program
|
11 years ago |
Michael Dvorkin
|
6e7ba199d2
|
Merge pull request #2 from hura/patch-1
Fixed install
|
11 years ago |
hura
|
7c1b7804a4
|
Fixed install
|
11 years ago |
Michael Dvorkin
|
25813caeca
|
Typo (thanks, Steve!)
|
11 years ago |
Michael Dvorkin
|
2edcc829be
|
Homebrew formula for v0.1.0
|
11 years ago |
Michael Dvorkin
|
ceb7d2d218
|
Added CHANGELOG
|
11 years ago |
Michael Dvorkin
|
df0f2db2c6
|
README tweaks
|
11 years ago |
Michael Dvorkin
|
83e9e94acd
|
Better screenshot
|
11 years ago |
Michael Dvorkin
|
843a017195
|
golint is finally happy
|
11 years ago |
Michael Dvorkin
|
36ff6caeec
|
Documented yahoo_market.go
|
11 years ago |
Michael Dvorkin
|
3ddba679d8
|
Getting ready for brew install
|
11 years ago |
Michael Dvorkin
|
d745d1b12d
|
First golint pass for yahoo_quotes.go
|
11 years ago |
Michael Dvorkin
|
b32609ac61
|
First golint pass for yahoo_market.go
|
11 years ago |
Michael Dvorkin
|
3c9f3534a6
|
Documented the sorter
|
11 years ago |
Michael Dvorkin
|
ebde4db119
|
More golint sweeping of screen
|
11 years ago |
Michael Dvorkin
|
1bc102f7ee
|
Use generic screen.Draw() to display current time
|
11 years ago |
Michael Dvorkin
|
89347a040e
|
Initial golint sweep for screen.go
|
11 years ago |
Michael Dvorkin
|
2e05c91d29
|
Updated profile as suggested by golint
|
11 years ago |
Michael Dvorkin
|
ffc491b20f
|
Documentation and golint cleanup for markup
|
11 years ago |
Michael Dvorkin
|
7231d8f29c
|
Documentation for the line editor
|
11 years ago |
Michael Dvorkin
|
40c135a186
|
More golint refactoring
|
11 years ago |
Michael Dvorkin
|
8bab5128c9
|
Simpler installation instructions in README
|
11 years ago |
Michael Dvorkin
|
3b9b0745de
|
More refactoring and docs as suggested by golint
|
11 years ago |
Michael Dvorkin
|
f1548e6bac
|
Started making golint happy...
|
11 years ago |
Michael Dvorkin
|
93db48015b
|
Added screenshot
|
11 years ago |
Michael Dvorkin
|
7ed514570d
|
Removed one-off /misc
|
11 years ago |
Michael Dvorkin
|
e4c3ecf2a1
|
Tweaks to README
|
11 years ago |
Michael Dvorkin
|
d52a23c49b
|
Avoid adding empty tickers
|
11 years ago |
Michael Dvorkin
|
540797e6ea
|
Added README
|
11 years ago |
Michael Dvorkin
|
131bc4eb3b
|
Added [build] to Makefile
|
11 years ago |
Michael Dvorkin
|
787b4fbc3a
|
Correctly format market cap for penny stocks
|
11 years ago |
Michael Dvorkin
|
69fa0d1819
|
Optimized sorter initialization
|
11 years ago |
Michael Dvorkin
|
e9d2dfacbe
|
Use reflection when parsing fetched data
|
11 years ago |
Michael Dvorkin
|
7b75a6387d
|
Use reflection when formatting column data
|
11 years ago |
Michael Dvorkin
|
1152285520
|
Refactored to avoid recompiling templates on each refresh
|
11 years ago |