bonds-cli 0.1.6

CLI for creating and managing symlink-based bonds
Documentation
# bonds-cli

[![Crates.io](https://img.shields.io/crates/v/bonds-cli.svg)](https://crates.io/crates/bonds-cli) [![License](https://img.shields.io/github/license/clxrityy/bonds.svg)](https://github.com/clxrityy/bonds/blob/master/LICENSE)

Relies on [bonds-core](https://bonds.fyi/latest/api/bonds_core/) for core logic, and provides a command-line interface for managing symlinks.

[![Documentation](https://img.shields.io/badge/docs-blue?logo=rust&logoColor=white)](https://bonds.fyi/latest/api/bonds_cli/) [![CI](https://github.com/clxrityy/bonds/actions/workflows/ci.yml/badge.svg)](https://github.com/clxrityy/bonds/actions/workflows/ci.yml)

> It offers features such as creating, listing, and removing symlinks, as well as advanced functionalities like bulk operations and integration with file explorers. The CLI is designed to be user-friendly and efficient, making it easy to manage symlinks directly from the terminal.

![Crates.io Size](https://img.shields.io/crates/size/bonds-cli?style=flat)

```bash
cargo install bonds-cli
```

##### Resources

- **[COMMANDS]https://bonds.fyi/latest/cli#commands**: A comprehensive list of available commands, their usage, and examples.
- **[API REFERENCE]https://bonds.fyi/latest/api/bonds_cli/**: Detailed documentation of the CLI's API.
- **[ARCHITECTURE]https://bonds.fyi/latest/architecture/**: An overview of the system's architecture.