# xcat-linux **Repository Path**: EEPPEE_admin/xcat-linux ## Basic Information - **Project Name**: xcat-linux - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-03 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: CGO, Go语言 ## README # the idea is from ```bash cat | xclip -sel clip # and send-notification with libnotify ``` - which is a shell tool that watch the file content and then copy to clipboard - I was trying to use c to make a native xcat.c but ai failed to generate for me, so I started thinking can I do a lib called xcat that from golang, and here I made it out. # NOTICE 1. This lib main idea is go build out a shared library for c, so that c can use it. # wish you happy hacking this toy project