https://github.com/vmchale/teleport
Fork of teleport
https://github.com/vmchale/teleport
Last synced: 11 months ago
JSON representation
Fork of teleport
- Host: GitHub
- URL: https://github.com/vmchale/teleport
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-05-11T02:52:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T17:02:50.000Z (over 5 years ago)
- Last Synced: 2025-01-08T12:07:55.600Z (about 1 year ago)
- Language: Haskell
- Size: 24.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teleport
A fork of [teleport](https://github.com/bollu/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:
```bash
alias go="source $HOME/.local/bin/teleport"
```