Skip to content

jakehwll/intertui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

▗▄▄▄▖▗▖  ▗▖▗▄▄▄▖▗▄▄▄▖▗▄▄▖▗▄▄▄▖▗▖ ▗▖▗▄▄▄▖
  █  ▐▛▚▖▐▌  █  ▐▌   ▐▌ ▐▌ █  ▐▌ ▐▌  █  
  █  ▐▌ ▝▜▌  █  ▐▛▀▀▘▐▛▀▚▖ █  ▐▌ ▐▌  █  
▗▄█▄▖▐▌  ▐▌  █  ▐▙▄▄▖▐▌ ▐▌ █  ▝▚▄▞▘▗▄█▄▖

intertui

A terminal client for Intercept, the hacking MUD by bubmet. Built with Bubble Tea.

This project is unofficial and not affiliated with the game or its authors.

intertui preview

Requirements

  • Go 1.25 or later
  • A terminal that supports ANSI colors and alternate screen mode

Install

go install github.com/jakehwll/intertui@latest

Or build from source:

git clone https://github.com/jakehwll/intertui.git
cd intertui
go build -o intertui .

Usage

# New account (registers on server + writes ~/.intertui/config.yaml)
intertui register --server HOST --user YOU --pass SECRET

# Or one-time setup if you already have an account
intertui init --server HOST --user YOU --pass SECRET

# Start the intertui UI
intertui

Flags

Flag Description
--user Intercept username
--pass Intercept password

Environment variables

Variable Flag
INTERCEPT_USER --user
INTERCEPT_PASS --pass

Configuration

Default settings live in ~/.intertui/config.yaml (create with intertui register or intertui init). --user and --pass override the file for a single session.

Session logs are written to ~/.intertui/logs/latest.log.

Development

See CONTRIBUTING.md.

License

GNU General Public License v3.0 or later. See LICENSE.

Acknowledgements

About

A terminal client for Intercept.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages