2 releases
0.2.9-beta.0 |
|
---|---|
0.2.4-beta.0 |
|
0.2.2-alpha.0 |
|
0.1.1 | Apr 16, 2021 |
#71 in #linux-macos
17KB
340 lines
catsh
A catsh cross-platform shell
Usage
For create a new catsh session run the command catsh start
Requirements
Compiling
- keep the requirements in mind
- clone this repository:
- Github Cli:
gh repo clone jheysonsaav/catsh
- Git:
git clone https://github.com/jheysonsaav/catsh.git
- go to the folder called
catsh
and run thecargo build --release
command - you have succeeded, now you can run catsh with the
target/release/catsh
command for unix systems or.\target\release\catsh.exe
for windows
Dependencies
~5–16MB
~155K SLoC