mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
<clean>
This commit is contained in:
18
README.md
18
README.md
@ -6,7 +6,8 @@ Cross-platform, all-around utility set with a beautiful character interface-the
|
||||
|
||||
### Brief introduction
|
||||
|
||||
The dot is the one based on the one. NET 7, a cross-platform command-line tool, integrates more than 10 utilities that program developers often use in their daily work, and is constantly increasing.
|
||||
The dot is the one based on the one. NET 7, a cross-platform command-line tool, integrates more than 10 utilities that
|
||||
program developers often use in their daily work, and is constantly increasing.
|
||||
|
||||
```
|
||||
USAGE:
|
||||
@ -33,8 +34,6 @@ COMMANDS:
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Some functional examples
|
||||
|
||||
- ##### Git batch management
|
||||
@ -56,7 +55,10 @@ 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:
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
dot time -k
|
||||
```
|
||||
@ -64,25 +66,29 @@ dot time -k
|
||||

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

|
||||
|
||||
|
||||
- ##### Multi-threading download tool
|
||||
|
||||
Support setting the block size, number of threads to replace the single thread wget tool:
|
||||
|
||||
```
|
||||
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
|
||||
|
||||
Remove excess spaces and line breaks in the tail of all files in the specified directory:
|
||||
|
||||
```
|
||||
dot trim d:\repos
|
||||
```
|
||||
|
Reference in New Issue
Block a user