fido 0.2.1

A blazing-fast, keyboard-driven social platform for developers
Documentation
# Fido

A blazing-fast, keyboard-driven social platform for developers. No algorithms, no ads, just posts and conversations.

## Installation

```bash
cargo install fido
```

## Quick Start

```bash
fido
```

Login with GitHub or try a test user. Press `?` for help.

## Features

- **Keyboard-driven** - `j/k` to navigate, `u/d` to vote, `n` to post
- **Markdown posts** - Format your thoughts with hashtags and emoji shortcodes
- **Direct messages** - Private conversations with other users
- **GitHub auth** - Login with your GitHub account
- **Customizable** - Themes, sorting, display preferences
- **Fast** - Terminal-native, no web bloat

## Key Controls

- `Tab` - Switch tabs
- `j/k` or arrows - Navigate
- `u/d` - Upvote/Downvote
- `n` - New post
- `?` - Help
- `q` - Quit

## Documentation

For detailed documentation, troubleshooting, and contributing guidelines, see the [GitHub repository](https://github.com/ianjamesburke/fido).

## License

MIT