Skip to content

Commit

Permalink
added find-website extension (#16322)
Browse files Browse the repository at this point in the history
* added find-website extension

* find-website fixes

* find-website fixes

* find-website fixes

* pr comments

* added loading flag

* Update find.tsx

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent 67ed985 commit da0c49f
Show file tree
Hide file tree
Showing 19 changed files with 3,971 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/find-website/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/find-website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/find-website/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/find-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Find Website Changelog

## [Initial Version] - 2025-01-24
15 changes: 15 additions & 0 deletions extensions/find-website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Find Website

![screenshot](metadata/find-website-2.png)

This extension queries your last visited and most visited webites so you can quickly get to where you want to go.

Doesn't matter if it's that pull request you've been working on, that article you've been reading or a Jira ticket you've been assigned to. Just type a few characters and you are there.

> [!IMPORTANT]
> If you use Google Chrome and have multiple profiles be sure to set your profile's directory so that the extension can find history data. You can find this by visiting `chrome://version`.
Supported browsers:
- Google Chrome
- Arc
- Orion
Binary file added extensions/find-website/assets/find-website-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/find-website/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da0c49f

Please sign in to comment.