Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit f8106f9

Browse files
authored
Add usage cases
1 parent 99d9a5b commit f8106f9

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ And display file diffs at a change.
2020
-e --exec command
2121
Execute command (Use quotes if necessary)
2222
-r --reload program_name
23-
Reload program_name (must have F5 capabilities)
24-
-x --inject <js file>
23+
Refresh program_name (must have F5 capabilities)
24+
-x --inject js_file
2525
javascript injection in browser console
2626
--purge
2727
Delete cache
@@ -62,7 +62,7 @@ The simplest usage is to put `scs` in the target directory and run it:
6262

6363
---
6464

65-
### Or global Install:
65+
### Or global Installation:
6666

6767
To install globally in one command, with all the dependencies and shortcuts, you can use my <a href="https://github.com/webdev23/phi">dedicated tool φ phi</a>:
6868
If φ phi is not currently installed, do:
@@ -79,30 +79,33 @@ Then, from any directory, start the program:
7979

8080
---
8181

82-
### Usage cases
82+
###💡Usage cases
8383

84-
#### Web development
84+
#### 🌐 Web development
8585

8686
Simply reload your browser tab automaticaly. Visualize your css without leaving your editor.
8787

88-
#### Website automatization and testing
88+
#### 🔧 Automatization and testing
8989

9090
A file change event will trigger the javascript code you wrote, in the browser console.
9191

92-
#### Trace a program
92+
#### 🔍 Trace a program
9393

94-
Observe how a program works by viewing the change made in the files in real time.
94+
Observe how a program works by viewing the change made in his files in real time.
9595

96-
#### Run automagic tests
96+
#### Run automagic tests
9797

9898
Write your test scripts, and pass them in the `-e` param.<br>
9999
Their output are going to be displayed on the `scs` screen.
100100

101-
#### Compile and run on the fly
101+
#### 🚗 Compile and run on the fly
102102

103103
For the tasks requiring compilation, simply get the result by just saving your editor.
104104

105-
#### A simple text editor become powerful
105+
#### 🔥 A simple text editor become all what we need
106106

107-
No risks to loose code, rapid debugging. No more code lost with CTRL+Z
107+
No risks to loose code, rapid debugging. No more code lost with too much CTRL+Z.
108108

109+
#### 😜 Assist development
110+
111+
Keep an eye and quickly remember the changes made across files and line numbers.

0 commit comments

Comments
 (0)