# [`dotfiles-websearch`][]
[Dotfile][]s for searching the [web][] from the [shell][].
Provided shell functions:
- `websearch [<site>] <terms>`: The first [DuckDuckGo][] search result.
- `webdebian <keywords>`: [Debian][] packages.
- `webubuntu <keywords>`: [Ubuntu][] packages.
- `webcpp <terms>`: C++ part of [cppreference][].
- `webc <terms>`: C part of [cppreference][].
- `webwin32 <terms>`: Native C/C++ [Windows API][] (also 64-bit).
- `webopengl <terms>`: [OpenGL][] refpages.
- `webvulkan <terms>`: [Vulkan][] refpages.
- `webman [<section>] <page>`: [Arch][]/[Debian][] [man page][]s in [pager][].
[`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
[dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
[web]: https://en.wikipedia.org/wiki/World_Wide_Web
[shell]: https://en.wikipedia.org/wiki/Unix_shell
[DuckDuckGo]: https://en.wikipedia.org/wiki/DuckDuckGo
[Debian]: https://en.wikipedia.org/wiki/Debian
[Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
[cppreference]: https://en.cppreference.com/
[Windows API]: https://en.wikipedia.org/wiki/Windows_API#Major_versions
[OpenGL]: https://en.wikipedia.org/wiki/OpenGL
[Vulkan]: https://en.wikipedia.org/wiki/Vulkan
[Arch]: https://en.wikipedia.org/wiki/Arch_Linux
[man page]: https://en.wikipedia.org/wiki/Man_page
[pager]: https://en.wikipedia.org/wiki/Terminal_pager
## License
Licensed under the [ISC License][] unless otherwise noted, see the
[`LICENSE`][] file.
[ISC License]: https://choosealicense.com/licenses/isc
[`LICENSE`]: LICENSE