rade list

rade list outputs a list of packages that can be installed. Also, by adding the -i option to list, it displays the packages that are installed.

Example: rade list

❯ rade list
hello_knife
pravda
kajisp
noze
endolphine
build_error
stack-lang
scriptS

These are the list of packages that can currently be installed (as of September 2024).

rade list -i:

❯ rade list -i
pravda
rade
hello

These are the packages I have installed.

What's happening

What happens during rade list is that it reads the packagelist directory, and if a directory exists, it outputs the name of that directory.

When the -i option is executed, it simply reads the contents of ~/.comrade/bin/ and outputs its contents.

This concludes this chapter.