From f55be528ad86b02568789c8ba30e3d7c238f8700 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 12 Jul 2020 13:14:19 -0400 Subject: add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02179c3 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +rempty +------ + +This utility removes all empty directories under the tree(s) specified on +the command line. It's useful for cleaning up after inconsiderate programs +that create empty directories as a matter of course. For example: + + rempty "${XDG_CONFIG_HOME:-~/.config}" "${XDG_DATA_HOME:-~/.local}" "${XDG_CACHE_HOME:-~/.cache}" + +This can clean up after many messy programs that otherwise conform to the XDG +base directory specification. -- cgit v1.2.1