Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive rendering, related to #7 #16

Closed
wants to merge 2 commits into from
Closed

Responsive rendering, related to #7 #16

wants to merge 2 commits into from

Conversation

bearfrieze
Copy link
Contributor

Implemented responsive rendering as suggested in #7. I tried making rendering more flexible while I was at it.

I had to alter the normal/wide/horizontal view a little to fit into the more flexible rendering model, hope you don't mind.

Equal to or greater than 125 columns:
horizontal

Less than 125 columns:
vertical

@markusfisch
Copy link

Until there's a version with responsive rendering implemented, we can use less to make the output horizontally scrollable:

$ wego | less -RS

Now use the arrow keys to scroll right and left.

@kutiguy
Copy link

kutiguy commented Jun 26, 2015

hey i am new to all of this can you create a tut on how to install go and wego plz , it looks very kool

@ghost
Copy link

ghost commented Jun 26, 2015

@kutiguy To install go read here after that the wego readme explains the rest.

@marado
Copy link

marado commented Feb 18, 2016

+1 to this pull request. Another interesting to have would be a command line option to actually define the format (overriding terminal size detection)

@schachmat
Copy link
Owner

@marado there is already a working split of the backend and frontend in the issue1 branch. Note, that It requires Go 1.5 and I also want to clean up the interface between backends and frontends before merging to master. Then this PR can be merged as a separate frontend.

@kordianbruck
Copy link
Collaborator

This branch seems stale. If anyone wants to pick this back up and rebase it, feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants