AWESOME-CLIENT(1) AWESOME-CLIENT(1) NOMBRE awesome-client - ejecucion remota en el gestor de ventanas awesome SINOPSIS awesome-client [-h|--help] [command [command...]] DESCRIPCION awesome-client es una interfaz de linea de comandos remota para awesome. Se comunica con awesome utilizando D-Bus, y permite la ejecucion remota de codigo en lenguaje Lua. USO awesome-client recibe los comandos desde la entrada estandar y los envia a awesome utilizando D-Bus. Si rlwrap esta instalado en el sistema, la interfaz de linea de comandos utilizara las facilidades proporcionadas por readline. El modulo awful.remote tiene que estar cargado para que este comando funcione. EXAMPLES $ awesome-client 'return 1+1, "Hello, world"\ double 2 string "Hello, world" # The following does not return anything on the command line, # but will show a notification. $ awesome-client ' > naughty = require("naughty") > naughty.notify({ > title="CLI Notification", > text="This is a notification sent from the command line!"}) > ' # Entering read-eval-print-loop mode # This mode will send every line to awesome, exactly the same as passing # multiple commands on the command line. $ awesome-client awesome# return 1+1 double 2 awesome# return 1+1, "Hello, world" double 2 string "Hello, world" awesome# VEASE TAMBIEN awesome(1) awesomerc(5) AUTOR Julien Danjou WWW TRADUCCION Esta pagina de manual ha sido traducida por Diego Moreda. 2025-09-23 AWESOME-CLIENT(1)