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

Incognito Mode for Linux #1

Open
Arkaraj opened this issue Jun 25, 2021 · 1 comment
Open

Incognito Mode for Linux #1

Arkaraj opened this issue Jun 25, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Arkaraj
Copy link
Owner

Arkaraj commented Jun 25, 2021

$ Camelot search -i xyz.com 

does not opens the search in incognito mode

@Arkaraj Arkaraj added the help wanted Extra attention is needed label Jun 25, 2021
@Arkaraj
Copy link
Owner Author

Arkaraj commented Jun 25, 2021

if incog {
				code = []string{"xdg-open"}
			} else {
				code = []string{"xdg-open"}
			}

File: cmd/search.go, this is the line i need help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant