Crates.io | fast-cli |
lib.rs | fast-cli |
version | 0.1.5 |
source | src |
created_at | 2022-07-16 15:03:05.11692 |
updated_at | 2023-01-21 21:14:08.606003 |
description | fast.com, but from the terminal |
homepage | |
repository | https://github.com/fdionisi/fast-cli/ |
max_upload_size | |
id | 626765 |
size | 44,308 |
As for Captain Hook, also this repository is inspired by a well-known Node.js project: fast-cli by Sindre Sorhus. This implementation aims to provide a smaller executable than the JavaScript counterpart and to avoid the rigid requirement of Node.js. It's also an opportunity to exercise my Rust and test Zed editor.
fast
Note to install
fast-cli
you have to usecargo install
. Unfortunately some dependencies requires openssl that was removed fromcross-rs
.I'd be happy to provide cross-platform executables, but it's not on top of my priority list. Contributions are most welcome.
cargo install fast-cli
To update the Captain Hook with Cargo, remember to force re-installing the binary.
cargo install -f fast-cli
It is only possible to install fast-cli
by building from source:
git clone git@github.com:fdionisi/fast-cli.git
cd fdionisi/fast-cli
cargo install --path crates/cli
Fast CLI is distributed under the terms of the MIT license.
See LICENSE for details.