summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbreadcat2025-06-02 18:56:21 +0100
committerbreadcat2025-06-02 18:56:21 +0100
commite74f1eb8a4fb8e5f8fbbcc8d70f662d8b0497bee (patch)
treef510ee1e6b280a9af0f780ec7328d4eadca62277 /README.md
parentf32b77ebfc92c2c0b84ee0370b3d5ab4f011eabd (diff)
downloadstartpage-e74f1eb8a4fb8e5f8fbbcc8d70f662d8b0497bee.tar.gz
startpage-e74f1eb8a4fb8e5f8fbbcc8d70f662d8b0497bee.tar.bz2
startpage-e74f1eb8a4fb8e5f8fbbcc8d70f662d8b0497bee.zip
Complete rewrite
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
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