search ~master
Search the web from the terminal
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
search
Search the web from the terminal.
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
- Registered by Fredrik Söderström
- ~master released 4 years ago
- tirithen/terminal-search
- GPL3
- Copyright © 2020, Fredrik Söderström
- Authors:
- Dependencies:
- msgpack-d, arsd-official:terminal, arsd-official:http, arsd-official:dom
- Versions:
-
1.1.1 2020-Jul-14 1.1.0 2020-Jul-14 ~master 2020-Jul-15 - Download Stats:
-
-
0 downloads today
-
1 downloads this week
-
1 downloads this month
-
14 downloads total
-
- Score:
- 0.6
- Short URL:
- search.dub.pm