Last active
November 17, 2017 06:49
-
-
Save stevemao/ff34abcdf37f9c7852d23be8a1ae17ac to your computer and use it in GitHub Desktop.
Search for a command that you are tempted to do with GUI
This file contains hidden or 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
# https://github.com/you-dont-need/You-Dont-Need-GUI | |
# dependency: https://github.com/axiros/terminal_markdown_viewer | |
# pip install mdv | |
# replace `'copy a file'` with whatever you are searching for | |
curl https://raw.githubusercontent.com/you-dont-need/You-Dont-Need-GUI/master/readme.md | mdv - | grep 'copy a file' -A 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment