shift: A tool to quickly switch between directories

[ mit, program, tools ] [ Propose Tags ]

This is a command-line tool to "teleport" between directories


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.1.3
Dependencies ansi-terminal, base (>=4.9 && <5), binary, bytestring, composition-prelude, directory, filepath, optparse-applicative [details]
License MIT
Copyright 2010 Siddharth Bhat, 2017-2019 Vanessa McHale
Author Siddharth Bhat, Vanessa McHale
Maintainer vamchale@gmail.com
Category Tools
Bug tracker https://github.com/vmchale/teleport/issues
Source repo head: git clone https://github.com/vmchale/teleport
Uploaded by vmchale at 2019-04-27T01:08:55Z
Distributions NixOS:0.2.1.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables teleport-hask
Downloads 4624 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-04-27 [all 3 reports]

Readme for shift-0.2.1.2

[back to package description]

Teleport

A fork of teleport with a focus on clean, functional code.

Use

Unfortunately, since we can't change the directory of the user (possibly an upstream bug), we have to wrap teleport-hask in a bash script, so put bash/teleport on your PATH somewhere.

I also put the following in my ~/.bashrc so that teleport would run in the correct shell:

alias go="source $HOME/.local/bin/teleport"