From 4ef2230fca55015b4848ad19979223e50014e080 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 30 Nov 2018 06:19:19 +0530 Subject: [PATCH] Add sample command for Termux --- scripts/copier/copier.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/copier/copier.sh b/scripts/copier/copier.sh index 0f5a1957..901c45f8 100755 --- a/scripts/copier/copier.sh +++ b/scripts/copier/copier.sh @@ -1,3 +1,7 @@ #!/bin/sh cat /path/to/.nnncp | xargs -0 | xsel -bi + +# Termux +# cat /path/to/.nnncp | xargs -0 | termux-clipboard-set +# e.g.: cat /data/data/com.termux/files/home/.nnncp | xargs -0 | termux-clipboard-set