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.7 && <5), binary, bytestring, composition-prelude, data-default, microlens, optparse-applicative, system-fileio, system-filepath, text, turtle [details]
License MIT
Copyright 2010 Siddharth Bhat, 2017 Vanessa McHale
Author Siddharth Bhat, Vanessa McHale
Maintainer vamchale@gmail.com
Category Tools
Home page https://github.com/vmchale/teleport#readme
Bug tracker https://github.com/vmchale/teleport/issues
Source repo head: git clone https://github.com/vmchale/teleport
Uploaded by vmchale at 2018-07-06T01:02:29Z
Distributions NixOS:0.2.1.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables teleport-hask
Downloads 4639 total (35 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 2018-07-06 [all 3 reports]

Readme for shift-0.2.0.3

[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"

Code

tokei output for previous package:

-------------------------------------------------------------------------------
 Language            Files        Lines         Code     Comments       Blanks
-------------------------------------------------------------------------------
 Cabal                   1           60           53            1            6
 Haskell                 4          383          248           51           84
 Markdown                2           22           22            0            0
 Shell                   1           11            7            3            1
 YAML                    1           29            5           16            8
-------------------------------------------------------------------------------
 Total                   9          505          335           71           99
-------------------------------------------------------------------------------

For the forked package:

-------------------------------------------------------------------------------
 Language            Files        Lines         Code     Comments       Blanks
-------------------------------------------------------------------------------
 Cabal                   1           51           48            0            3
 Haskell                 3          213          167            9           37
 Markdown                1           23           23            0            0
 YAML                    1            6            6            0            0
-------------------------------------------------------------------------------
 Total                   6          293          244            9           40
-------------------------------------------------------------------------------