Command line script that fully restores tmux environment

This commit is contained in:
Bruno Sutic
2014-09-24 14:33:46 +02:00
parent ec9f68cad5
commit a7fe9dcac3
2 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- save command strategy: 'pgrep'. It's here only if fallback is needed.
- save command strategy: 'gdb'
- rename default strategy name to 'ps'
- create `expect` script that can fully restore tmux environment
### v1.3.0, 2014-09-20
- remove dependency on `pgrep` command. Use `ps` for fetching process names.