From 56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Feb 2021 15:39:58 +0100 Subject: Change license, rewrite in C, remove info manual, remove shell tab completion, misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/bfind.auto-completion | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/bfind.auto-completion (limited to 'src/bfind.auto-completion') diff --git a/src/bfind.auto-completion b/src/bfind.auto-completion deleted file mode 100644 index ecc95f8..0000000 --- a/src/bfind.auto-completion +++ /dev/null @@ -1,17 +0,0 @@ -(bfind - (unargumented (options -x --xdev) (complete --xdev) - (desc 'Crawl across mount points')) - - (unargumented (options -h --hardlinks) (complete --hardlinks) - (desc 'Be aware of hardlinked directories')) - - (unargumented (options -s --symlinks) (complete --symlinks) - (desc 'Crawl symbolically linked directories, but never visit more than once')) - - (unargumented (options -v --visible) (complete --visible) - (desc 'Do not list files starting with a dot')) - - (unargumented (options -0 --print0) (complete --print0) - (desc 'Terminate lines with NUL instead of LF')) -) - -- cgit v1.2.3-70-g09d2