diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:39:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:39:58 +0100 |
commit | 56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d (patch) | |
tree | 9ad549f831dd0c1fcc96f8c307512be6e496fddf /src/bfind.auto-completion | |
parent | update dist (diff) | |
download | bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.gz bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.bz2 bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.xz |
Change license, rewrite in C, remove info manual, remove shell tab completion, misc3.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/bfind.auto-completion')
-rw-r--r-- | src/bfind.auto-completion | 17 |
1 files changed, 0 insertions, 17 deletions
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')) -) - |