There is currently no support for scrolling. In my unix_shell runtime, you may use less as a pager, though.
Hold down SHIFT and then select the text with your mouse pointer. The selection is automatically placed into the clipboard.
In my unix_shell, Iām using vimdiff for comparing text files.
I had added grep to my unix_shell runtime for the purpose of searching for file content. However, I just noticed that it appears to be broken for some reason. Even a simple echo "foobar" | grep bar does not produce any output.
If you miss any command-line tool, you can give Goa a try and port it yourself. The āGenode Applicationsā book should provide a good guide on how to approach this.
Hi, is there already a recommended way to manage versions and variants of files? Maybe some git(-lfs) compatible component for Genode? There are already many cool file systems with advanced features, but unfortunately they are usually also very complex.