Spice guest for terminal based text copy and paste in linux
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
Use Case
Install ubuntu server as guest (no x-system), just for terminal scripting e.g. raspberry pie hardware flashing environment. I have a cheatsheet of command on my host. I want to pipe them into the command line on the guest. I should be able to: enable spice and have some ubuntu tools which install a character device which can be used on the command line in the guest operating system to redirect standard in and standard out too and from the spice-clipboard.
The workflow should be.
1. host: copy text to clipboards
2. guest: dev/cb > where clip is a command line character device to redirect text from spice clipboard to standard out
3. guest > dev/cb where clip is a command line character device to redirect text from standard ou to the clipboard
4. host: copy text from clipboard
Without this type of support it is really painful to run in a linux terminal as all commands need to be typed from scratch. At the moment there is a button on utm to install guest windows tools, but we need to add the ability to install guest linux terminal tools.
Contributor guide
Assessment
This issue has not been assessed yet.