https://github.com/reim-developer/anchor
CLI tool for hash verification and file formatting (YARN, XML, JSON, Markdown). Built with Rust for speed and efficiency.
https://github.com/reim-developer/anchor
cli formatter linux rust rust-lang
Last synced: 5 months ago
JSON representation
CLI tool for hash verification and file formatting (YARN, XML, JSON, Markdown). Built with Rust for speed and efficiency.
- Host: GitHub
- URL: https://github.com/reim-developer/anchor
- Owner: Reim-developer
- License: gpl-3.0
- Created: 2025-02-10T05:30:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T02:45:39.000Z (12 months ago)
- Last Synced: 2025-04-05T09:42:05.410Z (10 months ago)
- Topics: cli, formatter, linux, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 133 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Table of Content
- [What is the Anchor?](#what-is-the-anchor)
- [Supported File Formats](#supported-file-formats)
- [Quick Start](#quick-start)
- [Features](#features)
- [Example Usage](#example-usage)
- [Bug Reports](#bug-reports)
# What is the Anchor?
**Anchor** _is a lightweight, efficient Rust-based command-line tool for managing, organizing, and processing files on Linux, Windows, and macOS, designed for speed, simplicity, and optimal performance._
# Supported File Formats:
| File extension | File type |
| :------------: | :-------- |
| .json | JSON File |
| .xml | XML File |
| .yml | YAML File |
| .md | Markdown File |
# Quick Start
## 🚀 Install & Run
**1️⃣ Download the latest binary** [here](https://github.com/Reim-developer/anchor/releases)
**2️⃣ Extract & Run**
### Linux & macOS
```sh
chmod +x anchor && ./anchor --help
```
### Windows
```cmd
anchor.exe --help
```
# Features
- ✅ JSON/Markdown/XML/YAML Formatter – Beautify your messy files
- ✅ Hash Checker – Verify file integrity
# Example Usage
### Format a file
```sh
anchor fmt -f YOUR_FILE
```
📌 **Note:** See the list of supported formats [here](#supported-file-formats).
### Get hash of a file
```sh
anchor hash -f myfile.txt
```
📌 **Tip:** Use `--debug` to print logs to stdout.
# Bug Reports
🐛 Found a bug? Open an issue [here](https://github.com/Reim-developer/anchor/issues) and let me know how bad it is.