tmux-logging icon indicating copy to clipboard operation
tmux-logging copied to clipboard

Easy logging and screen capturing for Tmux.

Results 40 tmux-logging issues
Sort by recently updated
recently updated
newest added

Hi there, I'm very new to using tmux-plugins and was wondering if you can help me either for - understanding why the alt key is not working (new MacOS user...

If the session name contains a space, the log file is not written.

I tried to change the default logging path as the logs are output to `$HOME` instead of `$HOME/.tmux`. ``` setw -g mode-keys vi # smart pane switching with awareness of...

Adds info for the required additions to .tmux.conf to change the log path for coninuous pane logs and complete pane history logs to configuration.md.

**Feature Request** Make the saved filepath available for other commands so that it can be used to open them with user's choice editor. May be an environment variable like `TMUX_LOGGING_LAST_SAVED_FILE`...

Hi, Is there a way to log the entire session? For now, for each new pane we need to press the key bind to start recording, and also the output...

By default, tmux binds PREFIX+~ to tmux command "list-keys -N", which display a relatively pretty listing of tmux keybindings, but only for those keybindings that were defined with a descriptive...

Add default filename functionality Fix underscore to hyphen in logging key which is the reverse of all other variables

User may start logging by as below. send source\ ~/.tmux/plugins/tmux-logging/scripts/toggle_logging.sh ENTER\; send start_pipe_pane\ ${HOME}/mylogfile ENTER \;

Prior code used window_index/pane_index which were not unique. If a window/pane is destroyed with logging enabled and then recreated, state in current_pane_logging will still indicate that logging is on while...