Tools for retaining/remembering valuable command-line history using TMUX.
Installing this tool creates two commands: tm2m
for adding history
items, and tm2m_pick
for using a curses-based picker to select the
history item and optionally add it to your tmux buffer.
- Add timestamp, and some aggregate "score" to HistoryItems, allowing for better sorting.
- Add default tmux window name to adding history.
- Real support for "named" sessions, not just bash/zsh, etc.