Added
- Added a new command `list-commands` to list available command IDs in a table with creation dates.
- The table includes two columns: "Command ID" and "Creation Date."
- The `rich` package is now used to format and display tables with rich formatting.
- Improved user-friendliness and readability throughout the code.
Changed
- Modified the `list_commands()` function to display directories in reverse order of creation, with the latest directory created first.
Deprecated
- None.
Removed
- None.