mirror of
https://github.com/jbranchaud/til
synced 2026-01-14 20:48:01 +00:00
Remove dot character from copy-pasting terminal output
This commit is contained in:
@@ -30,7 +30,7 @@ to the `column` command to improve the formatting a little:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
❯ tmux list-panes -a -F "#{session_name}:#{window_index}.#{pane_index} #{pane_pid} #{pane_current_command}" \
|
❯ 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
|
PLP:1.1 62364 zsh
|
||||||
TIL:1.1 62345 nvim
|
TIL:1.1 62345 nvim
|
||||||
TIL:1.2 65838 task
|
TIL:1.2 65838 task
|
||||||
|
|||||||
Reference in New Issue
Block a user