Add a sample command

This commit is contained in:
Arun Prakash Jana 2019-01-05 22:31:05 +05:30
parent 6338466db5
commit b811997120
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions

View File

@ -10,9 +10,11 @@
# Run commands like: # Run commands like:
# ls -l `picker` # ls -l `picker`
# cd `picker` # cd `picker`
# vimdiff `picker`
# or, in fish shell: # or, in fish shell:
# ls -l (picker) # ls -l (picker)
# cd (picker) # cd (picker)
# vimdiff (picker)
# #
# NOTE: This use case is limited to picking files, other functionality may not work as expected. # NOTE: This use case is limited to picking files, other functionality may not work as expected.