-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree.txt
More file actions
33 lines (33 loc) · 1.31 KB
/
Copy pathtree.txt
File metadata and controls
33 lines (33 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DIR:cps-Run-Command #
|-- .github/ #
| |-- workflows/ # 「workflows」
| | |-- test.yaml #
| | `-- relese.yaml #
|-- .sublime/ #
| |-- Default.sublime-keymap #
| |-- Default.sublime-commands #
| `-- Context.sublime-menu #
|-- core/ # 「core」
| |-- __init__.py #
| |-- utils.py #
| |-- typing.py #
| |-- shell.py #
| |-- settingManager.py #
| |-- scriptsParser.py #
| |-- history.py #
| `-- .histroy #
|-- screenshot/ # 「screenshot」
| |-- Usage.png #
| |-- step4.gif #
| |-- step3.gif #
| |-- step2.gif #
| |-- step1.gif #
| `-- cps-Run-Command.gif #
|-- scripts/ # 「scripts」
| `-- test.py #
|-- yarn.lock #
|-- README.md #
|-- pyproject.toml #
|-- main.py #
|-- .python-version #
`-- .gitignore #