# README

## Introduction

> \[!NOTE] This is a book powered by [imarslo](https://imarslo.github.io/)

## The other docs

### build mocp from Source Code

* [Precondiction](https://github.com/marslo/moc-cmus#precondiction)
* [Error and Solucton](https://github.com/marslo/moc-cmus#errors-and-soluctions)
  * [Error: BerkeleyDB (libdb) not found](https://github.com/marslo/moc-cmus#error-berkeleydb-libdb-not-found)
  * [decoder.c:22:18: fatal error: ltdl.h](https://github.com/marslo/moc-cmus#decoderc2218-fatal-error-ltdlh)
  * [FATAL\_ERROR: No valid sound driver!](https://github.com/marslo/moc-cmus#fatal_error-no-valid-sound-driver)

### goagent configuration

* [Offical Website](https://github.com/marslo/myGoagent#offical-webiste)
* [Latest Version](https://github.com/marslo/myGoagent#download-and-installation)
  * [Install](https://github.com/marslo/myGoagent#gevent-installation)
  * [Configuration](https://github.com/marslo/myGoagent#configuration)
  * [Run GoAgent](https://github.com/marslo/myGoagent#run-goagent)
* [Older Version](https://github.com/marslo/myGoagent#older-version)
  * [How to install](https://github.com/marslo/myGoagent#how-to-install)
  * [如何安装](https://github.com/marslo/myGoagent#%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85)
* [Q\&A](https://github.com/marslo/myGoagent#qa)

## windows

### build vim/gvim from source code

{% hint style="info" %}

> build vim/gvim from source code
> {% endhint %}

* [compile vim/gvim by source code](https://github.com/marslo/myvim/tree/master?tab=readme-ov-file#compile-vimgvim-by-source-code)
  * [precondiction](https://github.com/marslo/myvim/tree/master?tab=readme-ov-file#1-prepare-environment)
  * [compile and install](https://github.com/marslo/myvim/tree/master?tab=readme-ov-file#2-compile-and-install)
  * [make compiled vim as default text editor](https://github.com/marslo/myvim/tree/master?tab=readme-ov-file#3-make-the-compiled-gvim-as-the-default-text-editor-in-ubunut)
  * [troulleshooting](https://github.com/marslo/myvim/tree/master?tab=readme-ov-file#4-qa)

### colorful windows command line

{% hint style="info" %}

> colorful windows command line
> {% endhint %}

* [Colorful Prompt](https://github.com/marslo/myColorfulWinCommandLine#colorful_commandline_windows)
  * [needed tools and files](https://github.com/marslo/myColorfulWinCommandLine#needed-tools-and-files)
  * [steps](https://github.com/marslo/myColorfulWinCommandLine#steps)
  * [specified font](https://github.com/marslo/myColorfulWinCommandLine#change-font-in-commandline)
  * [specified cursor size](https://github.com/marslo/myColorfulWinCommandLine#specified-the-cursor-size)
  * [set aliases in cmd](https://github.com/marslo/myColorfulWinCommandLine#set-aliases-in-command-linedefault-command-line)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://imarslo.gitbook.io/handbook/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
