1.0.4 • Published 6 years ago

@leluxnet/shelly v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

Shelly

The cross-platform shell

Installation

Linux

To install Shelly on Linux type in the terminal:

curl https://raw.githubusercontent.com/LeLuxNet/Shelly/master/install/linux.sh | bash -

Windows

To install Shelly on Windows download this file and run it. Then add the outputed path to your path variable.

Usage

To start shelly just type in the command shelly. Now you will be redirected to the shelly shell. You can use there shelly own commands like cd or ls but also native system commands like python. To force the native command add a : in front. You can also use | and && like in Linux.

If you want you can add Shelly to your Windows Terminal. Add the following code in the profiles section of the profiles.json:

{
  "acrylicOpacity" : 0.9,
  "background" : "#3C153B",
  "closeOnExit" : true,
  "colorScheme" : "Campbell",
  "commandline" : "shelly.bat -s",
  "cursorColor" : "#FFFFFF",
  "cursorShape" : "bar",
  "fontFace" : "Consolas",
  "fontSize" : 10,
  "guid" : "{b5980744-c679-4843-ac4e-8c1b560de392}",
  "historySize" : 9001,
  "name" : "Shelly",
  "padding" : "0, 0, 0, 0",
  "snapOnInput" : true,
  "startingDirectory" : "%USERPROFILE%",
  "useAcrylic" : true
}
1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago