-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
158 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
sphinx>=7.4.7 | ||
sphinx-autodoc-typehints>=2.3.0 | ||
sphinx-rtd-theme>=3.0.2 | ||
sphinx-argparse-cli>=1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _clad.8: | ||
|
||
Command Line Assistant Daemon | ||
============================= | ||
|
||
Synopsis | ||
-------- | ||
|
||
**clad** | ||
|
||
Description | ||
----------- | ||
|
||
The Command Line Assistant daemon (clad) provides the backend service for processing queries through D-Bus. | ||
|
||
Files | ||
----- | ||
|
||
*/etc/xdg/command-line-assistant/config.toml* | ||
System configuration file | ||
|
||
*/var/lib/command-line-assistant/history.json* | ||
History storage file | ||
|
||
See Also | ||
-------- | ||
|
||
**c(1)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. sphinx_argparse_cli:: | ||
:module: command_line_assistant.initialize | ||
:func: register_subcommands | ||
:prog: c | ||
:title: Command Line Assistant | ||
|
||
Examples | ||
-------- | ||
|
||
Asking a question: | ||
$ c query "How do I check disk space?" | ||
|
||
$ c "How do I check disk space?" | ||
|
||
Check all history entries: | ||
$ c history | ||
|
||
Check the first entry: | ||
$ c history --first | ||
|
||
Check the last entry: | ||
$ c history --last | ||
|
||
Clear all the history entries: | ||
$ c history --clear | ||
|
||
See Also | ||
-------- | ||
|
||
**clad(8)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _man_pages: | ||
|
||
Man Pages | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
command-line-assistant.1 | ||
clad.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters