Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

MarborisOrg/cargof-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux!

This command is used to run Cargo in the Linux terminal. By default, it initializes projects with cargo new and configures them with compression and optimized settings for the Release profile. The build command then compiles the program with these optimizations, saves the output in the release folder under a new name, and prints the file size.

Simple and practical.

Install

sudo bash install.sh

Put this line to your .bashrc OR .zshrc

source /etc/profile.d/cargof_completion.sh

Usage:

cf --help
cargof [TAB]

Example:

cf new --name exampl --bin

cf new --name helloworld
cd helloworld
cf build

Author

- MRB

About

Cargo Shell for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages