Bruno Sutic
|
9dc3f8c639
|
Always use 'ps -ao' to detect commands
Previously we used 'ps -eo' for some operating systems. It turns out
flags '-ao' work fine for all, and it should also be fine per posix spec
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html#tag_20_96
|
2018-09-11 11:16:30 +02:00 |
|
SilentGob
|
a9ac17a8f8
|
Correct ps flag for OpenBSD
Same flag as FreeBSD is needed
|
2015-01-15 23:20:29 +01:00 |
|
Bruno Sutic
|
8fd38588c0
|
Fix ps command flags for FreeBSD
This was reported by @duck in #45
|
2014-09-29 13:39:41 +02:00 |
|
Bruno Sutic
|
1b79eb2f63
|
Rename default strategy to ps
|
2014-09-21 15:12:35 +02:00 |
|
Bruno Sutic
|
8ebda79f68
|
Implement save command strategy gdb
@danschumann originally came up with this strategy in #44
|
2014-09-21 00:08:41 +02:00 |
|
Bruno Sutic
|
ae9083e695
|
Implement save command strategy: pgrep
|
2014-09-20 23:55:19 +02:00 |
|
Bruno Sutic
|
9f7050aaae
|
Use a strategy when fetching pane full command
|
2014-09-20 23:47:15 +02:00 |
|