From 6f629fccf8b24b1ed1930a3a4f59f0a4fd67c29e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 12 Jul 2018 10:59:32 -0500 Subject: [PATCH] TODO: Add iwctl command line mode task --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index c094fb9e..33f12a94 100644 --- a/TODO +++ b/TODO @@ -310,6 +310,12 @@ Wireless daemon Client ====== +- Client command line mode. iwctl should support a mode where commands can be + invoked on the command line instead of interactively. This could be useful + in order to make iwctl easily used from shell scripts, etc. + + Priority: High + Complexity: C1 - Implement dbus-based command-line client for iwd using ell supporting at least the following: Scanning, Connect, Disconnect and agent functionality