Skip to content

reasky/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TERMINAL (reasky.ru)

A personal website styled as an old-school terminal emulator.
The user interacts with the interface via commands — just like in a real CLI.

Demo video

Watch on YouTube

Core commands

ls
Lists the contents of the current directory. Folders are marked with /.

cd <dir>
Changes the directory. Supports cd .. to go up and cd with no arguments to return to ~.

whoami
Returns the string visitor.

cat <filename>
Displays the contents of a file line by line, if the file exists.

memo <filename>
Triggers a "memory" — a visual scene built with React Three Fiber.
Supports house.memory. Can be launched in dev mode via --dev.

clear
Clears the terminal output.

Technologies used

— React
— React Three Fiber
— Drei
— GSAP
— Styled Components
— Vite

Author

github.com/reasky

About

My business card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors