This is the Repository for my dev.kylerianhd.com Subdomain. Here you can use various tools of mine. All the features and examples are listed below.
- Simulates a basic Unix-like terminal interface
- Supports common commands:
help
,clear
,echo
,whoami
,ls
,cd
- Implements a basic file system navigation (each directory is a separate tool)
- Provides command history navigation (up/down arrow keys)
- Includes tab completion for commands and file paths
- Custom (retro) cursor with blinking effect
Here are some things you can do:
- Type commands and press Enter to execute them
- Use the up and down arrow keys to navigate through command history
- Press Tab to autocomplete commands or file/directory names
- Try the following commands:
help
: List available commandsclear
: Clear the terminal screenecho [message]
: Display a messagewhoami
: Display current userls
: List contents of the current directorycd [directory]
: Change the current directory
- Basic configuration and design.
- More advanced functionality.
- Basse64 en-/decoding & SHA-Converter.
- Examples to all Tools
- Links to other projects on GitHub.
- Adding other tools.
- Secrets?
- There are currently no known issues.
If you encounter any bugs or issues, please report them on the Issues page.
Feel free to contribute to this project. I would appreciate every help or addition.