Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Flame redirects to URL or IP when user enters a URL or IP in the search bar and presses the key "enter" #67

Closed
aazam476 opened this issue Jul 18, 2021 · 5 comments · Fixed by #114
Assignees
Labels
🔨 Feature New feature or request

Comments

@aazam476
Copy link

Feature Request: When a user enters a URL or IP in the search bar and presses the key "enter", "Flame" should automatically recognize that either a URL or IP was entered in the search bar and redirect to the given URL or IP.

Example 1:
Condition: User enters "youtube.com" in search bar
Result: Flame redirects to "http://youtube.com"

Example 2:
Condition: User enters "www.youtube.com" in search bar
Result: Flame redirects to "http://www.youtube.com"

Example 3:
Condition: User enters "http://youtube.com" in search bar
Result: Flame redirects to "http://youtube.com"

Example 4:
Condition: User enters "http://www.youtube.com" in search bar
Result: Flame redirects to "http://www.youtube.com"

Example 5:
Condition: User enters "https://youtube.com" in search bar
Result: Flame redirects to "https://youtube.com"

Example 6:
Condition: User enters "https://www.youtube.com" in search bar
Result: Flame redirects to "https://www.youtube.com"

Example 7:
Condition: User enters "192.168.1.1" in search bar
Result: Flame redirects to "http://192.168.1.1"

Example 8:
Condition: User enters "http://192.168.1.1" in search bar
Result: Flame redirects to "http://192.168.1.1"

Example 9:
Condition: User enters "https://192.168.1.1" in search bar
Result: Flame redirects to "https://192.168.1.1"

@aazam476
Copy link
Author

Any update on this feature?

@aazam476
Copy link
Author

aazam476 commented Oct 4, 2021

Do you plan to implement this feature? This feature was in SUI.

@pawelmalak
Copy link
Owner

It should be out with next update

@pawelmalak pawelmalak self-assigned this Oct 6, 2021
@pawelmalak pawelmalak added the 🔨 Feature New feature or request label Oct 6, 2021
@aazam476
Copy link
Author

aazam476 commented Oct 6, 2021

Great! Thanks so much!

@pawelmalak pawelmalak linked a pull request Oct 11, 2021 that will close this issue
@aazam476
Copy link
Author

Bug: When entering a URL that starts with a capital letter (Github.com instead of github.com), Flame redirects to the google result of the URL (Google result of Github.com)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants