csearch

Crates.iocsearch
lib.rscsearch
version1.1.2
sourcesrc
created_at2023-03-25 13:42:23.18946
updated_at2023-03-29 20:02:39.626882
descriptionEnter your query and it will be opened in browser
homepage
repositoryhttps://github.com/Nanoster1/csearch
max_upload_size
id820262
size29,466
Небытов Даниил (Nanoster1)

documentation

README

csearch

CLI Utility for the opening your browser from the terminal

Crates.io

Examples

csearch "Some query here" -b Default -s Google

alt

Choose Browser

It works on webbrowser library
On Linux, you can set the environment variable BROWSER

For example in Bash:

export BROWSER="/usr/bin/links"

Or in PowerShell

$env:BROWSER = "/usr/bin/links"

It's also working with browsers like Links

Completions

You can generate common completions for your shell

For example in PowerShell

New-Item -Path ~/.cargo/scripts/ -Type Directory
csearch --completions Bash >> ~/.cargo/scripts/csearch.ps1
Add-Content -Path $PROFILE -Value "Invoke-Expression -Command ~/.cargo/scripts/*.ps1"
Commit count: 23

cargo fmt