Skip to content

unixversehq/unixversehq.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–₯️ Terminal Portfolio (Interactive CLI Web Interface)

This project is a terminal-style, retro-themed interactive web app that mimics a shell interface. Users can explore fake directories, view markdown files, and interact using typed commands β€” just like a real terminal.

πŸš€ Features

  • πŸ” Login Simulation: Start with login (password: rh3xp)
  • πŸ“‚ Virtual Filesystem: Navigate using cd, ls, and create files with touch
  • πŸ“œ Markdown Rendering: Use cat about.md to see markdown rendered as styled HTML
  • 🧠 Command History: Press ↑ / ↓ to cycle through previous commands
  • ⚑ Autocomplete: Press Tab to autocomplete filenames
  • 🎨 Theme Toggle: Use theme to switch to light mode (from default dark)

πŸ›  Commands Supported

Command Description
login Prompts for password (rh3xp) to enable commands
help Lists available commands
ls Lists contents of current directory
cd [dir] Changes directory
cat [file] Renders markdown or shows file not found
touch [file] Creates a new file in current directory
open [item] Simulates opening a project or file
whoami Shows identity
clear Clears the terminal
exit Ends session
theme Toggles light/dark mode

πŸ“ Folder Structure (Virtual)

/ β”œβ”€β”€ projects/ β”‚ β”œβ”€β”€ project1 β”‚ └── project2 β”œβ”€β”€ resume.pdf β”œβ”€β”€ notes.txt └── about.md

Releases

No releases published

Packages

No packages published

Languages