You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan 7f6474f0e4
Bump to beta.3
9 months ago
..
help_text Bump to beta.3 9 months ago
src Fix masked input issues 9 months ago
Cargo.toml Bump to beta.3 9 months ago
README.md Upgrading clap version to 4.x for skysh (#284) 2 years ago

README.md

Skytable Shell

This directory contains the source code for the Skytable Shell. When compiled, it produces a single binary skysh, short for Skytable shell. The Skytable shell can be used to connect to a Skytable instance, and it provides some nice to have shell features like history, terminal interactions and more.

By default, skysh connects to the default:default entity for an instance running on 127.0.0.1 (localhost) on port 2003. You can change these connection settings use command-line parameters.

Usage

The below terminal interactions show a few ways in which skysh can be used:

# Use skysh to run one-off expressions
skysh -e "SET x 100" "GET x"

License

All files in this directory are distributed under the AGPL-3.0 License.