Move current windows to x position move-window -t 0
Access tmux clipboard tmux show-buffer | jq . -S
Move current windows to x position move-window -t 0
Access tmux clipboard tmux show-buffer | jq . -S
| port=8081 | |
| kafkastore.connection.url=localhost:2181 | |
| kafkastore.topic=_schemas | |
| debug=true | |
| kafkastore.timeout.ms = 30000 |
| #!/usr/bin/env node | |
| var http = require('http'); | |
| // Port to listen on | |
| const PORT=8085; | |
| // Function handling request and response | |
| function handleRequest(request, response){ | |
| console.log(request); |