Christian Muehlhaeuser
e7c92ddfa7
Add -p flag to render output in default pager
...
Starts the user's default $PAGER or defaults to 'less -r'.
2019-12-31 11:13:06 +01:00
Christian Muehlhaeuser
be911b4609
Fix typo in comment
2019-12-31 08:13:05 +01:00
Christian Muehlhaeuser
79fad4d06c
Bump glamour dependency and adopt functional options API
2019-12-28 03:03:20 +01:00
Christian Muehlhaeuser
fa9d64c4ef
Trim unstyled padding spaces from output
2019-12-25 07:01:56 +01:00
Christian Muehlhaeuser
f090b74c60
Fix init when reading from stdin
2019-12-23 04:27:27 +01:00
Christian Muehlhaeuser
cb7fedfa5e
Rename to glow
2019-12-20 22:47:47 +01:00
Christian Muehlhaeuser
6a8462e414
Import glamour
2019-12-19 01:01:26 +01:00
Christian Muehlhaeuser
cbf61974bf
Move ANSIRenderer into a separate package
2019-12-14 00:11:29 +01:00
Christian Muehlhaeuser
3ddece16e4
Don't panic, forward the error to the caller
2019-12-13 22:36:55 +01:00
Christian Muehlhaeuser
68a2909669
Add godoc comments to public types
2019-12-10 17:18:59 +01:00
Christian Muehlhaeuser
584adfdbd1
Fix baseURL for relative paths
2019-12-10 15:55:49 +01:00
Christian Muehlhaeuser
ee81103ce0
Shorten commit SHA in version output
2019-12-09 14:01:47 +01:00
Christian Muehlhaeuser
2bae07eac9
Enable version command for release builds
2019-12-09 13:50:17 +01:00
Christian Muehlhaeuser
c31c06a793
Calculate block width from BlockStack & RenderContext
2019-12-07 19:49:24 +01:00
Christian Muehlhaeuser
58c97dc8db
Check for err before trying to access the stat struct
2019-12-07 08:31:15 +01:00
Christian Muehlhaeuser
de91f6ae53
Automatically use the notty style when stdout is no terminal
...
If the user provided a style flag, this still takes precedence.
2019-12-06 19:22:34 +01:00
Christian Muehlhaeuser
95670866e0
When passed a directory as cli-arg, find a README[.md] in it
2019-12-06 18:44:58 +01:00
Christian Muehlhaeuser
37c9cfad80
Return potential error from ioutil.ReadAll
2019-12-06 18:10:51 +01:00
Christian Muehlhaeuser
292f06052f
Embed styles in gold library
2019-12-06 01:34:27 +01:00
Christian Muehlhaeuser
d6c1b7fa73
Render each paragraph individually and reflow text only inside paragraphs
2019-11-28 02:23:29 +01:00
Christian Muehlhaeuser
1f5aa27934
Embed default dark style into binary
2019-11-26 21:05:37 +01:00
Christian Muehlhaeuser
532fceed22
Calculate baseURL for local files
2019-11-26 00:35:11 +01:00
Christian Muehlhaeuser
8eabf0f403
Handle relative URLs in markdown, when a BaseURL is provided
2019-11-26 00:35:11 +01:00
Christian Muehlhaeuser
5766f35363
Fix word-wrapping in colored output
2019-11-25 10:04:55 +01:00
Christian Muehlhaeuser
9ffa4d5b16
Basic GitLab support
2019-11-25 06:57:44 +01:00
Christian Muehlhaeuser
240eb4f2f8
Word-wrap text at 100 chars per default
...
The default can be overwritten by the user:
./gold -w 80
2019-11-25 06:44:10 +01:00
Christian Muehlhaeuser
2bfaa5ece9
Check for supported HTTP/HTTPS protocols explicitly
2019-11-25 05:15:35 +01:00
Christian Muehlhaeuser
1baefbbec1
Support github URLs without protocol
2019-11-25 04:55:54 +01:00
Christian Muehlhaeuser
f09d2907bd
Use a plain-text renderer when not printing to Terminal
2019-11-25 04:32:24 +01:00
Toby Padilla
9adff17b70
Move Render and RenderBytes to TermRenderer
2019-11-24 13:35:01 -06:00
Christian Muehlhaeuser
14bc95c272
Find README(.md) in current working dir when no arg was supplied
2019-11-24 05:07:14 +01:00
Christian Muehlhaeuser
5c3ad999ea
Cleanup/simplify main.go
2019-11-24 02:41:03 +01:00
Christian Muehlhaeuser
08dd80a922
Support fetching markdown from arbitrary HTTP sources
2019-11-24 02:04:12 +01:00
Christian Muehlhaeuser
16048357a0
Use cobra to handle command line parameters
2019-11-22 18:47:42 +01:00
Christian Muehlhaeuser
b58f777e91
Support reading from stdin
...
When you start gold with "-" as an argument it will read directly
from stdin, instead of opening a file.
Example calls:
./gold -s dark.json README.md
or
cat README.md | ./gold -s dark.json
2019-11-22 04:23:02 +01:00
Christian Muehlhaeuser
bbd2e15001
Support fetching READMEs from GitHub
...
When passing a valid GitHub URL instead of a filename to gold,
it will fetch either README.md or README (in that order) from
GitHub and displays the markdown content.
Example:
./gold -s dark.json https://github.com/muesli/beehive
2019-11-22 03:52:21 +01:00
Toby Padilla
c7686d7131
Update repo org
2019-11-15 12:35:04 -06:00
Toby Padilla
5d9883623d
Remove blackfriday requirement from clients
2019-11-12 16:36:51 -05:00
Toby Padilla
439ee25c7e
Remove test md
2019-11-09 16:24:57 -06:00
Toby Padilla
09bb6b3dd1
Much better parsing, README example
2019-11-09 16:12:54 -06:00
Toby Padilla
dda88169f4
Load style from json
2019-11-09 14:07:01 -06:00
Toby Padilla
9da65bd2da
init
2019-11-04 17:35:50 -06:00