Skip to content

Files

Latest commit

fcfc888 · Dec 31, 2017

History

History
15 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 510 Bytes

TMUX 2nd Memory

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.

TODO

  1. Add timestamp, and some aggregate "score" to HistoryItems, allowing for better sorting.
  2. Add default tmux window name to adding history.
  3. Real support for "named" sessions, not just bash/zsh, etc.