Remove dependency on pgrep; use ps to get process names

Fixes #43
This commit is contained in:
Bruno Sutic
2014-09-20 22:33:14 +02:00
parent 618769b62f
commit 1d09f07d2b
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# Changelog
### master
- remove dependency on `pgrep` command. Use `ps` for fetching process names.
### v1.2.1, 2014-09-02
- tweak 'new_pane' creation strategy to fix #36