Kaynağa Gözat

Update README

master
Arun Prakash Jana 6 yıl önce
ebeveyn
işleme
fa549aa5f7
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      README.md

+ 5
- 1
README.md Dosyayı Görüntüle

@@ -385,7 +385,11 @@ This is particularly useful if you are planning to copy the whole string to the

A very common scenario on headless remote servers connected via SSH. As the clipboard is missing, `nnn` copies the path names to the tmp file `/tmp/nnncp`.

To use the copied paths from the cmdline, use command substitution:
`nnn` needs to know X is unavailable:

export NNN_NO_X=1

Use <kbd>^Y</kbd> and/or <kbd>^K</kbd> to copy file paths as usual. To use the copied paths from the cmdline, use command substitution:

# bash/zsh
ls -ltr `cat /tmp/nnncp`


Yükleniyor…
İptal
Kaydet