Skip to content

Commit 82353ee

Browse files
committed
Added links to a couple new examples to the list of examples
1 parent 221b766 commit 82353ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ each:
7878
- [remove_settable.py](https://github.com/python-cmd2/cmd2/blob/main/examples/remove_settable.py)
7979
- Shows how to remove any of the built-in cmd2 `Settables` you do not want in your cmd2
8080
application
81+
- [rich_tables.py](https://github.com/python-cmd2/cmd2/blob/main/examples/rich_tables.py)
82+
- Example of using Rich Tables within a cmd2 application for displaying tabular data
83+
- [rich_theme.py](https://github.com/python-cmd2/cmd2/blob/main/examples/rich_theme.py)
84+
- Demonstrates how to create a custom theme for a cmd2 application
8185
- [tmux_launch.sh](https://github.com/python-cmd2/cmd2/blob/main/examples/tmux_launch.sh)
8286
- Shell script that launches two applications using tmux in different windows/tabs
8387
- [tmux_split.sh](https://github.com/python-cmd2/cmd2/blob/main/examples/tmux_split.sh)

0 commit comments

Comments
 (0)