Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,33 +88,6 @@ bayesian-ssh add "Server" host.com --no-bastion
bayesian-ssh add "Server" host.com --bastion custom-bastion.com
```

## 🔧 Development & Release

### Makefile Commands
```bash
# Show all available commands
make help

# Build and test
make build # Debug build
make release # Release build
make test # Run tests
make install # Install to system

# Code quality
make format # Format code
make lint # Run clippy
make check # Cargo check

# Development workflow
make dev # Full dev workflow
make pre-commit # Pre-commit checks

# Version management
make bump-patch # Bump patch version
make bump-minor # Bump minor version
make bump-major # Bump major version
```

### Configuration

Expand All @@ -137,16 +110,6 @@ For comprehensive guides and advanced topics, see the [docs/](docs/) folder:
- **[Troubleshooting](docs/troubleshooting.md)** - Common issues and solutions
- **[Documentation Index](docs/README.md)** - Complete documentation overview

## 🆕 Recent Updates

### v0.1.0 (Current)
- ✅ **Core CLI functionality** with connection management
- ✅ **Kerberos integration** with automatic ticket handling
- ✅ **Bastion host support** with smart routing
- ✅ **SSH config import** for easy migration
- ✅ **Tag-based organization** for efficient management
- ✅ **CI pipeline** with automated testing
- ✅ **Comprehensive documentation** with examples

### Coming Soon
- 🎨 **Tauri GUI Interface** - Modern React-based interface
Expand All @@ -165,14 +128,7 @@ For comprehensive guides and advanced topics, see the [docs/](docs/) folder:

This project is licensed under **MIT**. See the [LICENSE](LICENSE) file for details.

## 🙏 Acknowledgments

- **Rust** : For performance and security
- **SQLite** : For data persistence
- **The open source community** : For inspiration

---

**Transform your SSH experience today!** 🎯

*Developed with ❤️ by Abdoufermat*