• Joined on 2021年09月17日
RdVLSf closed issue dnkl/foot#1932 2025年07月16日 07:34:04 +02:00
Feature Request: option for top-aligned terminal output
RdVLSf commented on issue dnkl/foot#1932 2025年07月16日 07:32:33 +02:00
Feature Request: option for top-aligned terminal output

There is a very big conceptual difference in reversing the direction after a carriage return, and assuming that the prompt has to be on top and whether one has thought through the issues that...

RdVLSf opened issue dnkl/foot#1932 2025年01月28日 16:32:07 +01:00
Feature Request: option for top-aligned terminal output
RdVLSf commented on issue dnkl/foot#1129 2022年08月20日 00:12:48 +02:00
Packaging for flatpak

@microo8

And why would I run the processes in the sandbox? It is a terminal, what use is for a terminal that can't call nothing on my pc?

Lets not forget your first post

It would be...

RdVLSf commented on issue dnkl/foot#1068 2022年08月14日 16:19:18 +02:00
Inherit config in spawned terminal

I don't understand your response, maybe you misunderstood what I was saying. I only wanted that if I pass --config to the parent, then the parent also passes that argument on to a child spawned...

RdVLSf commented on issue dnkl/foot#1129 2022年08月14日 16:10:49 +02:00
Packaging for flatpak

Yes, but when you want to call the shell of the host you need to add some permissions to the flatpak. It doesn't just magically work. This particular thing (calling a host process with...

RdVLSf commented on issue dnkl/foot#1068 2022年08月11日 03:17:38 +02:00
Inherit config in spawned terminal

then use Ctrl-Shift-n to spawn a new terminal

Thats exactly what it does. Why are you expecting something else to happen?

I would like to have the spawned terminal inherit the config of...

RdVLSf commented on issue dnkl/foot#1129 2022年08月11日 00:18:11 +02:00
Packaging for flatpak

@microo8 I'm having trouble with understanding the use case / not sure what you are trying to solve.

Its a terminal application and its way too early to adopt flatpak for the average user....

RdVLSf commented on issue dnkl/foot#1129 2022年08月09日 16:51:15 +02:00
Packaging for flatpak

It runs like in a container, so no access to the host's environment variables and no access to it's filesystem. It has just like a sh and coreutils.

So foot needs to detect that it is...

RdVLSf commented on issue dnkl/foot#771 2022年05月30日 17:29:03 +02:00
Add donation/sponsorship methods

Any methods to donate which doesnt include github ? (e.g. crypto or paypal etc)

RdVLSf commented on pull request dnkl/foot#1029 2022年05月30日 17:16:48 +02:00
Update systemd service files

I would suggest having these as examples on the wiki rather than including it as part of the install. They wont run here as they assume too much about a setup (requirements in unit files). If I...

RdVLSf commented on issue dnkl/foot#419 2022年01月20日 13:34:06 +01:00
More general keyboard-selection mode for scrollback

@dnkl Thanks for elaborating such detail :)

  • Must be triggerable by a search (i.e. I don't want to enter an alternative mode, and then start a search - I want to be able to start the search...
RdVLSf commented on issue dnkl/foot#419 2022年01月13日 18:35:59 +01:00
More general keyboard-selection mode for scrollback

why should we re-implement it in foot? Of course, using the same argument, foot shoulnd't have scrollback support at all. But the line has to be drawn somewhere. Furthermore, supporting this...

RdVLSf commented on issue dnkl/foot#419 2021年09月20日 11:48:37 +02:00
More general keyboard-selection mode for scrollback

How would you yank some arbitrary selection of command+output using that method without involving tmux or a mouse?

I would argue this is a feature most users expects from any terminal.

Why...