# xcp **Repository Path**: mirrors_dominictarr/xcp ## Basic Information - **Project Name**: xcp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # x, c, p terse commands for copy pasting in linux. ## Install preqs ``` sudo apt-get install xclip ``` ## Usage ### x (cut) ``` >echo hello | x ``` ### c (copy) like cut, but also prints the input. ``` >echo hello | c hello ``` ### p (paste) ``` >p hello ``` ## License MIT