From b63e43b40fb5f0e6e87d1d404050282f15814921 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 6 Feb 2020 21:38:50 +0100 Subject: [PATCH] Remove .snapcraft.yaml. This never worked. --- .snapcraft.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .snapcraft.yaml diff --git a/.snapcraft.yaml b/.snapcraft.yaml deleted file mode 100644 index d7c2633..0000000 --- a/.snapcraft.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: fd -version: git -summary: "A simple, fast and user-friendly alternative to 'find'" -description: | - fd is a simple, fast and user-friendly alternative to find. - - While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. - Features - Convenient syntax: fd PATTERN instead of find -iname '*PATTERN*'. - Colorized terminal output (similar to ls). - It's fast (see benchmarks below). - Smart case: the search is case-insensitive by default. It switches to case-sensitive if the pattern contains an uppercase character*. - Ignores hidden directories and files, by default. - Ignores patterns from your .gitignore, by default. - Regular expressions. - Unicode-awareness. - The command name is 50% shorter* than find :-). - Parallel command execution with a syntax similar to GNU Parallel. - -grade: stable -confinement: classic - -parts: - fd: - plugin: rust - source: ./ - -apps: - fd: - command: bin/fd