You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ And display file diffs at a change.
20
20
-e --exec command
21
21
Execute command (Use quotes if necessary)
22
22
-r --reload program_name
23
-
Reload program_name (must have F5 capabilities)
24
-
-x --inject <jsfile>
23
+
Refresh program_name (must have F5 capabilities)
24
+
-x --inject js_file
25
25
javascript injection in browser console
26
26
--purge
27
27
Delete cache
@@ -62,7 +62,7 @@ The simplest usage is to put `scs` in the target directory and run it:
62
62
63
63
---
64
64
65
-
### Or global Install:
65
+
### Or global Installation:
66
66
67
67
To install globally in one command, with all the dependencies and shortcuts, you can use my <ahref="https://github.com/webdev23/phi">dedicated tool φ phi</a>:
68
68
If φ phi is not currently installed, do:
@@ -79,30 +79,33 @@ Then, from any directory, start the program:
79
79
80
80
---
81
81
82
-
###Usage cases
82
+
###💡Usage cases
83
83
84
-
#### Web development
84
+
#### 🌐 Web development
85
85
86
86
Simply reload your browser tab automaticaly. Visualize your css without leaving your editor.
87
87
88
-
#### Website automatization and testing
88
+
#### 🔧 Automatization and testing
89
89
90
90
A file change event will trigger the javascript code you wrote, in the browser console.
91
91
92
-
#### Trace a program
92
+
#### 🔍 Trace a program
93
93
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.
95
95
96
-
#### Run automagic tests
96
+
#### ✅ Run automagic tests
97
97
98
98
Write your test scripts, and pass them in the `-e` param.<br>
99
99
Their output are going to be displayed on the `scs` screen.
100
100
101
-
#### Compile and run on the fly
101
+
#### 🚗 Compile and run on the fly
102
102
103
103
For the tasks requiring compilation, simply get the result by just saving your editor.
104
104
105
-
#### A simple text editor become powerful
105
+
#### 🔥 A simple text editor become all what we need
106
106
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.
108
108
109
+
#### 😜 Assist development
110
+
111
+
Keep an eye and quickly remember the changes made across files and line numbers.
0 commit comments