Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/redsnail
The command line that shows you where you are
https://github.com/takluyver/redsnail
Last synced: about 2 months ago
JSON representation
The command line that shows you where you are
- Host: GitHub
- URL: https://github.com/takluyver/redsnail
- Owner: takluyver
- Created: 2014-11-22T00:24:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T09:51:40.000Z (over 8 years ago)
- Last Synced: 2024-10-11T19:19:23.336Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 611 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use the power of the command line, but see what you're doing.
![screenshot of Redsnail, showing files panel and git panel](screenshot.png)
Are you always typing `ls` or `git status` in your shell? Have you customised
your prompt to give you extra information? Everything people do, we look at
what we're working on. Manipulating files and folders in the shell shouldn't
be any different - it should be easy to see what you're doing.That's what Redsnail does. With every command you run, the files panel shows
you the contents of the folder you're in. ``cd`` into a git repository, and
the git panel appears.What other panels do you want to see?
## Installation
(Linux only, for now - Mac users, see [issue #5](https://github.com/takluyver/redsnail/issues/5))
If you have [Batis](http://batis-installer.github.io/), you can install by running:
batis install https://takluyver.github.io/redsnail/batis_index.json
If not, [download the tarball](https://github.com/takluyver/redsnail/releases/download/0.3/redsnail-0.3.app.tgz),
then unpack and install it from the command line by running:tar xzf redsnail-0.3.app.tgz
cd redsnail
./install.sh## Running from development
1. Make sure you have the development requirements: make, pip, bower.
2. Run `make deps` to fetch Python & JS dependencies
3. Run `python3 redsnail` to launch Redsnail.