# Fido
A social media/message board built with Ratatui.
## 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