Customizing Your Experience
Configuration Settings
circlink provides a few options for configuring your experience.
You can change this settings using the config command:
circlink config [COMMAND]
Viewing Settings
You can view your current configurations settings using the view
subcommand:
circlink config view
This will show all of your current configuration settings. If you want to only see specific settings, you can also provide a dot-spearated argument. For example, to see just whether you are showing the process ID in tables, you can use:
circlink config view display.info.process-id
Editing Settings
You can use the edit subcommand to change any of the configuration
settings, using dot-spearated paths. For example, to turn on showing
process IDs in tables:
circlink config edit display.info.process-id true
Settings File
You can see where the settings file is stored to view and modify settings natively as well:
circlink config --filepath
Available Settings
Setting |
Description |
Type |
Example |
|---|---|---|---|
display.info.process-id |
Whether to display the process ID in relevant tables |
bool |
true |
display.table.format |
The format to use for the table (may be a format for tabulate) |
string |
grid |