catsh-core

Crates.iocatsh-core
lib.rscatsh-core
version0.1.1
sourcesrc
created_at2021-03-28 00:51:35.785417
updated_at2021-04-16 00:59:39.460005
descriptionA cross-platform shell.
homepage
repositoryhttps://github.com/jheysonsaav/catsh
max_upload_size
id374473
size11,339
Jheyson Saavedra (jheysonsaav)

documentation

README

catsh

GitHub Workflow Status GitHub release GitHub license GitHub contributors

A catsh cross-platform shell

Usage

For create a new catsh session run the command catsh start

Requirements

Compiling

  1. keep the requirements in mind
  2. clone this repository:
  • Github Cli: gh repo clone jheysonsaav/catsh
  • Git: git clone https://github.com/jheysonsaav/catsh.git
  1. go to the folder called catsh and run the cargo build --release command
  2. you have succeeded, now you can run catsh with the target/release/catsh command for unix systems or .\target\release\catsh.exe for windows
Commit count: 110

cargo fmt