Nnn: Progress for cp/mv not working

Created on 25 Nov 2020  路  3Comments  路  Source: jarun/nnn

Environment details (Put x in the checkbox along with the information)

[x] Operating System: Ubuntu Server 20.04.1 LTS
[ ] Desktop Environment:
[x] Terminal Emulator: Tmux
[x] Shell: ZSH
[ ] Custom desktop opener (if applicable):
[ ] Program options used:
[ ] Configuration options set:
[x] Issue exists on nnn master

Exact steps to reproduce the issue

I'm following the wiki instruction https://github.com/jarun/nnn/wiki/Advanced-use-cases#cp-mv-progress

I have both cp & mv from advcpmv named as cpg & mvg in /usr/local/bin but still no progress show during copy/move operations

I'm not sure if some other option I need to set.

If I use the program directly eg /usr/local/bin/mvg -g the progress show just fine

question

Most helpful comment

You can use NNN_OPTS for the binary options.

All 3 comments

You need to use the program option -r as well.

Thank you @jarun

How do I enable it by default? typing nnn -r everytime seems like counter productive.

I know I can set an alias but I prefer the nnn way in case I'm calling it from script/etc

You can use NNN_OPTS for the binary options.

Was this page helpful?
0 / 5 - 0 ratings