From e74f1eb8a4fb8e5f8fbbcc8d70f662d8b0497bee Mon Sep 17 00:00:00 2001 From: breadcat Date: Mon, 2 Jun 2025 18:56:21 +0100 Subject: Complete rewrite --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 718ba78..55cdb7b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,23 @@ ![](preview.png) -This project was forked from [EmDev21/TerminalStartpage](https://github.com/EmDev21/TerminalStartpage) for the purposes of tailoring its' features specifically to me. +This project was originally forked from [EmDev21/TerminalStartpage](https://github.com/EmDev21/TerminalStartpage) for the purposes of tailoring its' features specifically to me. The project was then entirely rewritten as of [commit f32b77e](https://github.com/breadcat/startpage/commit/f32b77ebfc92c2c0b84ee0370b3d5ab4f011eabd) to fix some bugs, add some features and generally clean up the code. -## Features +## Original Features * Site-specific search prefixes * Hardcoded bookmark filtering * Not much else... +## Rewrite Features +* Up/Down/Tab/Shift-Tab navigation of bookmarks +* Fallback to Google Search +* Case insensitive prefixes +* Arrays for bookmarks +* Smaller functions for prefixes +* Light/Dark favicons +* Continue filtering while navigating bookmarks +* Preview of prefix destination when matched +* Live time/date with ordinals +* New bugs! + Check the page source for a rundown of how things work, there's a [live preview hosted](https://breadcat.github.io/startpage/) on Github Pages. \ No newline at end of file -- cgit v1.2.3