# xcat-linux **Repository Path**: EEPPEE_admin/xcat-linux ## Basic Information - **Project Name**: xcat-linux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-03 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # the idea is from ```bash cat | xclip -sel clip ``` - 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. # wish you happy hacking this toy project