From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: guix fish completions (preview) Date: Sun, 26 Mar 2017 13:31:47 +0000 Message-ID: <20170326133147.5lbxvoz6egqkqrse@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cs8Gy-00068K-H9 for guix-devel@gnu.org; Sun, 26 Mar 2017 09:31:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cs8Gu-000526-Jr for guix-devel@gnu.org; Sun, 26 Mar 2017 09:31:56 -0400 Received: from fragranza.investici.org ([2a00:1dc0:2479::19]:62234) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cs8Gu-00051y-8r for guix-devel@gnu.org; Sun, 26 Mar 2017 09:31:52 -0400 Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id EBAD62C0116 for ; Sun, 26 Mar 2017 13:31:49 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I'm not up to releasing it, as some functions (like guix pack) are missing now, and some are not complete. I want at least 98% complete coverage of guix before I make a release. fish-guix was started as a 'pet project' to hack on guix completions for the fish. For those who want to test it, it's located at: https://gitweb.pragmatique.xyz/user/ng0/fish-guix.git/ The way I usually do commits ignores the git feature of added metadata tracking, when you are active working, and other patterns. It might say "last commit 32 years ago", and there's only two commits, but I squashed most commits together as I moved it from its previous location. I welcome contributions of any kind via plain git send-email or whatever applies, pulling from remotes, etc. On the occasions where I used fish, this was already helpful and functional. The way these fish completions work, is by cloning it and then symlinking into the fish/completions directory.