# bonds-cli
[](https://crates.io/crates/bonds-cli) [](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.
[](https://bonds.fyi/latest/api/bonds_cli/) [](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.

```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.