iahuang / home.sh

A browser homepage modeled after an old-school Unix based operating system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

home.sh

A browser homepage modeled after a Unix-based operating system.

Screenshot

Features

Shortcuts

Home.sh features shortcut commands to quickly navigate you to the websites you use the most, such as Google, Youtube, and much more. For instance, google -i blueberries takes you to the Google Images page for "blueberries"

Autocomplete

The Home.sh console features a command autocomplete system to allow you to get where you want to be even faster.

Virtual File System

Home.sh features a fully featured file system with familiar commands such as ls, cd, and cat.

Screenshot

Bootloader

Because why not, the Home.sh program itself is a physical file on its own filesystem and is loaded on startup by an external bootloader. Modifying this file will actually impact the execution of the system upon next startup. Screenshot

Usage

$ npm install
$ tsc

Then, use an extension like this to set the index.html file in this repository as your new homepage.

About

A browser homepage modeled after an old-school Unix based operating system.

License:MIT License


Languages

Language:TypeScript 100.0%