Browse code

Add `webman`

Robert Cranston authored on 24/11/2025 22:10:51
Showing 1 changed files
... ...
@@ -12,6 +12,7 @@ Provided shell functions:
12 12
 -   `webwin32 <terms>`: Native C/C++ [Windows API][] (also 64-bit).
13 13
 -   `webopengl <terms>`: [OpenGL][] refpages.
14 14
 -   `webvulkan <terms>`: [Vulkan][] refpages.
15
+-   `webman [<section>] <page>`: [Arch][]/[Debian][] [man page][]s in [pager][].
15 16
 
16 17
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
17 18
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
... ...
@@ -24,6 +25,9 @@ Provided shell functions:
24 25
 [Windows API]: https://en.wikipedia.org/wiki/Windows_API#Major_versions
25 26
 [OpenGL]: https://en.wikipedia.org/wiki/OpenGL
26 27
 [Vulkan]: https://en.wikipedia.org/wiki/Vulkan
28
+[Arch]: https://en.wikipedia.org/wiki/Arch_Linux
29
+[man page]: https://en.wikipedia.org/wiki/Man_page
30
+[pager]: https://en.wikipedia.org/wiki/Terminal_pager
27 31
 
28 32
 ## License
29 33
 
Browse code

Add `webopengl`, `webvulkan`

Robert Cranston authored on 24/11/2025 22:10:33
Showing 1 changed files
... ...
@@ -10,6 +10,8 @@ Provided shell functions:
10 10
 -   `webcpp <terms>`: C++ part of [cppreference][].
11 11
 -   `webc <terms>`: C part of [cppreference][].
12 12
 -   `webwin32 <terms>`: Native C/C++ [Windows API][] (also 64-bit).
13
+-   `webopengl <terms>`: [OpenGL][] refpages.
14
+-   `webvulkan <terms>`: [Vulkan][] refpages.
13 15
 
14 16
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
15 17
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
... ...
@@ -20,6 +22,8 @@ Provided shell functions:
20 22
 [Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
21 23
 [cppreference]: https://en.cppreference.com/
22 24
 [Windows API]: https://en.wikipedia.org/wiki/Windows_API#Major_versions
25
+[OpenGL]: https://en.wikipedia.org/wiki/OpenGL
26
+[Vulkan]: https://en.wikipedia.org/wiki/Vulkan
23 27
 
24 28
 ## License
25 29
 
Browse code

Add `webwin32`

Robert Cranston authored on 24/11/2025 22:10:22
Showing 1 changed files
... ...
@@ -9,6 +9,7 @@ Provided shell functions:
9 9
 -   `webubuntu <keywords>`: [Ubuntu][] packages.
10 10
 -   `webcpp <terms>`: C++ part of [cppreference][].
11 11
 -   `webc <terms>`: C part of [cppreference][].
12
+-   `webwin32 <terms>`: Native C/C++ [Windows API][] (also 64-bit).
12 13
 
13 14
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
14 15
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
... ...
@@ -18,6 +19,7 @@ Provided shell functions:
18 19
 [Debian]: https://en.wikipedia.org/wiki/Debian
19 20
 [Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
20 21
 [cppreference]: https://en.cppreference.com/
22
+[Windows API]: https://en.wikipedia.org/wiki/Windows_API#Major_versions
21 23
 
22 24
 ## License
23 25
 
Browse code

Add `webcpp`, `webc`

Robert Cranston authored on 24/11/2025 22:09:49
Showing 1 changed files
... ...
@@ -7,6 +7,8 @@ Provided shell functions:
7 7
 -   `websearch [<site>] <terms>`: The first [DuckDuckGo][] search result.
8 8
 -   `webdebian <keywords>`: [Debian][] packages.
9 9
 -   `webubuntu <keywords>`: [Ubuntu][] packages.
10
+-   `webcpp <terms>`: C++ part of [cppreference][].
11
+-   `webc <terms>`: C part of [cppreference][].
10 12
 
11 13
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
12 14
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
... ...
@@ -15,6 +17,7 @@ Provided shell functions:
15 17
 [DuckDuckGo]: https://en.wikipedia.org/wiki/DuckDuckGo
16 18
 [Debian]: https://en.wikipedia.org/wiki/Debian
17 19
 [Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
20
+[cppreference]: https://en.cppreference.com/
18 21
 
19 22
 ## License
20 23
 
Browse code

Add `webdebian`, `webubuntu`

Robert Cranston authored on 24/11/2025 22:09:18
Showing 1 changed files
... ...
@@ -5,12 +5,16 @@
5 5
 Provided shell functions:
6 6
 
7 7
 -   `websearch [<site>] <terms>`: The first [DuckDuckGo][] search result.
8
+-   `webdebian <keywords>`: [Debian][] packages.
9
+-   `webubuntu <keywords>`: [Ubuntu][] packages.
8 10
 
9 11
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
10 12
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
11 13
 [web]: https://en.wikipedia.org/wiki/World_Wide_Web
12 14
 [shell]: https://en.wikipedia.org/wiki/Unix_shell
13 15
 [DuckDuckGo]: https://en.wikipedia.org/wiki/DuckDuckGo
16
+[Debian]: https://en.wikipedia.org/wiki/Debian
17
+[Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
14 18
 
15 19
 ## License
16 20
 
Browse code

Add `websearch`

Robert Cranston authored on 24/11/2025 22:08:42
Showing 1 changed files
... ...
@@ -2,10 +2,15 @@
2 2
 
3 3
 [Dotfile][]s for searching the [web][] from the [shell][].
4 4
 
5
+Provided shell functions:
6
+
7
+-   `websearch [<site>] <terms>`: The first [DuckDuckGo][] search result.
8
+
5 9
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
6 10
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
7 11
 [web]: https://en.wikipedia.org/wiki/World_Wide_Web
8 12
 [shell]: https://en.wikipedia.org/wiki/Unix_shell
13
+[DuckDuckGo]: https://en.wikipedia.org/wiki/DuckDuckGo
9 14
 
10 15
 ## License
11 16
 
Browse code

Add license

Robert Cranston authored on 24/11/2025 21:38:22
Showing 1 changed files
... ...
@@ -6,3 +6,11 @@
6 6
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
7 7
 [web]: https://en.wikipedia.org/wiki/World_Wide_Web
8 8
 [shell]: https://en.wikipedia.org/wiki/Unix_shell
9
+
10
+## License
11
+
12
+Licensed under the [ISC License][] unless otherwise noted, see the
13
+[`LICENSE`][] file.
14
+
15
+[ISC License]: https://choosealicense.com/licenses/isc
16
+[`LICENSE`]: LICENSE
Browse code

Add readme

Robert Cranston authored on 24/11/2025 21:38:18
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# [`dotfiles-websearch`][]
2
+
3
+[Dotfile][]s for searching the [web][] from the [shell][].
4
+
5
+[`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
6
+[dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
7
+[web]: https://en.wikipedia.org/wiki/World_Wide_Web
8
+[shell]: https://en.wikipedia.org/wiki/Unix_shell