You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while IFS= read -r -d $'\0' file; do
echo $file
done < <(cat /tmp/.nnn-selection)
results in the last filename not printing. Should a null character also be appended to the last filename in $NNN_SEL and if not, how should all the filenames be processed? Since this is probably a technical support question, maybe I should tack on a tangentially related feature request to add some substance:
Support custom path for .lastd and saved sessions.
They are in ~/.config/nnn but it would be flexible to one's workflow to have them anywhere. For example, I would like to sync my sessions and progress between my machines. I'm currently using Syncthing to sync files but would rather not add ~/.config/nnn as a directory to sync and instead add these files to my existing directory intended for syncing between multiple machines.
The text was updated successfully, but these errors were encountered:
My attempt at trying to process
$NNN_SEL
:results in the last filename not printing. Should a null character also be appended to the last filename in
$NNN_SEL
and if not, how should all the filenames be processed? Since this is probably a technical support question, maybe I should tack on a tangentially related feature request to add some substance:They are in
~/.config/nnn
but it would be flexible to one's workflow to have them anywhere. For example, I would like to sync my sessions and progress between my machines. I'm currently using Syncthing to sync files but would rather not add~/.config/nnn
as a directory to sync and instead add these files to my existing directory intended for syncing between multiple machines.The text was updated successfully, but these errors were encountered: