README 614 B

12345678910111213141516
  1. term_tab - 'cwd' for all open zsh sessions
  2. ******************************************
  3. What it does:
  4. *************
  5. This plugin allows to complete the 'cwd' of other Zsh sessions. Sounds
  6. complicated but is rather simple. E.g. if you have three zsh sessions open, in
  7. each session you are in a different folder, you can hit Ctrl+v in one session
  8. to show you the current working directory of the other open zsh sessions.
  9. How it works:
  10. *************
  11. * It uses 'pidof zsh' to determine all zsh PIDs
  12. * It reads procfs to get the current working directory of this session
  13. * Everything is fed into zsh's completion magic