The ls Command
The chibi ls command is used to retrieve a list of anime or manga based on the specified type and status. It supports detailed filtering options to help you find media you are currently engaging with, planning to watch or read, or have already completed.
Usage
$ chibi list [flags]Aliases
The command supports the following aliases for convenience:
listls
Flags
-h, --help
Provides help information for the chibi list command. Use this flag to display details about how the command works and the options available.
$ chibi list --help-s, --status string
Filters the media list based on its current status. You can use the full status name or the shorthand notation for ease of use. The available status options are:
watchingorw: Currently watching anime or reading manga.planningorp: Planning to watch or read in the future.completedorc: Finished watching or reading.droppedord: Dropped media that you don't plan to continue.pausedorps: Temporarily paused media.repeatingorrp: Media you are rewatching or rereading.
Example:
chibi list --status completed-t, --type string
Specifies the type of media to list. Use the full name or shorthand notation:
animeora: Filters for anime.mangaorm: Filters for manga.
If no type is specified, the default type is anime.
Example:
chibi list --type mangaCombined Example
You can combine --status and --type flags to further narrow your results. For instance:
chibi list --status watching --type animeThis command will display a list of anime that you are currently watching.
Defaults
- The default
statusiswatching. - The default
typeisanime.
Example of Default Usage
chibi listThis command will list anime that you are currently watching by default.
Output
The output of the chibi list command is a detailed list of media that matches the specified criteria, including information like the title, progress, and any additional metadata associated with the media.
┌──────────┬────────────────────────────────────┬────────┐
│ ID │ TITLE │PROGRESS│
├──────────┼────────────────────────────────────┼────────┤
│ 107660 │ BEASTARS │ 2/12 │
└──────────┴────────────────────────────────────┴────────┘