About.
I wanted to create a personal website, but a classic design was too boring to keep me excited enough to build it. When I saw a portfolio site designed like bash, I knew this was the type of site I want and started working on this project.
Since I work every day with PowerShell, I decided to replicate its design and syntax.
For more information, you can have a look at the repository for this project
Commands and features.
On this site you can use commands, that resemble PowerShell syntax, to get information about my personal life and career.
I also tried to make the experience as close to working in an actual PowerShell as possible. That's why I implemented the following features:
- Complete a command using the
"Tab"-Key
- Interrupt the current input with
ctrl+c
- Navigate through the command history by using the
arrow keys up and down
To get started close this window and type "Get-Help". This will return all available commands.