catsh-cli

Crates.iocatsh-cli
lib.rscatsh-cli
version0.1.1
sourcesrc
created_at2021-03-28 00:52:27.169913
updated_at2021-04-16 01:00:35.475255
descriptionA cross-platform shell.
homepage
repositoryhttps://github.com/jheysonsaav/catsh
max_upload_size
id374475
size17,954
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