pull/159/merge
Edgar Hipp 2017-06-06 00:10:54 +00:00 committed by GitHub
commit a0fea49ee1
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ Notes:
- For interactive selection of values from the output of another command, use [`percol`](https://github.com/mooz/percol) or [`fzf`](https://github.com/junegunn/fzf).
- For interaction with files based on the output of another command (like `git`), use `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).
- For interaction with files based on the output of another command (like `git`), use `fpp` ([PathPicker](https://github.com/facebook/PathPicker)) or `pe + fzf.` ([pe: path extractor](https://github.com/edi9999/path-extractor))
- For a simple web server for all files in the current directory (and subdirs), available to anyone on your network, use:
`python -m SimpleHTTPServer 7777` (for port 7777 and Python 2) and `python -m http.server 7777` (for port 7777 and Python 3).