To access the demo you can go to either
ssh -p 1111 terminal.itsfred.dev | For Fred CLI aka my portfolio |
ssh -p 2222 terminal.itsfred.dev | For cli based wikipedia |
An interactive command-line portfolio application built with Go, featuring a Wikipedia CLI tool and personal portfolio interface accessible via SSH.
localhost:2222
localhost:234
git clone https://github.com/ItsHotdogFred/CLIportfolio.git
cd CLIportfolio
# For the main portfolio
cd Portfolio
go mod tidy
# For the Wikipedia CLI
cd ../WikipediaCLI
go mod tidy
cd Portfolio
go run main.go
cd WikipediaCLI
go run main.go
ssh localhost -p 2222
ssh localhost -p 234
Enter
to select itemsq
or Ctrl+C
to quitEnter
to searchESC
to return to searchq
to quitIām a passionate developer who loves creating games using GDScript in the Godot Game Engine. I enjoy building custom systems that make life easier and have released several games on itch.io.
CLIportfolio/
āāā Portfolio/ # Main portfolio CLI application
ā āāā main.go # Portfolio server and TUI
ā āāā bio.txt # Personal bio
ā āāā contact.txt # Contact information
ā āāā go.mod # Go dependencies
ā āāā Projects/ # Project descriptions
ā āāā jumpstart-gameidea.md
ā āāā Pixelator.md
āāā WikipediaCLI/ # Wikipedia search tool
ā āāā main.go # Wikipedia CLI application
ā āāā go.mod # Go dependencies
āāā README.md # This file
Contributions are welcome! Feel free to:
This project is open source and available under the MIT License.
Built with ā¤ļø using Go and Bubble Tea