Browse Source

Add a sample command

master
Arun Prakash Jana 6 years ago
parent
commit
b811997120
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scripts/user-scripts/picker.sh

+ 2
- 0
scripts/user-scripts/picker.sh 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.




Loading…
Cancel
Save