-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue copying to clipboard and displaying on terminal #3
Comments
I am not sure but is Ubuntu minimal running a X-server? Do you have xclip or xsel installed? |
Oh, so the OS has to be running a GUI right ?
…On Fri, Jan 11, 2019, 12:15 rettier ***@***.***> wrote:
I am not sure but is Ubuntu minimal running a X-server? Do you have xclip
or xsel installed?
If not, c currently is not working without a x-server and it's clipboard.
I have planned to support file-based clipboards for servers but it is not
yet implemented.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Af_AG-YiG68WGg6VkzPjU0EPZEb9zI5Kks5vCFYmgaJpZM4Z5Tro>
.
|
Currently yes. A error/warning message in this case would also be a nice feature to be honest. |
Ok , let me try with a different OS , this time with an X server and get
back to you.
…On Fri, Jan 11, 2019, 12:18 rettier ***@***.***> wrote:
Currently yes. A error/warning message in this case would also be a nice
feature to be honest.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Af_AG374dTNSnv8wNm2TFI0AFJJFBkr6ks5vCFbJgaJpZM4Z5Tro>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
I'm running Ubuntu minimal 18.04 LTS.
I've installed c from the Debian file in this page https://github.com/rettier/c/releases/tag/v1.0.9
When I run the command
echo "Hello C" | c
c
I'm not getting the output. What could be wrong?
The text was updated successfully, but these errors were encountered: