mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
<doc>
This commit is contained in:
12
README.md
12
README.md
@ -45,7 +45,7 @@ When you have a clone and a lot of git repositories, use this command to pull th
|
||||
dot git -a "pull" d:\repos
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Similarly, you can execute any git commands on a bunch of git repositories in bulk:
|
||||
|
||||
@ -53,7 +53,7 @@ Similarly, you can execute any git commands on a bunch of git repositories in bu
|
||||
dot git -a "config --get http.proxy" d:\repos
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
- ##### High-precision time-clock synchronization
|
||||
Supports parallel requests from multiple NTP clock servers, while removing the network communication duration to set the precise synchronization of the native clocks with the NTP standard time:
|
||||
@ -61,7 +61,7 @@ Supports parallel requests from multiple NTP clock servers, while removing the n
|
||||
dot time -k
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
- ##### Text codec
|
||||
Copy you need to view various codec text in the clipboard, and then enter the following command to view
|
||||
@ -69,7 +69,7 @@ Copy you need to view various codec text in the clipboard, and then enter the fo
|
||||
dot text
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
- ##### Multi-threading download tool
|
||||
@ -78,7 +78,7 @@ Support setting the block size, number of threads to replace the single thread w
|
||||
dot get https://github.com/nsnail/dot/releases/download/v1.1.1/dot-v1.1.1-win-x64.7z
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
- ##### Remove the blank at the end of the file
|
||||
@ -87,4 +87,4 @@ Remove excess spaces and line breaks in the tail of all files in the specified d
|
||||
dot trim d:\repos
|
||||
```
|
||||
|
||||

|
||||

|
Reference in New Issue
Block a user