Skip to content

Instantly share code, notes, and snippets.

@stevemao
Last active November 17, 2017 06:49
Show Gist options
  • Save stevemao/ff34abcdf37f9c7852d23be8a1ae17ac to your computer and use it in GitHub Desktop.
Save stevemao/ff34abcdf37f9c7852d23be8a1ae17ac to your computer and use it in GitHub Desktop.
Search for a command that you are tempted to do with GUI
# 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