An open API service indexing awesome lists of open source software.

https://github.com/2kabhishek/rat

A rusty cat 🐭🦀
https://github.com/2kabhishek/rat

cat cli command-line pager rat ratcat rust

Last synced: about 1 year ago
JSON representation

A rusty cat 🐭🦀

Awesome Lists containing this project

README

          

rat / ratcat


License


People


Stars


Forks


Watches


Last Updated

A rusty cat 🐭🦀

rat / ratcat is a clone of cat written in rust

## ✨ Features

- Blazing fast performance
- Great error reporting
- Superior test coverage
- Minimalistic and simple

## Setup

### ⚡ Requirements

- cargo / Rust

### 🚀 Installation

```bash
git clone https://github.com/2kabhishek/rat
cd rat
cargo install --path .
# or
cargo install ratcat
```

### 💻 Usage

```bash
Usage: ratcat

Arguments:

Options:
-h, --help Print help
```

## Behind The Code

### 🌈 Inspiration

Wanted to explore me some rusty rust.

### 💡 Challenges/Learnings

- Rust tooling with neovim is awesome!
- Error handling in rust can be as complicated or as simple as you want.
- Unit tests are conventionally stored in the same file as src.

### 🧰 Tooling

- [Dotfiles](https://github.com/2kabhishek/Dotfiles) — Dev Environment
- [nvim2k](https://github.com/2kabhishek/nvim2k) — Personalized Editor
- [awesome2k](https://github.com/2kabhishek/awesome2k) — Tiling Window Manager

### 🔍 More Info

- [rgep](https://github.com/2kabhishek/rgep) — a rusty grep


⭐ hit the star button if you found this useful ⭐

Source
| Blog
| Twitter
| LinkedIn
| More Links
| Other Projects