From 806368cf73d2f5ccf79772125699c81562db0b36 Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 21 Jul 2022 23:53:41 +0100 Subject: [PATCH] noky: tmux window exit keys --- nokyc/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/nokyc/README.md b/nokyc/README.md index 8a9e59f..c3a08fd 100644 --- a/nokyc/README.md +++ b/nokyc/README.md @@ -14,6 +14,15 @@ git clone https://github.com/j4imefoo/nokyc cd nokyc pip install -r requirements.txt + +[DEFAULT] +# Local port where tor is running. 9050 for tor daemon, 9150 for tor browser +TOR_PORT = 9050 + +# Payment methods to avoid. In lower case. +avoid_methods = ["ripple", "litecoin", "ethereum", "satispay", "f2f", "paypal", "cardano", "hal-cash", "sepa_instant", "binance smart chain (bsc)", "amazon fr giftcard"] + + # install https://github.com/tmuxinator/tmuxinator sudo gem install tmuxinator sudo wget https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.bash -O /etc/bash_completion.d/tmuxinator.bash @@ -43,6 +52,4 @@ bash mux s nokyc ``` ## Exit window -``` -CTRL+B -> & , y -``` \ No newline at end of file +`CTRL+b` -> `&` -> `y`