You can use any dashboard you’ve configured by using the command devdash -c <dashboard>.
To see how to create a dashboard configuration, it’s over there.
You can run devdash help or devdash <my_command> --help (for example devdash edit --help) for more information.
devdash list - List all your dashboards.devdash generate - Generate a DevDash template.
-t (for type) can let you choose the template you want.devdash - Open the dashboard $XDG_CONFIG_HOME/devdash/default.yml. To precise another dashboard, use the option -c without the file extension. For example devdash -c my_dashboard.devdash edit - Edit the dashboard $XDG_CONFIG_HOME/devdash/default.yml.
devdash edit my_dashboard.yml.$EDITOR is used by default.-e followed by your editor. For example: -e nano or -e /usr/bin/nano.devdash version - Output the current version.