Created
January 18, 2016 14:10
-
-
Save cgcostume/3810b30b792aaff6c845 to your computer and use it in GitHub Desktop.
copy all file names within a directory into clipboard (within git repository)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git ls-files | clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to http://www.labnol.org/software/copy-command-output-to-clipboard/2506/ and https://git-scm.com/docs/git-ls-files (
dir
does not allow for the required formatting: plain single line per file).