1 { lib, stdenv, fetchFromGitHub } :
3 stdenv.mkDerivation rec {
5 version = "unstable-2016-08-11";
7 src = fetchFromGitHub {
10 rev = "90b531a5daaa545c74c7d98974b54cbdb92659fc";
11 sha256 = "0i22qmhq3indpvwbxz7c472rdyp8grag55x7iyjz8gmyn8gxjc11";
15 PREFIX=$out make install
19 homepage = "https://github.com/clvv/fasd";
20 description = "Quick command-line access to files and directories for POSIX shells";
21 license = licenses.mit;
24 Fasd is a command-line productivity booster.
25 Fasd offers quick access to files and directories for POSIX shells. It is
26 inspired by tools like autojump, z and v. Fasd keeps track of files and
27 directories you have accessed, so that you can quickly reference them in the
31 platforms = platforms.all;