taskell icon indicating copy to clipboard operation
taskell copied to clipboard

Dynamic column width

Open ivanjermakov opened this issue 5 years ago • 6 comments

Compute column width based on current window width, so column_width = screen_width / column_count.

ivanjermakov avatar Mar 25 '20 07:03 ivanjermakov

I can see this being an issue if there are more lists than that which reasonably fits within the screen...

jthvai avatar Mar 25 '20 11:03 jthvai

I don't always run terminal with taskell fullscreen, so it makes sense.

ivanjermakov avatar Mar 25 '20 16:03 ivanjermakov

I can see the use case. I'll think about it.

Sorry, my day job has got manic since, what with one thing and another, so it might be a while before I get to look at this.

smallhadroncollider avatar Mar 27 '20 14:03 smallhadroncollider

I upvote on this request. Often times, I have url attached to tasks that's cut off in the view port. I need to open it in text editor to access the url.

yohannes avatar Aug 18 '20 06:08 yohannes

@yohannes I'm not sure this would always help with the URL situation. That is definitely an issue. Looking at various options for URLs.

smallhadroncollider avatar Aug 18 '20 08:08 smallhadroncollider

@smallhadroncollider thanks for your reply. Actually the visibility of the entire url is not that important to me. it can be partially cut off as it is but when I command + click on it, I would like the complete url to be piped instead of the verbatim url cut off by the view port. Without changing the dimension of the viewport, wdyt about referencing the actual url instead? (since despite being cut off by the view port, taskell actually already saves the complete url (in a copy paste operation for example).

yohannes avatar Aug 18 '20 08:08 yohannes