1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-13 20:18:03 +00:00

Remove dot character from copy-pasting terminal output

This commit is contained in:
jbranchaud
2026-01-13 14:01:40 -06:00
parent 35f1f0b807
commit bd58be8fda

View File

@@ -30,7 +30,7 @@ to the `column` command to improve the formatting a little:
```bash
tmux list-panes -a -F "#{session_name}:#{window_index}.#{pane_index} #{pane_pid} #{pane_current_command}" \
| column -t
| column -t
PLP:1.1 62364 zsh
TIL:1.1 62345 nvim
TIL:1.2 65838 task