pub fn get_items_list() -> Vec<(String, String)>
Get a list of startup commands.
A vector of tuples, where the first element is the id of the command and the second element is the command itself.