<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="
http://www.w3.org/2005/Atom">
<title>plstree, branch HEAD</title>
<subtitle>ps and ls displayed as a tree
</subtitle>
<entry>
<id>8ad9fb53fc342737d2ab544be348a01353c8c73d</id>
<published>2018-06-12T21:06:03Z</published>
<updated>2018-06-12T21:06:03Z</updated>
<title type="text">add a real README (not from the man pages)</title>
<link rel="alternate" href="commit/8ad9fb53fc342737d2ab544be348a01353c8c73d.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 8ad9fb53fc342737d2ab544be348a01353c8c73d
parent 6bb600c443072c795242155b40d04d4b721a1baa
Author: Josuah Demangeon <
[email protected]>
Date: Tue, 12 Jun 2018 23:06:03 +0200
add a real README (not from the man pages)
</content>
</entry>
<entry>
<id>6bb600c443072c795242155b40d04d4b721a1baa</id>
<published>2018-06-10T09:37:43Z</published>
<updated>2018-06-10T09:37:43Z</updated>
<title type="text">proofread and improve the man pages</title>
<link rel="alternate" href="commit/6bb600c443072c795242155b40d04d4b721a1baa.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 6bb600c443072c795242155b40d04d4b721a1baa
parent 5e9e94b21af36ac48a03a08fcf8b45c2004e5c52
Author: Josuah Demangeon <
[email protected]>
Date: Sun, 10 Jun 2018 11:37:43 +0200
proofread and improve the man pages
</content>
</entry>
<entry>
<id>5e9e94b21af36ac48a03a08fcf8b45c2004e5c52</id>
<published>2018-06-10T00:43:06Z</published>
<updated>2018-06-10T00:43:06Z</updated>
<title type="text">update the names in the readme too</title>
<link rel="alternate" href="commit/5e9e94b21af36ac48a03a08fcf8b45c2004e5c52.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 5e9e94b21af36ac48a03a08fcf8b45c2004e5c52
parent fee3d0d90ef36e4d28fbb36251f06dd4e7be492d
Author: Josuah Demangeon <
[email protected]>
Date: Sun, 10 Jun 2018 02:43:06 +0200
update the names in the readme too
Thank you quinq!
</content>
</entry>
<entry>
<id>fee3d0d90ef36e4d28fbb36251f06dd4e7be492d</id>
<published>2018-06-09T20:50:08Z</published>
<updated>2018-06-09T20:50:08Z</updated>
<title type="text">show the process memory size instead of the tty</title>
<link rel="alternate" href="commit/fee3d0d90ef36e4d28fbb36251f06dd4e7be492d.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit fee3d0d90ef36e4d28fbb36251f06dd4e7be492d
parent e3d30e6a69c7376cacf94f5cadc26d9a5655b5b3
Author: Josuah Demangeon <
[email protected]>
Date: Sat, 9 Jun 2018 22:50:08 +0200
show the process memory size instead of the tty
The associated tty is specific for terminal interaciton so have been
removed.
Instead, the process memory size is added: this helps to have an
estimation of a whole process tree: if software are forking or start
other programs, it helps to have the memory footprint of _all_ of them
instead of just one.
</content>
</entry>
<entry>
<id>e3d30e6a69c7376cacf94f5cadc26d9a5655b5b3</id>
<published>2018-06-09T20:37:47Z</published>
<updated>2018-06-09T20:37:47Z</updated>
<title type="text">ptree: also show the argv of each command</title>
<link rel="alternate" href="commit/e3d30e6a69c7376cacf94f5cadc26d9a5655b5b3.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit e3d30e6a69c7376cacf94f5cadc26d9a5655b5b3
parent 022d132a4fddf73790e485de031f4da9d8ac6c81
Author: Josuah Demangeon <
[email protected]>
Date: Sat, 9 Jun 2018 22:37:47 +0200
ptree: also show the argv of each command
This is to avoid the need to constantly run "ps -ax | less -S" after
"ptree | less", so only "ptree | less -S" is enough.
</content>
</entry>
<entry>
<id>022d132a4fddf73790e485de031f4da9d8ac6c81</id>
<published>2018-05-08T13:01:19Z</published>
<updated>2018-05-08T13:01:19Z</updated>
<title type="text">also remove the 's' in the Makefile</title>
<link rel="alternate" href="commit/022d132a4fddf73790e485de031f4da9d8ac6c81.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 022d132a4fddf73790e485de031f4da9d8ac6c81
parent 8f5c49ce46e34aa3081443e430546c3a48f80161
Author: Josuah Demangeon <
[email protected]>
Date: Tue, 8 May 2018 15:01:19 +0200
also remove the 's' in the Makefile
The previous commit should have done this
</content>
</entry>
<entry>
<id>8f5c49ce46e34aa3081443e430546c3a48f80161</id>
<published>2018-05-08T12:47:05Z</published>
<updated>2018-05-08T12:47:08Z</updated>
<title type="text">remove the 's' to avoid a name clash with pstree</title>
<link rel="alternate" href="commit/8f5c49ce46e34aa3081443e430546c3a48f80161.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 8f5c49ce46e34aa3081443e430546c3a48f80161
parent 15516064abc877fd1e3013db6a3d1a60b19aa062
Author: Josuah Demangeon <
[email protected]>
Date: Tue, 8 May 2018 14:47:05 +0200
remove the 's' to avoid a name clash with pstree
</content>
</entry>
<entry>
<id>15516064abc877fd1e3013db6a3d1a60b19aa062</id>
<published>2018-04-25T09:14:57Z</published>
<updated>2018-04-25T09:14:57Z</updated>
<title type="text">unicode rules!</title>
<link rel="alternate" href="commit/15516064abc877fd1e3013db6a3d1a60b19aa062.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 15516064abc877fd1e3013db6a3d1a60b19aa062
parent 831aad5bc57de1c9fc9dba8b50c96db340d4cfcd
Author: Josuah Demangeon <
[email protected]>
Date: Wed, 25 Apr 2018 11:14:57 +0200
unicode rules!
</content>
</entry>
<entry>
<id>831aad5bc57de1c9fc9dba8b50c96db340d4cfcd</id>
<published>2018-04-20T10:29:24Z</published>
<updated>2018-04-20T10:29:24Z</updated>
<title type="text">examples are more suited to the website than the man page</title>
<link rel="alternate" href="commit/831aad5bc57de1c9fc9dba8b50c96db340d4cfcd.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 831aad5bc57de1c9fc9dba8b50c96db340d4cfcd
parent a63a660200ed35ebc2239079585d896a0d6ecde8
Author: Josuah Demangeon <
[email protected]>
Date: Fri, 20 Apr 2018 12:29:24 +0200
examples are more suited to the website than the man page
</content>
</entry>
<entry>
<id>a63a660200ed35ebc2239079585d896a0d6ecde8</id>
<published>2018-04-20T10:16:12Z</published>
<updated>2018-04-20T10:16:12Z</updated>
<title type="text">Add a README from the manpages</title>
<link rel="alternate" href="commit/a63a660200ed35ebc2239079585d896a0d6ecde8.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit a63a660200ed35ebc2239079585d896a0d6ecde8
parent e092c20c44cba0f35a9052ef37408061755faf09
Author: Josuah Demangeon <
[email protected]>
Date: Fri, 20 Apr 2018 12:16:12 +0200
Add a README from the manpages
</content>
</entry>
<entry>
<id>e092c20c44cba0f35a9052ef37408061755faf09</id>
<published>2018-04-20T10:15:53Z</published>
<updated>2018-04-20T10:15:53Z</updated>
<title type="text">Add man pages</title>
<link rel="alternate" href="commit/e092c20c44cba0f35a9052ef37408061755faf09.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit e092c20c44cba0f35a9052ef37408061755faf09
parent e8122c7cbfd41489a923b76ba925b141c59e38ce
Author: Josuah Demangeon <
[email protected]>
Date: Fri, 20 Apr 2018 12:15:53 +0200
Add man pages
</content>
</entry>
<entry>
<id>e8122c7cbfd41489a923b76ba925b141c59e38ce</id>
<published>2018-04-19T02:23:54Z</published>
<updated>2018-04-19T02:23:54Z</updated>
<title type="text">add man pages and a Makefile</title>
<link rel="alternate" href="commit/e8122c7cbfd41489a923b76ba925b141c59e38ce.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit e8122c7cbfd41489a923b76ba925b141c59e38ce
parent 35d52859f6fcd9f3d9e411584784f4ccd4b75b87
Author: Josuah Demangeon <
[email protected]>
Date: Thu, 19 Apr 2018 04:23:54 +0200
add man pages and a Makefile
</content>
</entry>
<entry>
<id>35d52859f6fcd9f3d9e411584784f4ccd4b75b87</id>
<published>2018-04-19T02:02:41Z</published>
<updated>2018-04-19T02:02:41Z</updated>
<title type="text">initial import from ~/bin</title>
<link rel="alternate" href="commit/35d52859f6fcd9f3d9e411584784f4ccd4b75b87.gph" />
<author>
<name>Josuah Demangeon</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 35d52859f6fcd9f3d9e411584784f4ccd4b75b87
Author: Josuah Demangeon <
[email protected]>
Date: Thu, 19 Apr 2018 04:02:41 +0200
initial import from ~/bin
</content>
</entry>
</feed>