mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Add a sample command
This commit is contained in:
parent
6338466db5
commit
b811997120
|
@ -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…
Reference in a new issue