Skip to content

Commit 7b08e19

Browse files
author
Teadeveloper
committed
added Keyboard shortcuts to readmefile
1 parent 4143c67 commit 7b08e19

File tree

9 files changed

+33
-6
lines changed

9 files changed

+33
-6
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,32 @@ python cloudexplorer.py
9393
<!-- USAGE EXAMPLES -->
9494
## Usage
9595

96+
**Keyboard shortcuts**
97+
98+
1) Export menu: CRTL + ![image info](images/x.png) : it opens the export menu to export.
99+
100+
![image info](images/exportall.png) it opens the export menu to export.
101+
102+
103+
104+
2) Export a resource to a YAML file, for example a EC2 configuration:
105+
106+
![image info](images/exporte.png) it opens the export menu to export.
107+
108+
109+
110+
3) Filters:
111+
112+
- Select in the TUI any resource
113+
- CRTL + ![image info](images/f.png) to select a filter or custom filter (if suported). By dafult for example you
114+
can filter EC2 instances by its status.
115+
116+
96117
**Pipeline Mode**
97118

98119
Find the python called exportall.py to export from command line or in a pipeline the AWS services to a file.
99120

100-
1. To export all ec2 instances to a excel file with all keys:
121+
1. To export all ec2 instances to an excel file with all keys:
101122

102123
```shell
103124
python exportall.py --ec2_all_keys --filename="ec2_all_keys.csv" --format=0
@@ -161,4 +182,11 @@ Teadeveloper
161182
162183

163184

185+
Images in this readme:
186+
187+
Keys from wikimedia:
188+
- https://commons.wikimedia.org/wiki/File:Preferences-desktop-keyboard-shortcuts.svg
189+
- https://commons.wikimedia.org/wiki/Category:Keyboard_key_icons
190+
191+
164192

SUMMARY.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

documentation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### TUI interface description
3+
4+

images/controlx.png

2.91 KB
Loading

images/e.png

1.05 KB
Loading

images/exportall.png

123 KB
Loading

images/exporte.png

218 KB
Loading

images/f.png

1.04 KB
Loading

images/x.png

1.21 KB
Loading

0 commit comments

Comments
 (0)