Use a strategy when fetching pane full command

This commit is contained in:
Bruno Sutic
2014-09-20 23:47:15 +02:00
parent 99abfa5f13
commit 9f7050aaae
4 changed files with 42 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# Changelog
### master
- plugin now uses strategies when fetching pane full command. Implemented
'default' strategy.
### v1.3.0, 2014-09-20
- remove dependency on `pgrep` command. Use `ps` for fetching process names.