about summary refs log tree commit diff
path: root/pkgs/tools/misc/autojump
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22autojump: fixup python shebang after cross fixJörg Thalheim1-0/+2
we need python also in buildInputs for the shebang to get fixed properly
2022-11-18autojump: fix cross compilationNick Cao1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-26autojump: py2 -> py3Peter Hoeg1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-16autojump: 22.5.1 -> 22.5.3 (#59447)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/autojump/versions
2019-04-15treewide: update homepages to https where availableMatthew Bauer1-1/+1
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2018-05-18autojump: reworkEric Bailey1-60/+49
- fetchurl -> fetchFromGitHub - Update URLs: joelthelion -> wting - mkdir + cp -> install - Use -z flag to set zshshare_dir - Add me as a maintainer - Use recursive version instead of let - meta: with stdenv.lib; ...
2018-02-24autojump: 22.5.0 -> 22.5.1Ryan Mulligan1-2/+2
Semi-automatic update; builds on NixOS
2018-02-13autojump: install fish shell completionsJosé Luis Lafuente1-0/+3
2016-11-20autojump: 22.2.4 -> 22.5.0Robert Helgesson1-2/+2
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-05-04autojump: include a way to find the share dirzimbatm1-3/+7
autojump-share is a new script that gives you the path to autojump's shared directory. It can then be used in the various shell's rc files to find and source the autojump integration. Eg: source "$(autojump-share)/autojump.bash" Fixes #3239
2015-03-22simplify convoluted path to autojump.zshHoang Xuan Phu1-1/+1
2015-03-21document workaround for sourcing autojump init file from zshHoang Xuan Phu1-1/+3
2015-03-04autojump: Update to 22.2.4William Roe1-7/+4
2014-12-30Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice1-1/+1
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-09-26autojump: correctly set prefixDomen Kožar1-3/+1
2013-09-26autojump: 21.5.8 -> 21.6.9Domen Kožar1-2/+3
2013-07-07autojump: fix build on darwinJason "Don" O'Conal1-0/+3
* remove install.sh shell check
2013-05-05autojump: add bash as buildInputDomen Kozar1-1/+1
2013-05-05fix autojump licence attributeDavid Guibert1-1/+1
2013-05-05autojump: bump and reogranize a bit, not functional yetDomen Kozar1-22/+14
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-05-26Add Autojump, a smart replacement for `cd'.Ludovic Courtès1-0/+64
svn path=/nixpkgs/trunk/; revision=15738