# go-mcp **Repository Path**: golang108/go-mcp ## Basic Information - **Project Name**: go-mcp - **Description**: https://github.com/golang108/go-mcp - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-07 - **Last Updated**: 2024-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mcp Copy multiple files using your `$EDITOR`. This is inspired by [mmv](http://github.com/itchyny/mmv) ![](https://i.imgur.com/2D9S6WW.gif) ## Usage ```sh # copy all of current directory's files $ mcp * # copy file $ mcp file ``` ## Installtion ```sh $ go get github.com/skanehira/mcp/cmd/mcp ``` ## Author skanehira