My build of nnn with minor changes
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 629 B

123456789101112
  1. #### List of scripts
  2. | Script | Description |
  3. | --- | --- |
  4. | copier.sh | Copy selection to clipboard |
  5. | edit.sh | Fuzzy find a file in directory subtree with fzy and edit in vim |
  6. | fzy.sh | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
  7. | imgur.sh | Upload an image file to imgur |
  8. | nlaunch | drop-down app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
  9. | picker.sh | Pick files and pipe the newline-separated list to another utility |
  10. | sxiv.sh | Open images in current directory in sxiv |
  11. | upgrade.sh | Check and update to latest version of nnn manually on Debian 9 Stretch |