Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syberiak/syberiak.github.io
https://github.com/syberiak/syberiak.github.io
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/syberiak/syberiak.github.io
- Owner: SyberiaK
- Created: 2022-12-25T08:02:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:35:00.000Z (about 2 months ago)
- Last Synced: 2024-11-27T19:44:35.300Z (about 2 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SybTerminal
My personal website with a terminal-like style.
It's currently in its early stages as I plan to add more things.
Feel free to report any bugs or suggest new features.
### Checklist
- [x] Create terminal header
- [x] The header displays title and version
- [x] MOTD in the header
- [x] Randomize MOTD
- [x] More MOTDs
- [x] MORE MOTDS!!!!!
- [x] Resizing with window changing size
- [x] Add input prompt
- [x] The input prompt can expand horizontally and vertically
- [x] Autofocus on the input prompt
- [x] Use arrow keys to switch between previous inputs
- [x] Add output section
- [x] Get input from input prompt
- [x] Parse command from input
- [x] Unknown command output message
- [x] "help" command
- [x] "clear" command
- [x] "motd" command (updates MOTD)
- [x] "projects" command (basically shows the list of my projects)
- [ ] page support?
- [ ] specific project info?
- [ ] more funny commands?
- [x] Inline commands (separated with `;`) support
- [x] Autoscroll down the page (to replicate terminal's behaviour)
- [x] Adapt for mobile
- [x] Reconsider the color palette
- [x] Background
- [x] Text
- [x] Anchors
- [x] Custom colors?
- [x] Light mode?
- [ ] More things to come...