devterm-tui
v1.0.2
Published
A terminal-native social network TUI client for developers
Maintainers
Readme
DevTerm TUI Client
A terminal user interface for DevTerm, a terminal-native social network for developers.
Installation
npm install -g devterm-tuiOr install from source:
git clone https://github.com/Nom-nom-hub/DevTerm.git
cd DevTerm/devterm/client-tui
npm installUsage
devterm-tuiOr if installed from source:
npm startFeatures
- Login: Authenticate with your user ID or username
- Feed: View the latest posts from the community
- Post: Create new posts to share with the community
- Rooms: Browse and join chat rooms
- Roulette: Connect with random developers for ephemeral conversations
Navigation
- Use the number keys to select options from the main menu
- Press
Enterto submit forms - Press
ESCto go back or exit the application
Screens
- Home Screen: Main menu with access to all features
- Login Screen: Authenticate with your user ID or username
- Feed Screen: View the latest posts from the community
- Post Screen: Create new posts to share with the community
- Rooms Screen: Browse and join chat rooms
- Roulette Screen: Connect with random developers for ephemeral conversations
Examples
# Install and run the TUI client
npm install -g devterm-tui
devterm-tui
# Or run from source
git clone https://github.com/Nom-nom-hub/DevTerm.git
cd DevTerm/devterm/client-tui
npm install
npm start
# Navigate using number keys:
# 1. Login
# 2. View Feed
# 3. Create Post
# 4. Rooms
# 5. Roulette Chat
# ESC. ExitGitHub Repository
The source code for this project is available at: https://github.com/Nom-nom-hub/DevTerm.git
