startpage

Simple text centric startpage
Log | Files | Refs | README

README.md (983B)


      1 # Startpage
      2 
      3 ![](preview.png)
      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 e74f1eb
      6 ](https://github.com/breadcat/startpage/commit/e74f1eb) to fix some bugs, add some features and generally clean up the code.
      7 
      8 ## Original Features
      9 * Site-specific search prefixes
     10 * Hardcoded bookmark filtering
     11 * Not much else...
     12 
     13 ## Rewrite Features
     14 * Up/Down/Tab/Shift-Tab navigation of bookmarks
     15 * Fallback to Google Search
     16 * Case insensitive prefixes
     17 * Arrays for bookmarks
     18 * Smaller functions for prefixes
     19 * Light/Dark favicons
     20 * Continue filtering while navigating bookmarks
     21 * Preview of prefix destination when matched
     22 * Live time/date with ordinals
     23 * New bugs!
     24 
     25 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.