Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

splatterxl/splatsh

Repository files navigation

Splatsh

Tests Dependencies

Archived, future development is over at Qshell here

The Node.js-based command-line shell for everyone!

Why. Just why. Another shell?

Well, yes but actually no. This isn't meant to replace any of your normal shells, like bash, zsh or fish. This is just a fun experiment. If you want to use it, then do, but beware of the risks.

These 'risks' include:

  • Uncaught TypeError: Cannot read property 'splatsh' of undefined
  • Brendan Eich appearing at your Bed at 3 AM telling you to install Brave
  • being asked to contribute

This is NOT finished.

This is absolutely not fit for any normal day-to-day use. Check this spot in a few hundred years to see if it's ready yet.

Cool, what do I need to install it?

In the future, you will be able to install splatsh via npm or from the AUR, but as of now, the only option is to clone the source code and install it yourself

Building from Source

Well, first of all, you'll need Node.js, a v8-based JavaScript engine

Then, just run

# Install build dependencies
$ npm i

# Install to /usr/local/bin
$ sudo make install

# OR Install to ~/.local/bin
$ PREFIX=$HOME/.local make install

and splatsh will be installed and ready for use!

Seems cool, how 2 contribute?

BE CRAZY!!!

Then simply open a pull request with the feature you want to add

About

A node.js terminal client

Resources

License

Stars

Watchers

Forks

Packages

No packages published