Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mislav/gh-cp
GitHub CLI extension to copy a file from a GitHub repository locally without cloning the repository.
https://github.com/mislav/gh-cp
gh-extension
Last synced: about 19 hours ago
JSON representation
GitHub CLI extension to copy a file from a GitHub repository locally without cloning the repository.
- Host: GitHub
- URL: https://github.com/mislav/gh-cp
- Owner: mislav
- License: unlicense
- Created: 2021-11-08T17:54:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T18:00:37.000Z (about 3 years ago)
- Last Synced: 2024-12-08T19:15:06.978Z (4 days ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 93
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **cp** - Extension to copy a file from a GitHub repository locally without cloning the repository. (Github)
- jimsghstars - mislav/gh-cp - GitHub CLI extension to copy a file from a GitHub repository locally without cloning the repository. (Shell)
README
# gh cp
A GitHub CLI extension to copy a file from a GitHub repository locally without cloning the repository.
```sh
$ gh extension install mislav/gh-cp$ gh cp
Usage: gh cp$ gh cp cli/cli pkg/findsh/find_windows.go .
$ head find_windows.go
package findshimport (
"os"
"path/filepath""github.com/cli/safeexec"
)func Find() (string, error) {
```