README.md (1015B)
1 # Startpage 2 3  4 5 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. 6 7 ## Original Features 8 * Site-specific search prefixes 9 * Hardcoded bookmark filtering 10 * Not much else... 11 12 ## Rewrite Features 13 * Up/Down/Tab/Shift-Tab navigation of bookmarks 14 * Fallback to Google Search 15 * Case insensitive prefixes 16 * Arrays for bookmarks 17 * Smaller functions for prefixes 18 * Light/Dark favicons 19 * Continue filtering while navigating bookmarks 20 * Preview of prefix destination when matched 21 * Live time/date with ordinals 22 * New bugs! 23 24 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.