ptrack


Logs | Files | README | README | LICENSE | LICENSE | GitLab


1
commit abdbcfbfd3df0a96a8748c1348e9985df831ded9
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri Aug 4 07:20:42 2023 +0200
4
5
    Auto-Commit Update - 20230804
6
---
7
 .gitlab/media/download.gif | Bin 0 -> 5780722 bytes
8
 PKGBUILD                   |   7 ++++---
9
 README.md                  |  17 +++++++----------
10
 ptrack.1.gz                | Bin 0 -> 808 bytes
11
 4 files changed, 11 insertions(+), 13 deletions(-)
12
13
diff --git a/.gitlab/media/download.gif b/.gitlab/media/download.gif
14
new file mode 100644
15
index 0000000..f0ddde2
16
Binary files /dev/null and b/.gitlab/media/download.gif differ
17
diff --git a/PKGBUILD b/PKGBUILD
18
index f6154f2..657f30b 100644
19
--- a/PKGBUILD
20
+++ b/PKGBUILD
21
@@ -3,7 +3,7 @@
22
 pkgname=ptrack
23
 pkgver=0.2.1
24
 pkgrel=1
25
-pkgdesc="A simple CLI utility for asthetically tracking progress when copying or moving files"
26
+pkgdesc="A simple CLI utility for asthetically tracking progress when copying, moving or downloading files."
27
 arch=(x86_64)
28
 url="https://gitlab.com/a4to/${pkgname}"
29
 license=('MIT')
30
@@ -18,10 +18,10 @@ source=(
31
   "https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.xz"
32
 )
33
 sha512sums=(
34
-  '4adf8855c41f9281b85e927aafd73dd551bf1b01f18c737a1e81ef6d9a7de597315525c1cb88320be17072cf0d584ace28e1f1bcb68c36b0929968ee59fc7757'
35
+  'd3cc4507694e2218bfdc577d7e22ae10b1350c5198e16901cccaff1cf997e733d60e84143892e11666c8654d9885b188ff591e1999c9070c2012caa007f05196'
36
 )
37
 md5sums=(
38
-  '25c0afe0fead2ce218f2f8784feb0e3f'
39
+  'ab60a932ffcbf4771d8f9221cdb9187a'
40
 )
41
 validpgpkeys=(
42
   '81BACEEBC3EA26E127166E4A819BB92A9A48160E'
43
@@ -36,5 +36,6 @@ package() {
44
 
45
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
47
+  install -Dm644 ptrack.1.gz "${pkgdir}/usr/share/man1/ptrack.1.gz"
48
 
49
 }
50
diff --git a/README.md b/README.md
51
index 43cfe50..e2cc0aa 100644
52
--- a/README.md
53
+++ b/README.md
54
@@ -17,7 +17,6 @@
55
 + Downloading Files: ptrack can be used to download files from specified URLs. It will display the progress of the download in real-time, and will also display the download speed.
56
 + Interruption Handling: ptrack is built to respect your system's interruption signals. It will promptly stop operations when such signals are received, reducing the risk of data corruption.
57
 + High Performance: Above all, ptrack stands out for its speed and accuracy. It ensures your file operations are executed swiftly and with a high degree of precision.
58
-+
59
 
60
 
61
 ## Installation:
62
@@ -49,15 +48,14 @@ The basic usage of ptrack isvery simple:
63
 `ptrack [-h] [-v] [-c] [-m] [-d] [-V] [SOURCE...] [DESTINATION]`
64
 
65
 ```bash
66
+### Downloading Files
67
+  ptd [OPTIONS] URL(S)                 ( or ptrack -d URL(S) )
68
 
69
-### Copying Files
70
-  ptc [OPTIONS] SOURCE... DESTINATION   ( or ptrack -c SOURCE... DESTINATION )
71
-
72
-### Moving Files
73
-  ptm [OPTIONS] SOURCE... DESTINATION   ( or ptrack -m SOURCE... DESTINATION )
74
+### Copying Files:
75
+ ptc [OPTIONS] SOURCE... DESTINATION   ( or ptrack -c SOURCE... DESTINATION )
76
 
77
-### Downloading Files
78
-  ptd [OPTIONS] URL(S)                  ( or ptrack -d URL(S) )
79
+### Moving Files:
80
+  ptm [OPTIONS] SOURCE... DESTINATION  ( or ptrack -m SOURCE... DESTINATION )
81
 ```
82
 
83
 Refer to the User Guide for more detailed instructions and use-cases.
84
@@ -75,6 +73,7 @@ Refer to the User Guide for more detailed instructions and use-cases.
85
 
86
 ![Regular Copy](./.gitlab/media/copy.gif)
87
 
88
+![Regular Copy](./.gitlab/media/download.gif)
89
 
90
 ![Verbose Copy](./.gitlab/media/vcopy.gif)
91
 
92
@@ -86,5 +85,3 @@ ptrack is open source and licenced under the MIT/X Consortium license
93
 If you encounter any problems or have suggestions for ptrack, please open an issue on GitLab. We value your feedback and will respond as quickly as possible.
94
 
95
 
96
-Experience the difference with ptrack – making file operations faster, more accurate, and visually pleasing!
97
-
98
diff --git a/ptrack.1.gz b/ptrack.1.gz
99
new file mode 100644
100
index 0000000..4833759
101
Binary files /dev/null and b/ptrack.1.gz differ