Skip to content

tirithen/terminal-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search

DUB Package

Search the web from the terminal.

Demonstration of the search command

You can choose to search with either duckduckgo (default) or google with the --engine option.

So far the command is only tested for Linux systems, feel free to contribute/suggest other platforms (and features).

Install on Arch Linux

There is an AUR package that can be installed with:

$ yay -S search

Run through dub

There is a dub package available at https://code.dlang.org/packages/search and it can be ran directly with:

$ dub run search -- my search query | less

Usage

$ search my search query

It's often helpful to pipe the search thorugh less:

$ search my search query | less

For more details run:

$ search --help

Build

Use ldc2 to create a smaller and faster binary.

$ dub build --compiler=ldc2 --build=release

About

Search the web from the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages