From 43860742b6782f7b672592d4589abbdb88fb294e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Tue, 13 Feb 2024 12:06:26 +0100 Subject: [PATCH] Initial commit --- .prettierrc | 6 + CNAME | 1 + README.md | 39 ++++ UNLICENSE | 24 +++ index.html | 590 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 660 insertions(+) create mode 100644 .prettierrc create mode 100644 CNAME create mode 100644 README.md create mode 100644 UNLICENSE create mode 100644 index.html diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..8ae6ac3 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,6 @@ +{ + "htmlWhitespaceSensitivity": "ignore", + "proseWrap": "always", + "singleQuote": true, + "trailingComma": "es5" +} diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..e745d37 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +tilde.xvvvyz.xyz diff --git a/README.md b/README.md new file mode 100644 index 0000000..b913d8f --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Tilde + +Inspired by [r/startpages](https://www.reddit.com/r/startpages)—Tilde is +the browser homepage for pro web surfers. + +## Basic Usage + +To go to a site, type the corresponding key and press return. e.g: + +- `g` will redirect you to [github.com](https://github.com) + +To search a site, type a space after the site’s key followed by your +query. e.g: + +- `y kittens` will + [search YouTube for kittens](https://www.youtube.com/results?search_query=kittens) + +A DuckDuckGo search will be triggered if your input doesn’t match a key. +e.g: + +- `google` will [search DuckDuckGo for google](https://duckduckgo.com/?q=google) + +To go to a specific path on a site, type the path after the site’s key. +e.g: + +- `r/r/startpages` will redirect you to + [reddit.com/r/startpages](https://www.reddit.com/r/startpages) + +To access any other site, enter the URL directly. e.g: + +- `example.com` will redirect you to [example.com](https://example.com) + +## Beyond + +Tilde is meant to be customized—[make it yours!](index.html) + +## License + +Use and modify Tilde [as you see fit](UNLICENSE). diff --git a/UNLICENSE b/UNLICENSE new file mode 100644 index 0000000..cf1ab25 --- /dev/null +++ b/UNLICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/index.html b/index.html new file mode 100644 index 0000000..261d724 --- /dev/null +++ b/index.html @@ -0,0 +1,590 @@ + + + + + +~ + + + + + + + + + + + + + + + + + + + + + +
+ + +