xgqfrms-GitHub / Node-CLI-Tools

一个 Node.js CLI 工具,查看指定 git 仓库的 commit history ; 能对 commit history 进行搜索; 能查看指定时间范围的 commit history.
https://node-cli-tools.xgqfrms.xyz
MIT License
6 stars 2 forks source link

bash, cmd, clip, cli #14

Open xgqfrms-GitHub opened 7 years ago

xgqfrms-GitHub commented 7 years ago

how to copy to clipboard using windows cmd

Windows clipboard command line

https://www.labnol.org/software/copy-command-output-to-clipboard/2506/


$ dir | clip

$ tree | clip

$ type error.log | clip

$ sort file.txt | clip

$ ipconfig /all | clip

https://stackoverflow.com/questions/17819814/how-can-you-get-the-clipboard-contents-with-a-windows-command


Node-CLI-Tools

https://github.com/xgqfrms-GitHub/Node-CLI-Tools/

https://github.com/xgqfrms-GitHub/Node-CLI-Tools/blob/master/nctcli

#!/usr/bin/env node

https://github.com/xgqfrms-GitHub/Node-CLI-Tools/blob/master/libs/index.js

https://github.com/xgqfrms-GitHub/Node-CLI-Tools/blob/master/libs/showdata.js

bash & clip

https://github.com/xgqfrms-GitHub/Node-CLI-Tools/blob/master/bash-shell-chmod.md

bash-cmd-clip copy-to-clipboard

https://github.com/xgqfrms-GitHub/Node-CLI-Tools/blob/master/package.json

xgqfrms-GitHub commented 7 years ago

https://gist.github.com/xgqfrms-GitHub/e120a8ae3bd4c90ac13a68931d56658b